Shades of Free Speech Blue #3553DB
Tints of Free Speech Blue #3553DB
RGB
CMYK
RGB Variations
Color information
#3553DB (or 0x3553DB) is known color: Free Speech Blue. HEX triplet: 35, 53 and DB. RGB value is (53,83,219). Sum of RGB (Red+Green+Blue) = 53+83+219=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #3553DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3553DB is #CAAC24. Grayscale: #585858. Windows color (decimal): -13282341 or 14373685. OLE color: 14373685.
HSL color Cylindrical-coordinate representation of color #3553DB: hue angle of 229.16º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3553DB is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 83 | 219 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.14 |
| HSL | 229.16º | 0.7% | 0.53% | - |
| HSV(B) | 229.16º | 0.76% | 0.86% | - |
| XYZ | 17.35 | 12.06 | 68.43 | - |
| YUV | 89.53 | 201.06 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 83 | 219 | 0.76 | 0.62 | 0 | 0.14 | 229.16 | 0.7 | 0.53 |
| Hex | 35 | 53 | DB | 4C | 3E | 0 | E | E5 | 46 | 35 |
| Octal | 65 | 123 | 333 | 114 | 76 | 0 | 16 | 345 | 106 | 65 |
| Binary | 110101 | 1010011 | 11011011 | 1001100 | 111110 | 0 | 1110 | 11100101 | 1000110 | 110101 |
Color Harmonies of #3553DB
Complementary color
Monochromatic Colors of #3553DB
Black with #3553DB
Text Example
Text Example
White with #3553DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3553DB; }
p { color: rgb(53,83,219); }
H1.HeaderClassName
{
color: #3553DB;
}
.AnyTagClassName
{
color: #3553DB;
}
</style>
background-color css
<style>
a { background-color: #3553DB; }
a { background-color: rgb(53,83,219); }
div.DivClassName
{
background-color: #3553DB;
}
.BgClassName
{
background-color: #3553DB;
}
</style>
border-color css
<style>
span { border-color: #3553DB; }
span { border-color: rgb(53,83,219); }
td.TdClassName
{
border-color: #3553DB;
}
.TagClassName
{
border-color: #3553DB;
}
</style>