What is the RGB code for denim blue?
The CSS color denim blue in RGB format is rgb(59, 91, 146). Use this value directly in CSS, SVG, and most design tools.
How do I use denim blue in CSS?
To apply denim blue in CSS:
- Text color: color: rgb(59, 91, 146);
- Background: background-color: rgb(59, 91, 146);
- Border: border-color: rgb(59, 91, 146);
What are all the color format values for denim blue?
| Format | Value |
|---|---|
| HEX | #3b5b92 |
| RGB | rgb(59, 91, 146) |
| HSL | hsl(217.9, 42.4%, 40.2%) |
| CMYK | cmyk(59.6%, 37.7%, 0%, 42.7%) |
How do I convert denim blue to RGB?
Select denim blue from the color name list in our color converter. The RGB value — rgb(59, 91, 146) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does denim blue belong to?
denim blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 217.9°, saturation 42.4%, lightness 40.2%.
How do I create lighter and darker shades of denim blue?
Lighter variant (lightness 55.2%): #5c80bd. Darker variant (lightness 25.200000000000003%): #25395c. 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.