Shades of Free Speech Blue #3549DB
Tints of Free Speech Blue #3549DB
RGB
CMYK
RGB Variations
Color information
#3549DB (or 0x3549DB) is known color: Free Speech Blue. HEX triplet: 35, 49 and DB. RGB value is (53,73,219). Sum of RGB (Red+Green+Blue) = 53+73+219=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #3549DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3549DB is #CAB624. Grayscale: #535353. Windows color (decimal): -13284901 or 14371125. OLE color: 14371125.
HSL color Cylindrical-coordinate representation of color #3549DB: hue angle of 232.77º 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 #3549DB is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 73 | 219 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.14 |
| HSL | 232.77º | 0.7% | 0.53% | - |
| HSV(B) | 232.77º | 0.76% | 0.86% | - |
| XYZ | 16.64 | 10.64 | 68.19 | - |
| YUV | 83.66 | 204.37 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 219 | 0.76 | 0.67 | 0 | 0.14 | 232.77 | 0.7 | 0.53 |
| Hex | 35 | 49 | DB | 4C | 43 | 0 | E | E9 | 46 | 35 |
| Octal | 65 | 111 | 333 | 114 | 103 | 0 | 16 | 351 | 106 | 65 |
| Binary | 110101 | 1001001 | 11011011 | 1001100 | 1000011 | 0 | 1110 | 11101001 | 1000110 | 110101 |
Color Harmonies of #3549DB
Complementary color
Monochromatic Colors of #3549DB
Black with #3549DB
Text Example
Text Example
White with #3549DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3549DB; }
p { color: rgb(53,73,219); }
H1.HeaderClassName
{
color: #3549DB;
}
.AnyTagClassName
{
color: #3549DB;
}
</style>
background-color css
<style>
a { background-color: #3549DB; }
a { background-color: rgb(53,73,219); }
div.DivClassName
{
background-color: #3549DB;
}
.BgClassName
{
background-color: #3549DB;
}
</style>
border-color css
<style>
span { border-color: #3549DB; }
span { border-color: rgb(53,73,219); }
td.TdClassName
{
border-color: #3549DB;
}
.TagClassName
{
border-color: #3549DB;
}
</style>