Shades of Free Speech Blue #373ED0
Tints of Free Speech Blue #373ED0
RGB
CMYK
RGB Variations
Color information
#373ED0 (or 0x373ED0) is known color: Free Speech Blue. HEX triplet: 37, 3E and D0. RGB value is (55,62,208). Sum of RGB (Red+Green+Blue) = 55+62+208=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 208 (81.64% from 255 or 64% from 325); Max value from RGB is 208 - color contains mainly: blue. Hex color #373ED0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373ED0 is #C8C12F. Grayscale: #4B4B4B. Windows color (decimal): -13156656 or 13647415. OLE color: 13647415.
HSL color Cylindrical-coordinate representation of color #373ED0: hue angle of 237.25º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #373ED0 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 62 | 208 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.18 |
| HSL | 237.25º | 0.62% | 0.52% | - |
| HSV(B) | 237.25º | 0.74% | 0.82% | - |
| XYZ | 14.68 | 8.81 | 60.6 | - |
| YUV | 76.55 | 202.18 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 208 | 0.74 | 0.70 | 0 | 0.18 | 237.25 | 0.62 | 0.52 |
| Hex | 37 | 3E | D0 | 4A | 46 | 0 | 12 | ED | 3E | 34 |
| Octal | 67 | 76 | 320 | 112 | 106 | 0 | 22 | 355 | 76 | 64 |
| Binary | 110111 | 111110 | 11010000 | 1001010 | 1000110 | 0 | 10010 | 11101101 | 111110 | 110100 |
Color Harmonies of #373ED0
Complementary color
Monochromatic Colors of #373ED0
Black with #373ED0
Text Example
Text Example
White with #373ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373ED0; }
p { color: rgb(55,62,208); }
H1.HeaderClassName
{
color: #373ED0;
}
.AnyTagClassName
{
color: #373ED0;
}
</style>
background-color css
<style>
a { background-color: #373ED0; }
a { background-color: rgb(55,62,208); }
div.DivClassName
{
background-color: #373ED0;
}
.BgClassName
{
background-color: #373ED0;
}
</style>
border-color css
<style>
span { border-color: #373ED0; }
span { border-color: rgb(55,62,208); }
td.TdClassName
{
border-color: #373ED0;
}
.TagClassName
{
border-color: #373ED0;
}
</style>