Shades of Free Speech Blue #353FCF
Tints of Free Speech Blue #353FCF
RGB
CMYK
RGB Variations
Color information
#353FCF (or 0x353FCF) is known color: Free Speech Blue. HEX triplet: 35, 3F and CF. RGB value is (53,63,207). Sum of RGB (Red+Green+Blue) = 53+63+207=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #353FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353FCF is #CAC030. Grayscale: #4B4B4B. Windows color (decimal): -13287473 or 13582133. OLE color: 13582133.
HSL color Cylindrical-coordinate representation of color #353FCF: hue angle of 236.1º 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 #353FCF is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 63 | 207 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.19 |
| HSL | 236.1º | 0.62% | 0.51% | - |
| HSV(B) | 236.1º | 0.74% | 0.81% | - |
| XYZ | 14.51 | 8.82 | 59.97 | - |
| YUV | 76.43 | 201.69 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 207 | 0.74 | 0.70 | 0 | 0.19 | 236.1 | 0.62 | 0.51 |
| Hex | 35 | 3F | CF | 4A | 46 | 0 | 13 | EC | 3E | 33 |
| Octal | 65 | 77 | 317 | 112 | 106 | 0 | 23 | 354 | 76 | 63 |
| Binary | 110101 | 111111 | 11001111 | 1001010 | 1000110 | 0 | 10011 | 11101100 | 111110 | 110011 |
Color Harmonies of #353FCF
Complementary color
Monochromatic Colors of #353FCF
Black with #353FCF
Text Example
Text Example
White with #353FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353FCF; }
p { color: rgb(53,63,207); }
H1.HeaderClassName
{
color: #353FCF;
}
.AnyTagClassName
{
color: #353FCF;
}
</style>
background-color css
<style>
a { background-color: #353FCF; }
a { background-color: rgb(53,63,207); }
div.DivClassName
{
background-color: #353FCF;
}
.BgClassName
{
background-color: #353FCF;
}
</style>
border-color css
<style>
span { border-color: #353FCF; }
span { border-color: rgb(53,63,207); }
td.TdClassName
{
border-color: #353FCF;
}
.TagClassName
{
border-color: #353FCF;
}
</style>