Shades of Free Speech Blue #3538DB
Tints of Free Speech Blue #3538DB
RGB
CMYK
RGB Variations
Color information
#3538DB (or 0x3538DB) is known color: Free Speech Blue. HEX triplet: 35, 38 and DB. RGB value is (53,56,219). Sum of RGB (Red+Green+Blue) = 53+56+219=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #3538DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3538DB is #CAC724. Grayscale: #494949. Windows color (decimal): -13289253 or 14366773. OLE color: 14366773.
HSL color Cylindrical-coordinate representation of color #3538DB: hue angle of 238.92º 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 #3538DB is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 56 | 219 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.14 |
| HSL | 238.92º | 0.7% | 0.53% | - |
| HSV(B) | 238.92º | 0.76% | 0.86% | - |
| XYZ | 15.67 | 8.7 | 67.87 | - |
| YUV | 73.69 | 210.01 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 219 | 0.76 | 0.74 | 0 | 0.14 | 238.92 | 0.7 | 0.53 |
| Hex | 35 | 38 | DB | 4C | 4A | 0 | E | EF | 46 | 35 |
| Octal | 65 | 70 | 333 | 114 | 112 | 0 | 16 | 357 | 106 | 65 |
| Binary | 110101 | 111000 | 11011011 | 1001100 | 1001010 | 0 | 1110 | 11101111 | 1000110 | 110101 |
Color Harmonies of #3538DB
Complementary color
Monochromatic Colors of #3538DB
Black with #3538DB
Text Example
Text Example
White with #3538DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3538DB; }
p { color: rgb(53,56,219); }
H1.HeaderClassName
{
color: #3538DB;
}
.AnyTagClassName
{
color: #3538DB;
}
</style>
background-color css
<style>
a { background-color: #3538DB; }
a { background-color: rgb(53,56,219); }
div.DivClassName
{
background-color: #3538DB;
}
.BgClassName
{
background-color: #3538DB;
}
</style>
border-color css
<style>
span { border-color: #3538DB; }
span { border-color: rgb(53,56,219); }
td.TdClassName
{
border-color: #3538DB;
}
.TagClassName
{
border-color: #3538DB;
}
</style>