What is the RGB code for dark grey blue?
The CSS color dark grey blue in RGB format is rgb(41, 70, 91). 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: rgb(41, 70, 91);
- Background: background-color: rgb(41, 70, 91);
- Border: border-color: rgb(41, 70, 91);
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 RGB?
Select dark grey blue from the color name list in our color converter. The RGB value — rgb(41, 70, 91) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.