Shades of Free Speech Blue #354AD4
Tints of Free Speech Blue #354AD4
RGB
CMYK
RGB Variations
Color information
#354AD4 (or 0x354AD4) is known color: Free Speech Blue. HEX triplet: 35, 4A and D4. RGB value is (53,74,212). Sum of RGB (Red+Green+Blue) = 53+74+212=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 212 (83.20% from 255 or 62.54% from 339); Max value from RGB is 212 - color contains mainly: blue. Hex color #354AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354AD4 is #CAB52B. Grayscale: #525252. Windows color (decimal): -13284652 or 13912629. OLE color: 13912629.
HSL color Cylindrical-coordinate representation of color #354AD4: hue angle of 232.08º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #354AD4 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 74 | 212 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.17 |
| HSL | 232.08º | 0.65% | 0.52% | - |
| HSV(B) | 232.08º | 0.75% | 0.83% | - |
| XYZ | 15.8 | 10.41 | 63.46 | - |
| YUV | 83.45 | 200.54 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 212 | 0.75 | 0.65 | 0 | 0.17 | 232.08 | 0.65 | 0.52 |
| Hex | 35 | 4A | D4 | 4B | 41 | 0 | 11 | E8 | 41 | 34 |
| Octal | 65 | 112 | 324 | 113 | 101 | 0 | 21 | 350 | 101 | 64 |
| Binary | 110101 | 1001010 | 11010100 | 1001011 | 1000001 | 0 | 10001 | 11101000 | 1000001 | 110100 |
Color Harmonies of #354AD4
Complementary color
Monochromatic Colors of #354AD4
Black with #354AD4
Text Example
Text Example
White with #354AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354AD4; }
p { color: rgb(53,74,212); }
H1.HeaderClassName
{
color: #354AD4;
}
.AnyTagClassName
{
color: #354AD4;
}
</style>
background-color css
<style>
a { background-color: #354AD4; }
a { background-color: rgb(53,74,212); }
div.DivClassName
{
background-color: #354AD4;
}
.BgClassName
{
background-color: #354AD4;
}
</style>
border-color css
<style>
span { border-color: #354AD4; }
span { border-color: rgb(53,74,212); }
td.TdClassName
{
border-color: #354AD4;
}
.TagClassName
{
border-color: #354AD4;
}
</style>