Blue Whale
#1e3442
Blue Whale, represented by the hex value #1e3442, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #1e3442 | |
|---|---|---|
| RGB | rgb(30, 52, 66) | |
| HSL | hsl(203, 38%, 19%) | |
| CMYK | cmyk(55%, 21%, 0%, 74%) | |
| LAB | lab(20, -6, -12) | |
| OKLCH | oklch(0.31 0.038 238) |
Color harmonies
Tints & shades
Code snippets
color: #1e3442;
background-color: #1e3442;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF1E3442)
/* Swift / UIKit */
UIColor(red: 0.12, green: 0.20, blue: 0.26, alpha: 1.0)