Shades of Free Speech Blue #353EDD
Tints of Free Speech Blue #353EDD
RGB
CMYK
RGB Variations
Color information
#353EDD (or 0x353EDD) is known color: Free Speech Blue. HEX triplet: 35, 3E and DD. RGB value is (53,62,221). Sum of RGB (Red+Green+Blue) = 53+62+221=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #353EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353EDD is #CAC122. Grayscale: #4C4C4C. Windows color (decimal): -13287715 or 14499381. OLE color: 14499381.
HSL color Cylindrical-coordinate representation of color #353EDD: hue angle of 236.79º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #353EDD is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 62 | 221 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.13 |
| HSL | 236.79º | 0.71% | 0.54% | - |
| HSV(B) | 236.79º | 0.76% | 0.87% | - |
| XYZ | 16.24 | 9.42 | 69.37 | - |
| YUV | 77.44 | 209.02 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 221 | 0.76 | 0.72 | 0 | 0.13 | 236.79 | 0.71 | 0.54 |
| Hex | 35 | 3E | DD | 4C | 48 | 0 | D | ED | 47 | 36 |
| Octal | 65 | 76 | 335 | 114 | 110 | 0 | 15 | 355 | 107 | 66 |
| Binary | 110101 | 111110 | 11011101 | 1001100 | 1001000 | 0 | 1101 | 11101101 | 1000111 | 110110 |
Color Harmonies of #353EDD
Complementary color
Monochromatic Colors of #353EDD
Black with #353EDD
Text Example
Text Example
White with #353EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353EDD; }
p { color: rgb(53,62,221); }
H1.HeaderClassName
{
color: #353EDD;
}
.AnyTagClassName
{
color: #353EDD;
}
</style>
background-color css
<style>
a { background-color: #353EDD; }
a { background-color: rgb(53,62,221); }
div.DivClassName
{
background-color: #353EDD;
}
.BgClassName
{
background-color: #353EDD;
}
</style>
border-color css
<style>
span { border-color: #353EDD; }
span { border-color: rgb(53,62,221); }
td.TdClassName
{
border-color: #353EDD;
}
.TagClassName
{
border-color: #353EDD;
}
</style>