Shades of Free Speech Blue #3553DC
Tints of Free Speech Blue #3553DC
RGB
CMYK
RGB Variations
Color information
#3553DC (or 0x3553DC) is known color: Free Speech Blue. HEX triplet: 35, 53 and DC. RGB value is (53,83,220). Sum of RGB (Red+Green+Blue) = 53+83+220=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #3553DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3553DC is #CAAC23. Grayscale: #595959. Windows color (decimal): -13282340 or 14439221. OLE color: 14439221.
HSL color Cylindrical-coordinate representation of color #3553DC: hue angle of 229.22º 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 #3553DC is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 83 | 220 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.14 |
| HSL | 229.22º | 0.7% | 0.54% | - |
| HSV(B) | 229.22º | 0.76% | 0.86% | - |
| XYZ | 17.48 | 12.11 | 69.13 | - |
| YUV | 89.65 | 201.56 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 83 | 220 | 0.76 | 0.62 | 0 | 0.14 | 229.22 | 0.7 | 0.54 |
| Hex | 35 | 53 | DC | 4C | 3E | 0 | E | E5 | 46 | 36 |
| Octal | 65 | 123 | 334 | 114 | 76 | 0 | 16 | 345 | 106 | 66 |
| Binary | 110101 | 1010011 | 11011100 | 1001100 | 111110 | 0 | 1110 | 11100101 | 1000110 | 110110 |
Color Harmonies of #3553DC
Complementary color
Monochromatic Colors of #3553DC
Black with #3553DC
Text Example
Text Example
White with #3553DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3553DC; }
p { color: rgb(53,83,220); }
H1.HeaderClassName
{
color: #3553DC;
}
.AnyTagClassName
{
color: #3553DC;
}
</style>
background-color css
<style>
a { background-color: #3553DC; }
a { background-color: rgb(53,83,220); }
div.DivClassName
{
background-color: #3553DC;
}
.BgClassName
{
background-color: #3553DC;
}
</style>
border-color css
<style>
span { border-color: #3553DC; }
span { border-color: rgb(53,83,220); }
td.TdClassName
{
border-color: #3553DC;
}
.TagClassName
{
border-color: #3553DC;
}
</style>