What is the HSL code for dark blue grey?
The CSS color dark blue grey in HSL format is hsl(203.5, 42.6%, 21.2%). Use this value directly in CSS, SVG, and most design tools.
How do I use dark blue grey in CSS?
To apply dark blue grey in CSS:
- Text color: color: hsl(203.5, 42.6%, 21.2%);
- Background: background-color: hsl(203.5, 42.6%, 21.2%);
- Border: border-color: hsl(203.5, 42.6%, 21.2%);
What are all the color format values for dark blue grey?
| Format | Value |
|---|---|
| HEX | #1f3b4d |
| RGB | rgb(31, 59, 77) |
| HSL | hsl(203.5, 42.6%, 21.2%) |
| CMYK | cmyk(59.7%, 23.4%, 0%, 69.8%) |
How do I convert dark blue grey to HSL?
Select dark blue grey from the color name list in our color converter. The HSL value — hsl(203.5, 42.6%, 21.2%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark blue grey belong to?
dark blue grey belongs to the blue color family. It is a dark, moderately saturated color with HSL values: hue 203.5°, saturation 42.6%, lightness 21.2%.
How do I create lighter and darker shades of dark blue grey?
Lighter variant (lightness 36.2%): #356584. Darker variant (lightness 6.199999999999999%): #091117. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.