Shades of Free Speech Blue #353FCC
Tints of Free Speech Blue #353FCC
RGB
CMYK
RGB Variations
Color information
#353FCC (or 0x353FCC) is known color: Free Speech Blue. HEX triplet: 35, 3F and CC. RGB value is (53,63,204). Sum of RGB (Red+Green+Blue) = 53+63+204=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #353FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353FCC is #CAC033. Grayscale: #4B4B4B. Windows color (decimal): -13287476 or 13385525. OLE color: 13385525.
HSL color Cylindrical-coordinate representation of color #353FCC: hue angle of 236.03º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #353FCC is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 63 | 204 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.2 |
| HSL | 236.03º | 0.6% | 0.5% | - |
| HSV(B) | 236.03º | 0.74% | 0.8% | - |
| XYZ | 14.14 | 8.67 | 58.06 | - |
| YUV | 76.08 | 200.19 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 204 | 0.74 | 0.69 | 0 | 0.2 | 236.03 | 0.6 | 0.5 |
| Hex | 35 | 3F | CC | 4A | 45 | 0 | 14 | EC | 3C | 32 |
| Octal | 65 | 77 | 314 | 112 | 105 | 0 | 24 | 354 | 74 | 62 |
| Binary | 110101 | 111111 | 11001100 | 1001010 | 1000101 | 0 | 10100 | 11101100 | 111100 | 110010 |
Color Harmonies of #353FCC
Complementary color
Monochromatic Colors of #353FCC
Black with #353FCC
Text Example
Text Example
White with #353FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353FCC; }
p { color: rgb(53,63,204); }
H1.HeaderClassName
{
color: #353FCC;
}
.AnyTagClassName
{
color: #353FCC;
}
</style>
background-color css
<style>
a { background-color: #353FCC; }
a { background-color: rgb(53,63,204); }
div.DivClassName
{
background-color: #353FCC;
}
.BgClassName
{
background-color: #353FCC;
}
</style>
border-color css
<style>
span { border-color: #353FCC; }
span { border-color: rgb(53,63,204); }
td.TdClassName
{
border-color: #353FCC;
}
.TagClassName
{
border-color: #353FCC;
}
</style>