Shades of Free Speech Blue #3736DB
Tints of Free Speech Blue #3736DB
RGB
CMYK
RGB Variations
Color information
#3736DB (or 0x3736DB) is known color: Free Speech Blue. HEX triplet: 37, 36 and DB. RGB value is (55,54,219). Sum of RGB (Red+Green+Blue) = 55+54+219=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 54 (21.48% from 255 or 16.46% 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 #3736DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3736DB is #C8C924. Grayscale: #484848. Windows color (decimal): -13158693 or 14366263. OLE color: 14366263.
HSL color Cylindrical-coordinate representation of color #3736DB: hue angle of 240.36º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3736DB is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 54 | 219 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.14 |
| HSL | 240.36º | 0.7% | 0.54% | - |
| HSV(B) | 240.36º | 0.75% | 0.86% | - |
| XYZ | 15.68 | 8.57 | 67.84 | - |
| YUV | 73.11 | 210.33 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 54 | 219 | 0.75 | 0.75 | 0 | 0.14 | 240.36 | 0.7 | 0.54 |
| Hex | 37 | 36 | DB | 4B | 4B | 0 | E | F0 | 46 | 36 |
| Octal | 67 | 66 | 333 | 113 | 113 | 0 | 16 | 360 | 106 | 66 |
| Binary | 110111 | 110110 | 11011011 | 1001011 | 1001011 | 0 | 1110 | 11110000 | 1000110 | 110110 |
Color Harmonies of #3736DB
Complementary color
Monochromatic Colors of #3736DB
Black with #3736DB
Text Example
Text Example
White with #3736DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3736DB; }
p { color: rgb(55,54,219); }
H1.HeaderClassName
{
color: #3736DB;
}
.AnyTagClassName
{
color: #3736DB;
}
</style>
background-color css
<style>
a { background-color: #3736DB; }
a { background-color: rgb(55,54,219); }
div.DivClassName
{
background-color: #3736DB;
}
.BgClassName
{
background-color: #3736DB;
}
</style>
border-color css
<style>
span { border-color: #3736DB; }
span { border-color: rgb(55,54,219); }
td.TdClassName
{
border-color: #3736DB;
}
.TagClassName
{
border-color: #3736DB;
}
</style>