Under the Sea
#395d68
Under the Sea, represented by the hex value #395d68, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #395d68 | |
|---|---|---|
| RGB | rgb(57, 93, 104) | |
| HSL | hsl(194, 29%, 32%) | |
| CMYK | cmyk(45%, 11%, 0%, 59%) | |
| LAB | lab(37, -11, -11) | |
| OKLCH | oklch(0.46 0.045 219) |
Color harmonies
Tints & shades
Code snippets
color: #395d68;
background-color: #395d68;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF395D68)
/* Swift / UIKit */
UIColor(red: 0.22, green: 0.36, blue: 0.41, alpha: 1.0)