Shades of Free Speech Blue #354ACF
Tints of Free Speech Blue #354ACF
RGB
CMYK
RGB Variations
Color information
#354ACF (or 0x354ACF) is known color: Free Speech Blue. HEX triplet: 35, 4A and CF. RGB value is (53,74,207). Sum of RGB (Red+Green+Blue) = 53+74+207=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #354ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354ACF is #CAB530. Grayscale: #525252. Windows color (decimal): -13284657 or 13584949. OLE color: 13584949.
HSL color Cylindrical-coordinate representation of color #354ACF: hue angle of 231.82º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354ACF is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 74 | 207 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.19 |
| HSL | 231.82º | 0.62% | 0.51% | - |
| HSV(B) | 231.82º | 0.74% | 0.81% | - |
| XYZ | 15.18 | 10.16 | 60.19 | - |
| YUV | 82.88 | 198.04 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 207 | 0.74 | 0.64 | 0 | 0.19 | 231.82 | 0.62 | 0.51 |
| Hex | 35 | 4A | CF | 4A | 40 | 0 | 13 | E8 | 3E | 33 |
| Octal | 65 | 112 | 317 | 112 | 100 | 0 | 23 | 350 | 76 | 63 |
| Binary | 110101 | 1001010 | 11001111 | 1001010 | 1000000 | 0 | 10011 | 11101000 | 111110 | 110011 |
Color Harmonies of #354ACF
Complementary color
Monochromatic Colors of #354ACF
Black with #354ACF
Text Example
Text Example
White with #354ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354ACF; }
p { color: rgb(53,74,207); }
H1.HeaderClassName
{
color: #354ACF;
}
.AnyTagClassName
{
color: #354ACF;
}
</style>
background-color css
<style>
a { background-color: #354ACF; }
a { background-color: rgb(53,74,207); }
div.DivClassName
{
background-color: #354ACF;
}
.BgClassName
{
background-color: #354ACF;
}
</style>
border-color css
<style>
span { border-color: #354ACF; }
span { border-color: rgb(53,74,207); }
td.TdClassName
{
border-color: #354ACF;
}
.TagClassName
{
border-color: #354ACF;
}
</style>