Shades of Free Speech Blue #3542DB
Tints of Free Speech Blue #3542DB
RGB
CMYK
RGB Variations
Color information
#3542DB (or 0x3542DB) is known color: Free Speech Blue. HEX triplet: 35, 42 and DB. RGB value is (53,66,219). Sum of RGB (Red+Green+Blue) = 53+66+219=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #3542DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3542DB is #CABD24. Grayscale: #4E4E4E. Windows color (decimal): -13286693 or 14369333. OLE color: 14369333.
HSL color Cylindrical-coordinate representation of color #3542DB: hue angle of 235.3º 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 #3542DB is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 66 | 219 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.14 |
| HSL | 235.3º | 0.7% | 0.53% | - |
| HSV(B) | 235.3º | 0.76% | 0.86% | - |
| XYZ | 16.2 | 9.77 | 68.05 | - |
| YUV | 79.56 | 206.69 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 219 | 0.76 | 0.70 | 0 | 0.14 | 235.3 | 0.7 | 0.53 |
| Hex | 35 | 42 | DB | 4C | 46 | 0 | E | EB | 46 | 35 |
| Octal | 65 | 102 | 333 | 114 | 106 | 0 | 16 | 353 | 106 | 65 |
| Binary | 110101 | 1000010 | 11011011 | 1001100 | 1000110 | 0 | 1110 | 11101011 | 1000110 | 110101 |
Color Harmonies of #3542DB
Complementary color
Monochromatic Colors of #3542DB
Black with #3542DB
Text Example
Text Example
White with #3542DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3542DB; }
p { color: rgb(53,66,219); }
H1.HeaderClassName
{
color: #3542DB;
}
.AnyTagClassName
{
color: #3542DB;
}
</style>
background-color css
<style>
a { background-color: #3542DB; }
a { background-color: rgb(53,66,219); }
div.DivClassName
{
background-color: #3542DB;
}
.BgClassName
{
background-color: #3542DB;
}
</style>
border-color css
<style>
span { border-color: #3542DB; }
span { border-color: rgb(53,66,219); }
td.TdClassName
{
border-color: #3542DB;
}
.TagClassName
{
border-color: #3542DB;
}
</style>