Shades of Free Speech Blue #373EE0
Tints of Free Speech Blue #373EE0
RGB
CMYK
RGB Variations
Color information
#373EE0 (or 0x373EE0) is known color: Free Speech Blue. HEX triplet: 37, 3E and E0. RGB value is (55,62,224). Sum of RGB (Red+Green+Blue) = 55+62+224=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 224 (87.89% from 255 or 65.69% from 341); Max value from RGB is 224 - color contains mainly: blue. Hex color #373EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373EE0 is #C8C11F. Grayscale: #4D4D4D. Windows color (decimal): -13156640 or 14695991. OLE color: 14695991.
HSL color Cylindrical-coordinate representation of color #373EE0: hue angle of 237.51º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #373EE0 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 55 | 62 | 224 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.12 |
| HSL | 237.51º | 0.73% | 0.55% | - |
| HSV(B) | 237.51º | 0.75% | 0.88% | - |
| XYZ | 16.75 | 9.64 | 71.5 | - |
| YUV | 78.38 | 210.18 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 224 | 0.75 | 0.72 | 0 | 0.12 | 237.51 | 0.73 | 0.55 |
| Hex | 37 | 3E | E0 | 4B | 48 | 0 | C | EE | 49 | 37 |
| Octal | 67 | 76 | 340 | 113 | 110 | 0 | 14 | 356 | 111 | 67 |
| Binary | 110111 | 111110 | 11100000 | 1001011 | 1001000 | 0 | 1100 | 11101110 | 1001001 | 110111 |
Color Harmonies of #373EE0
Complementary color
Monochromatic Colors of #373EE0
Black with #373EE0
Text Example
Text Example
White with #373EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373EE0; }
p { color: rgb(55,62,224); }
H1.HeaderClassName
{
color: #373EE0;
}
.AnyTagClassName
{
color: #373EE0;
}
</style>
background-color css
<style>
a { background-color: #373EE0; }
a { background-color: rgb(55,62,224); }
div.DivClassName
{
background-color: #373EE0;
}
.BgClassName
{
background-color: #373EE0;
}
</style>
border-color css
<style>
span { border-color: #373EE0; }
span { border-color: rgb(55,62,224); }
td.TdClassName
{
border-color: #373EE0;
}
.TagClassName
{
border-color: #373EE0;
}
</style>