What is the RGB code for french blue?
The CSS color french blue in RGB format is rgb(67, 107, 173). Use this value directly in CSS, SVG, and most design tools.
How do I use french blue in CSS?
To apply french blue in CSS:
- Text color: color: rgb(67, 107, 173);
- Background: background-color: rgb(67, 107, 173);
- Border: border-color: rgb(67, 107, 173);
What are all the color format values for french blue?
| Format | Value |
|---|---|
| HEX | #436bad |
| RGB | rgb(67, 107, 173) |
| HSL | hsl(217.4, 44.2%, 47.1%) |
| CMYK | cmyk(61.3%, 38.2%, 0%, 32.2%) |
How do I convert french blue to RGB?
Select french blue from the color name list in our color converter. The RGB value — rgb(67, 107, 173) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does french blue belong to?
french blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 217.4°, saturation 44.2%, lightness 47.1%.
How do I create lighter and darker shades of french blue?
Lighter variant (lightness 62.1%): #7494c9. Darker variant (lightness 32.1%): #2e4976. 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.