Shades of Free Speech Blue #373ECE
Tints of Free Speech Blue #373ECE
RGB
CMYK
RGB Variations
Color information
#373ECE (or 0x373ECE) is known color: Free Speech Blue. HEX triplet: 37, 3E and CE. RGB value is (55,62,206). Sum of RGB (Red+Green+Blue) = 55+62+206=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #373ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373ECE is #C8C131. Grayscale: #4B4B4B. Windows color (decimal): -13156658 or 13516343. OLE color: 13516343.
HSL color Cylindrical-coordinate representation of color #373ECE: hue angle of 237.22º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #373ECE is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 62 | 206 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.19 |
| HSL | 237.22º | 0.61% | 0.51% | - |
| HSV(B) | 237.22º | 0.73% | 0.81% | - |
| XYZ | 14.44 | 8.71 | 59.31 | - |
| YUV | 76.32 | 201.18 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 206 | 0.73 | 0.70 | 0 | 0.19 | 237.22 | 0.61 | 0.51 |
| Hex | 37 | 3E | CE | 49 | 46 | 0 | 13 | ED | 3D | 33 |
| Octal | 67 | 76 | 316 | 111 | 106 | 0 | 23 | 355 | 75 | 63 |
| Binary | 110111 | 111110 | 11001110 | 1001001 | 1000110 | 0 | 10011 | 11101101 | 111101 | 110011 |
Color Harmonies of #373ECE
Complementary color
Monochromatic Colors of #373ECE
Black with #373ECE
Text Example
Text Example
White with #373ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373ECE; }
p { color: rgb(55,62,206); }
H1.HeaderClassName
{
color: #373ECE;
}
.AnyTagClassName
{
color: #373ECE;
}
</style>
background-color css
<style>
a { background-color: #373ECE; }
a { background-color: rgb(55,62,206); }
div.DivClassName
{
background-color: #373ECE;
}
.BgClassName
{
background-color: #373ECE;
}
</style>
border-color css
<style>
span { border-color: #373ECE; }
span { border-color: rgb(55,62,206); }
td.TdClassName
{
border-color: #373ECE;
}
.TagClassName
{
border-color: #373ECE;
}
</style>