Shades of Free Speech Blue #3543DB
Tints of Free Speech Blue #3543DB
RGB
CMYK
RGB Variations
Color information
#3543DB (or 0x3543DB) is known color: Free Speech Blue. HEX triplet: 35, 43 and DB. RGB value is (53,67,219). Sum of RGB (Red+Green+Blue) = 53+67+219=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #3543DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3543DB is #CABC24. Grayscale: #4F4F4F. Windows color (decimal): -13286437 or 14369589. OLE color: 14369589.
HSL color Cylindrical-coordinate representation of color #3543DB: hue angle of 234.94º 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 #3543DB is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 67 | 219 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.14 |
| HSL | 234.94º | 0.7% | 0.53% | - |
| HSV(B) | 234.94º | 0.76% | 0.86% | - |
| XYZ | 16.26 | 9.89 | 68.07 | - |
| YUV | 80.14 | 206.36 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 219 | 0.76 | 0.69 | 0 | 0.14 | 234.94 | 0.7 | 0.53 |
| Hex | 35 | 43 | DB | 4C | 45 | 0 | E | EB | 46 | 35 |
| Octal | 65 | 103 | 333 | 114 | 105 | 0 | 16 | 353 | 106 | 65 |
| Binary | 110101 | 1000011 | 11011011 | 1001100 | 1000101 | 0 | 1110 | 11101011 | 1000110 | 110101 |
Color Harmonies of #3543DB
Complementary color
Monochromatic Colors of #3543DB
Black with #3543DB
Text Example
Text Example
White with #3543DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3543DB; }
p { color: rgb(53,67,219); }
H1.HeaderClassName
{
color: #3543DB;
}
.AnyTagClassName
{
color: #3543DB;
}
</style>
background-color css
<style>
a { background-color: #3543DB; }
a { background-color: rgb(53,67,219); }
div.DivClassName
{
background-color: #3543DB;
}
.BgClassName
{
background-color: #3543DB;
}
</style>
border-color css
<style>
span { border-color: #3543DB; }
span { border-color: rgb(53,67,219); }
td.TdClassName
{
border-color: #3543DB;
}
.TagClassName
{
border-color: #3543DB;
}
</style>