What is the HEX code for muted blue?
The CSS color muted blue in HEX format is #3b719f. Use this value directly in CSS, SVG, and most design tools.
How do I use muted blue in CSS?
To apply muted blue in CSS:
- Text color: color: #3b719f;
- Background: background-color: #3b719f;
- Border: border-color: #3b719f;
What are all the color format values for muted blue?
| Format | Value |
|---|---|
| HEX | #3b719f |
| RGB | rgb(59, 113, 159) |
| HSL | hsl(207.6, 45.9%, 42.7%) |
| CMYK | cmyk(62.9%, 28.9%, 0%, 37.6%) |
How do I convert muted blue to HEX?
Select muted blue from the color name list in our color converter. The HEX value — #3b719f — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does muted blue belong to?
muted blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 207.6°, saturation 45.9%, lightness 42.7%.
How do I create lighter and darker shades of muted blue?
Lighter variant (lightness 57.7%): #6297c5. Darker variant (lightness 27.700000000000003%): #264967. 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.