Genie
#3e4364
Genie, represented by the hex value #3e4364, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #3e4364 | |
|---|---|---|
| RGB | rgb(62, 67, 100) | |
| HSL | hsl(232, 23%, 32%) | |
| CMYK | cmyk(38%, 33%, 0%, 61%) | |
| LAB | lab(29, 5, -20) | |
| OKLCH | oklch(0.39 0.056 277) |
Color harmonies
Tints & shades
Code snippets
color: #3e4364;
background-color: #3e4364;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF3E4364)
/* Swift / UIKit */
UIColor(red: 0.24, green: 0.26, blue: 0.39, alpha: 1.0)