Calypso
#3d7188
Calypso, represented by the hex value #3d7188, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #3d7188 | |
|---|---|---|
| RGB | rgb(61, 113, 136) | |
| HSL | hsl(198, 38%, 39%) | |
| CMYK | cmyk(55%, 17%, 0%, 47%) | |
| LAB | lab(45, -13, -18) | |
| OKLCH | oklch(0.52 0.066 229) |
Color harmonies
Tints & shades
Code snippets
color: #3d7188;
background-color: #3d7188;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF3D7188)
/* Swift / UIKit */
UIColor(red: 0.24, green: 0.44, blue: 0.53, alpha: 1.0)