Naval Blue
#384b6b
Naval Blue, represented by the hex value #384b6b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #384b6b | |
|---|---|---|
| RGB | rgb(56, 75, 107) | |
| HSL | hsl(218, 31%, 32%) | |
| CMYK | cmyk(48%, 30%, 0%, 58%) | |
| LAB | lab(31, 0, -21) | |
| OKLCH | oklch(0.41 0.059 261) |
Color harmonies
Tints & shades
Code snippets
color: #384b6b;
background-color: #384b6b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF384B6B)
/* Swift / UIKit */
UIColor(red: 0.22, green: 0.29, blue: 0.42, alpha: 1.0)