Shades of Free Speech Blue #353DCE
Tints of Free Speech Blue #353DCE
RGB
CMYK
RGB Variations
Color information
#353DCE (or 0x353DCE) is known color: Free Speech Blue. HEX triplet: 35, 3D and CE. RGB value is (53,61,206). Sum of RGB (Red+Green+Blue) = 53+61+206=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #353DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353DCE is #CAC231. Grayscale: #4A4A4A. Windows color (decimal): -13287986 or 13516085. OLE color: 13516085.
HSL color Cylindrical-coordinate representation of color #353DCE: hue angle of 236.86º 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 #353DCE is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 61 | 206 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.19 |
| HSL | 236.86º | 0.61% | 0.51% | - |
| HSV(B) | 236.86º | 0.74% | 0.81% | - |
| XYZ | 14.28 | 8.55 | 59.29 | - |
| YUV | 75.14 | 201.85 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 206 | 0.74 | 0.70 | 0 | 0.19 | 236.86 | 0.61 | 0.51 |
| Hex | 35 | 3D | CE | 4A | 46 | 0 | 13 | ED | 3D | 33 |
| Octal | 65 | 75 | 316 | 112 | 106 | 0 | 23 | 355 | 75 | 63 |
| Binary | 110101 | 111101 | 11001110 | 1001010 | 1000110 | 0 | 10011 | 11101101 | 111101 | 110011 |
Color Harmonies of #353DCE
Complementary color
Monochromatic Colors of #353DCE
Black with #353DCE
Text Example
Text Example
White with #353DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353DCE; }
p { color: rgb(53,61,206); }
H1.HeaderClassName
{
color: #353DCE;
}
.AnyTagClassName
{
color: #353DCE;
}
</style>
background-color css
<style>
a { background-color: #353DCE; }
a { background-color: rgb(53,61,206); }
div.DivClassName
{
background-color: #353DCE;
}
.BgClassName
{
background-color: #353DCE;
}
</style>
border-color css
<style>
span { border-color: #353DCE; }
span { border-color: rgb(53,61,206); }
td.TdClassName
{
border-color: #353DCE;
}
.TagClassName
{
border-color: #353DCE;
}
</style>