Shades of Free Speech Blue #3740DB
Tints of Free Speech Blue #3740DB
RGB
CMYK
RGB Variations
Color information
#3740DB (or 0x3740DB) is known color: Free Speech Blue. HEX triplet: 37, 40 and DB. RGB value is (55,64,219). Sum of RGB (Red+Green+Blue) = 55+64+219=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 64 (25.39% from 255 or 18.93% 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 #3740DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3740DB is #C8BF24. Grayscale: #4E4E4E. Windows color (decimal): -13156133 or 14368823. OLE color: 14368823.
HSL color Cylindrical-coordinate representation of color #3740DB: hue angle of 236.71º degrees, saturation: 0.69, 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 #3740DB is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 64 | 219 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.14 |
| HSL | 236.71º | 0.69% | 0.54% | - |
| HSV(B) | 236.71º | 0.75% | 0.86% | - |
| XYZ | 16.2 | 9.59 | 68.02 | - |
| YUV | 78.98 | 207.02 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 219 | 0.75 | 0.71 | 0 | 0.14 | 236.71 | 0.69 | 0.54 |
| Hex | 37 | 40 | DB | 4B | 47 | 0 | E | ED | 45 | 36 |
| Octal | 67 | 100 | 333 | 113 | 107 | 0 | 16 | 355 | 105 | 66 |
| Binary | 110111 | 1000000 | 11011011 | 1001011 | 1000111 | 0 | 1110 | 11101101 | 1000101 | 110110 |
Color Harmonies of #3740DB
Complementary color
Monochromatic Colors of #3740DB
Black with #3740DB
Text Example
Text Example
White with #3740DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3740DB; }
p { color: rgb(55,64,219); }
H1.HeaderClassName
{
color: #3740DB;
}
.AnyTagClassName
{
color: #3740DB;
}
</style>
background-color css
<style>
a { background-color: #3740DB; }
a { background-color: rgb(55,64,219); }
div.DivClassName
{
background-color: #3740DB;
}
.BgClassName
{
background-color: #3740DB;
}
</style>
border-color css
<style>
span { border-color: #3740DB; }
span { border-color: rgb(55,64,219); }
td.TdClassName
{
border-color: #3740DB;
}
.TagClassName
{
border-color: #3740DB;
}
</style>