Shades of Free Speech Blue #354CCF
Tints of Free Speech Blue #354CCF
RGB
CMYK
RGB Variations
Color information
#354CCF (or 0x354CCF) is known color: Free Speech Blue. HEX triplet: 35, 4C and CF. RGB value is (53,76,207). Sum of RGB (Red+Green+Blue) = 53+76+207=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #354CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354CCF is #CAB330. Grayscale: #535353. Windows color (decimal): -13284145 or 13585461. OLE color: 13585461.
HSL color Cylindrical-coordinate representation of color #354CCF: hue angle of 231.04º 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 #354CCF is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 76 | 207 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.19 |
| HSL | 231.04º | 0.62% | 0.51% | - |
| HSV(B) | 231.04º | 0.74% | 0.81% | - |
| XYZ | 15.32 | 10.43 | 60.24 | - |
| YUV | 84.06 | 197.38 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 207 | 0.74 | 0.63 | 0 | 0.19 | 231.04 | 0.62 | 0.51 |
| Hex | 35 | 4C | CF | 4A | 3F | 0 | 13 | E7 | 3E | 33 |
| Octal | 65 | 114 | 317 | 112 | 77 | 0 | 23 | 347 | 76 | 63 |
| Binary | 110101 | 1001100 | 11001111 | 1001010 | 111111 | 0 | 10011 | 11100111 | 111110 | 110011 |
Color Harmonies of #354CCF
Complementary color
Monochromatic Colors of #354CCF
Black with #354CCF
Text Example
Text Example
White with #354CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354CCF; }
p { color: rgb(53,76,207); }
H1.HeaderClassName
{
color: #354CCF;
}
.AnyTagClassName
{
color: #354CCF;
}
</style>
background-color css
<style>
a { background-color: #354CCF; }
a { background-color: rgb(53,76,207); }
div.DivClassName
{
background-color: #354CCF;
}
.BgClassName
{
background-color: #354CCF;
}
</style>
border-color css
<style>
span { border-color: #354CCF; }
span { border-color: rgb(53,76,207); }
td.TdClassName
{
border-color: #354CCF;
}
.TagClassName
{
border-color: #354CCF;
}
</style>