Shades of Free Speech Blue #353BDD
Tints of Free Speech Blue #353BDD
RGB
CMYK
RGB Variations
Color information
#353BDD (or 0x353BDD) is known color: Free Speech Blue. HEX triplet: 35, 3B and DD. RGB value is (53,59,221). Sum of RGB (Red+Green+Blue) = 53+59+221=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #353BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353BDD is #CAC422. Grayscale: #4B4B4B. Windows color (decimal): -13288483 or 14498613. OLE color: 14498613.
HSL color Cylindrical-coordinate representation of color #353BDD: hue angle of 237.86º 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 #353BDD is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 59 | 221 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.13 |
| HSL | 237.86º | 0.71% | 0.54% | - |
| HSV(B) | 237.86º | 0.76% | 0.87% | - |
| XYZ | 16.08 | 9.11 | 69.32 | - |
| YUV | 75.67 | 210.01 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 221 | 0.76 | 0.73 | 0 | 0.13 | 237.86 | 0.71 | 0.54 |
| Hex | 35 | 3B | DD | 4C | 49 | 0 | D | EE | 47 | 36 |
| Octal | 65 | 73 | 335 | 114 | 111 | 0 | 15 | 356 | 107 | 66 |
| Binary | 110101 | 111011 | 11011101 | 1001100 | 1001001 | 0 | 1101 | 11101110 | 1000111 | 110110 |
Color Harmonies of #353BDD
Complementary color
Monochromatic Colors of #353BDD
Black with #353BDD
Text Example
Text Example
White with #353BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353BDD; }
p { color: rgb(53,59,221); }
H1.HeaderClassName
{
color: #353BDD;
}
.AnyTagClassName
{
color: #353BDD;
}
</style>
background-color css
<style>
a { background-color: #353BDD; }
a { background-color: rgb(53,59,221); }
div.DivClassName
{
background-color: #353BDD;
}
.BgClassName
{
background-color: #353BDD;
}
</style>
border-color css
<style>
span { border-color: #353BDD; }
span { border-color: rgb(53,59,221); }
td.TdClassName
{
border-color: #353BDD;
}
.TagClassName
{
border-color: #353BDD;
}
</style>