Shades of Free Speech Blue #373EDB
Tints of Free Speech Blue #373EDB
RGB
CMYK
RGB Variations
Color information
#373EDB (or 0x373EDB) is known color: Free Speech Blue. HEX triplet: 37, 3E and DB. RGB value is (55,62,219). Sum of RGB (Red+Green+Blue) = 55+62+219=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #373EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373EDB is #C8C124. Grayscale: #4D4D4D. Windows color (decimal): -13156645 or 14368311. OLE color: 14368311.
HSL color Cylindrical-coordinate representation of color #373EDB: hue angle of 237.44º 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 #373EDB is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 62 | 219 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.14 |
| HSL | 237.44º | 0.69% | 0.54% | - |
| HSV(B) | 237.44º | 0.75% | 0.86% | - |
| XYZ | 16.08 | 9.37 | 67.98 | - |
| YUV | 77.81 | 207.68 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 219 | 0.75 | 0.72 | 0 | 0.14 | 237.44 | 0.69 | 0.54 |
| Hex | 37 | 3E | DB | 4B | 48 | 0 | E | ED | 45 | 36 |
| Octal | 67 | 76 | 333 | 113 | 110 | 0 | 16 | 355 | 105 | 66 |
| Binary | 110111 | 111110 | 11011011 | 1001011 | 1001000 | 0 | 1110 | 11101101 | 1000101 | 110110 |
Color Harmonies of #373EDB
Complementary color
Monochromatic Colors of #373EDB
Black with #373EDB
Text Example
Text Example
White with #373EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373EDB; }
p { color: rgb(55,62,219); }
H1.HeaderClassName
{
color: #373EDB;
}
.AnyTagClassName
{
color: #373EDB;
}
</style>
background-color css
<style>
a { background-color: #373EDB; }
a { background-color: rgb(55,62,219); }
div.DivClassName
{
background-color: #373EDB;
}
.BgClassName
{
background-color: #373EDB;
}
</style>
border-color css
<style>
span { border-color: #373EDB; }
span { border-color: rgb(55,62,219); }
td.TdClassName
{
border-color: #373EDB;
}
.TagClassName
{
border-color: #373EDB;
}
</style>