Shades of Free Speech Blue #373BE0
Tints of Free Speech Blue #373BE0
RGB
CMYK
RGB Variations
Color information
#373BE0 (or 0x373BE0) is known color: Free Speech Blue. HEX triplet: 37, 3B and E0. RGB value is (55,59,224). Sum of RGB (Red+Green+Blue) = 55+59+224=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 224 (87.89% from 255 or 66.27% from 338); Max value from RGB is 224 - color contains mainly: blue. Hex color #373BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373BE0 is #C8C41F. Grayscale: #4B4B4B. Windows color (decimal): -13157408 or 14695223. OLE color: 14695223.
HSL color Cylindrical-coordinate representation of color #373BE0: hue angle of 238.58º 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 #373BE0 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 55 | 59 | 224 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.12 |
| HSL | 238.58º | 0.73% | 0.55% | - |
| HSV(B) | 238.58º | 0.75% | 0.88% | - |
| XYZ | 16.59 | 9.32 | 71.45 | - |
| YUV | 76.61 | 211.17 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 224 | 0.75 | 0.74 | 0 | 0.12 | 238.58 | 0.73 | 0.55 |
| Hex | 37 | 3B | E0 | 4B | 4A | 0 | C | EF | 49 | 37 |
| Octal | 67 | 73 | 340 | 113 | 112 | 0 | 14 | 357 | 111 | 67 |
| Binary | 110111 | 111011 | 11100000 | 1001011 | 1001010 | 0 | 1100 | 11101111 | 1001001 | 110111 |
Color Harmonies of #373BE0
Complementary color
Monochromatic Colors of #373BE0
Black with #373BE0
Text Example
Text Example
White with #373BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373BE0; }
p { color: rgb(55,59,224); }
H1.HeaderClassName
{
color: #373BE0;
}
.AnyTagClassName
{
color: #373BE0;
}
</style>
background-color css
<style>
a { background-color: #373BE0; }
a { background-color: rgb(55,59,224); }
div.DivClassName
{
background-color: #373BE0;
}
.BgClassName
{
background-color: #373BE0;
}
</style>
border-color css
<style>
span { border-color: #373BE0; }
span { border-color: rgb(55,59,224); }
td.TdClassName
{
border-color: #373BE0;
}
.TagClassName
{
border-color: #373BE0;
}
</style>