Shades of Free Speech Blue #353ECE
Tints of Free Speech Blue #353ECE
RGB
CMYK
RGB Variations
Color information
#353ECE (or 0x353ECE) is known color: Free Speech Blue. HEX triplet: 35, 3E and CE. RGB value is (53,62,206). Sum of RGB (Red+Green+Blue) = 53+62+206=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #353ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353ECE is #CAC131. Grayscale: #4B4B4B. Windows color (decimal): -13287730 or 13516341. OLE color: 13516341.
HSL color Cylindrical-coordinate representation of color #353ECE: hue angle of 236.47º degrees, saturation: 0.61, 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 #353ECE is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 62 | 206 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.19 |
| HSL | 236.47º | 0.61% | 0.51% | - |
| HSV(B) | 236.47º | 0.74% | 0.81% | - |
| XYZ | 14.33 | 8.66 | 59.31 | - |
| YUV | 75.73 | 201.52 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 206 | 0.74 | 0.70 | 0 | 0.19 | 236.47 | 0.61 | 0.51 |
| Hex | 35 | 3E | CE | 4A | 46 | 0 | 13 | EC | 3D | 33 |
| Octal | 65 | 76 | 316 | 112 | 106 | 0 | 23 | 354 | 75 | 63 |
| Binary | 110101 | 111110 | 11001110 | 1001010 | 1000110 | 0 | 10011 | 11101100 | 111101 | 110011 |
Color Harmonies of #353ECE
Complementary color
Monochromatic Colors of #353ECE
Black with #353ECE
Text Example
Text Example
White with #353ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353ECE; }
p { color: rgb(53,62,206); }
H1.HeaderClassName
{
color: #353ECE;
}
.AnyTagClassName
{
color: #353ECE;
}
</style>
background-color css
<style>
a { background-color: #353ECE; }
a { background-color: rgb(53,62,206); }
div.DivClassName
{
background-color: #353ECE;
}
.BgClassName
{
background-color: #353ECE;
}
</style>
border-color css
<style>
span { border-color: #353ECE; }
span { border-color: rgb(53,62,206); }
td.TdClassName
{
border-color: #353ECE;
}
.TagClassName
{
border-color: #353ECE;
}
</style>