Shades of Free Speech Blue #353ECB
Tints of Free Speech Blue #353ECB
RGB
CMYK
RGB Variations
Color information
#353ECB (or 0x353ECB) is known color: Free Speech Blue. HEX triplet: 35, 3E and CB. RGB value is (53,62,203). Sum of RGB (Red+Green+Blue) = 53+62+203=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #353ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353ECB is #CAC134. Grayscale: #4A4A4A. Windows color (decimal): -13287733 or 13319733. OLE color: 13319733.
HSL color Cylindrical-coordinate representation of color #353ECB: hue angle of 236.4º degrees, saturation: 0.59, 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 #353ECB is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 62 | 203 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.20 |
| HSL | 236.4º | 0.59% | 0.5% | - |
| HSV(B) | 236.4º | 0.74% | 0.8% | - |
| XYZ | 13.97 | 8.51 | 57.41 | - |
| YUV | 75.38 | 200.02 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 203 | 0.74 | 0.69 | 0 | 0.20 | 236.4 | 0.59 | 0.5 |
| Hex | 35 | 3E | CB | 4A | 45 | 0 | 14 | EC | 3B | 32 |
| Octal | 65 | 76 | 313 | 112 | 105 | 0 | 24 | 354 | 73 | 62 |
| Binary | 110101 | 111110 | 11001011 | 1001010 | 1000101 | 0 | 10100 | 11101100 | 111011 | 110010 |
Color Harmonies of #353ECB
Complementary color
Monochromatic Colors of #353ECB
Black with #353ECB
Text Example
Text Example
White with #353ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353ECB; }
p { color: rgb(53,62,203); }
H1.HeaderClassName
{
color: #353ECB;
}
.AnyTagClassName
{
color: #353ECB;
}
</style>
background-color css
<style>
a { background-color: #353ECB; }
a { background-color: rgb(53,62,203); }
div.DivClassName
{
background-color: #353ECB;
}
.BgClassName
{
background-color: #353ECB;
}
</style>
border-color css
<style>
span { border-color: #353ECB; }
span { border-color: rgb(53,62,203); }
td.TdClassName
{
border-color: #353ECB;
}
.TagClassName
{
border-color: #353ECB;
}
</style>