Shades of Free Speech Blue #373CDB
Tints of Free Speech Blue #373CDB
RGB
CMYK
RGB Variations
Color information
#373CDB (or 0x373CDB) is known color: Free Speech Blue. HEX triplet: 37, 3C and DB. RGB value is (55,60,219). Sum of RGB (Red+Green+Blue) = 55+60+219=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #373CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373CDB is #C8C324. Grayscale: #4B4B4B. Windows color (decimal): -13157157 or 14367799. OLE color: 14367799.
HSL color Cylindrical-coordinate representation of color #373CDB: hue angle of 238.17º 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 #373CDB is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 60 | 219 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.14 |
| HSL | 238.17º | 0.69% | 0.54% | - |
| HSV(B) | 238.17º | 0.75% | 0.86% | - |
| XYZ | 15.98 | 9.16 | 67.94 | - |
| YUV | 76.63 | 208.34 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 219 | 0.75 | 0.73 | 0 | 0.14 | 238.17 | 0.69 | 0.54 |
| Hex | 37 | 3C | DB | 4B | 49 | 0 | E | EE | 45 | 36 |
| Octal | 67 | 74 | 333 | 113 | 111 | 0 | 16 | 356 | 105 | 66 |
| Binary | 110111 | 111100 | 11011011 | 1001011 | 1001001 | 0 | 1110 | 11101110 | 1000101 | 110110 |
Color Harmonies of #373CDB
Complementary color
Monochromatic Colors of #373CDB
Black with #373CDB
Text Example
Text Example
White with #373CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373CDB; }
p { color: rgb(55,60,219); }
H1.HeaderClassName
{
color: #373CDB;
}
.AnyTagClassName
{
color: #373CDB;
}
</style>
background-color css
<style>
a { background-color: #373CDB; }
a { background-color: rgb(55,60,219); }
div.DivClassName
{
background-color: #373CDB;
}
.BgClassName
{
background-color: #373CDB;
}
</style>
border-color css
<style>
span { border-color: #373CDB; }
span { border-color: rgb(55,60,219); }
td.TdClassName
{
border-color: #373CDB;
}
.TagClassName
{
border-color: #373CDB;
}
</style>