Queen Blue
#436b95
Queen Blue, represented by the hex value #436b95, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #436b95 | |
|---|---|---|
| RGB | rgb(67, 107, 149) | |
| HSL | hsl(211, 38%, 42%) | |
| CMYK | cmyk(55%, 28%, 0%, 42%) | |
| LAB | lab(44, -5, -28) | |
| OKLCH | oklch(0.52 0.081 251) |
Color harmonies
Tints & shades
Code snippets
color: #436b95;
background-color: #436b95;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF436B95)
/* Swift / UIKit */
UIColor(red: 0.26, green: 0.42, blue: 0.58, alpha: 1.0)