What is the HEX code for dark grey blue?
The CSS color dark grey blue in HEX format is #29465b. Use this value directly in CSS, SVG, and most design tools.
How do I use dark grey blue in CSS?
To apply dark grey blue in CSS:
- Text color: color: #29465b;
- Background: background-color: #29465b;
- Border: border-color: #29465b;
What are all the color format values for dark grey blue?
| Format | Value |
|---|---|
| HEX | #29465b |
| RGB | rgb(41, 70, 91) |
| HSL | hsl(205.2, 37.9%, 25.9%) |
| CMYK | cmyk(54.9%, 23.1%, 0%, 64.3%) |
How do I convert dark grey blue to HEX?
Select dark grey blue from the color name list in our color converter. The HEX value — #29465b — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark grey blue belong to?
dark grey blue belongs to the blue color family. It is a dark, moderately saturated color with HSL values: hue 205.2°, saturation 37.9%, lightness 25.9%.
How do I create lighter and darker shades of dark grey blue?
Lighter variant (lightness 40.9%): #416f90. Darker variant (lightness 10.899999999999999%): #111d26. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.