Blue Funk
#2d4470
Blue Funk, represented by the hex value #2d4470, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #2d4470 | |
|---|---|---|
| RGB | rgb(45, 68, 112) | |
| HSL | hsl(219, 43%, 31%) | |
| CMYK | cmyk(60%, 39%, 0%, 56%) | |
| LAB | lab(29, 2, -29) | |
| OKLCH | oklch(0.39 0.08 262) |
Color harmonies
Tints & shades
Code snippets
color: #2d4470;
background-color: #2d4470;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF2D4470)
/* Swift / UIKit */
UIColor(red: 0.18, green: 0.27, blue: 0.44, alpha: 1.0)