Shades of Free Speech Blue #353EDC
Tints of Free Speech Blue #353EDC
RGB
CMYK
RGB Variations
Color information
#353EDC (or 0x353EDC) is known color: Free Speech Blue. HEX triplet: 35, 3E and DC. RGB value is (53,62,220). Sum of RGB (Red+Green+Blue) = 53+62+220=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #353EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353EDC is #CAC123. Grayscale: #4C4C4C. Windows color (decimal): -13287716 or 14433845. OLE color: 14433845.
HSL color Cylindrical-coordinate representation of color #353EDC: hue angle of 236.77º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353EDC is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 62 | 220 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.14 |
| HSL | 236.77º | 0.7% | 0.54% | - |
| HSV(B) | 236.77º | 0.76% | 0.86% | - |
| XYZ | 16.11 | 9.37 | 68.67 | - |
| YUV | 77.32 | 208.52 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 220 | 0.76 | 0.72 | 0 | 0.14 | 236.77 | 0.7 | 0.54 |
| Hex | 35 | 3E | DC | 4C | 48 | 0 | E | ED | 46 | 36 |
| Octal | 65 | 76 | 334 | 114 | 110 | 0 | 16 | 355 | 106 | 66 |
| Binary | 110101 | 111110 | 11011100 | 1001100 | 1001000 | 0 | 1110 | 11101101 | 1000110 | 110110 |
Color Harmonies of #353EDC
Complementary color
Monochromatic Colors of #353EDC
Black with #353EDC
Text Example
Text Example
White with #353EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353EDC; }
p { color: rgb(53,62,220); }
H1.HeaderClassName
{
color: #353EDC;
}
.AnyTagClassName
{
color: #353EDC;
}
</style>
background-color css
<style>
a { background-color: #353EDC; }
a { background-color: rgb(53,62,220); }
div.DivClassName
{
background-color: #353EDC;
}
.BgClassName
{
background-color: #353EDC;
}
</style>
border-color css
<style>
span { border-color: #353EDC; }
span { border-color: rgb(53,62,220); }
td.TdClassName
{
border-color: #353EDC;
}
.TagClassName
{
border-color: #353EDC;
}
</style>