Sunken Harbour
#1c3d44
Sunken Harbour, represented by the hex value #1c3d44, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #1c3d44 | |
|---|---|---|
| RGB | rgb(28, 61, 68) | |
| HSL | hsl(191, 42%, 19%) | |
| CMYK | cmyk(59%, 10%, 0%, 73%) | |
| LAB | lab(24, -11, -8) | |
| OKLCH | oklch(0.34 0.04 213) |
Color harmonies
Tints & shades
Code snippets
color: #1c3d44;
background-color: #1c3d44;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF1C3D44)
/* Swift / UIKit */
UIColor(red: 0.11, green: 0.24, blue: 0.27, alpha: 1.0)