Dark Blue
#315b7d
Here's everything about the color Dark Blue (#315b7d) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #315b7d | |
|---|---|---|
| RGB | rgb(49, 91, 125) | |
| HSL | hsl(207, 44%, 34%) | |
| CMYK | cmyk(61%, 27%, 0%, 51%) | |
| LAB | lab(37, -7, -24) | |
| OKLCH | oklch(0.46 0.073 245) |
Color harmonies
Tints & shades
Code snippets
color: #315b7d;
background-color: #315b7d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF315B7D)
/* Swift / UIKit */
UIColor(red: 0.19, green: 0.36, blue: 0.49, alpha: 1.0)