Shades of Free Speech Blue #373ECC
Tints of Free Speech Blue #373ECC
RGB
CMYK
RGB Variations
Color information
#373ECC (or 0x373ECC) is known color: Free Speech Blue. HEX triplet: 37, 3E and CC. RGB value is (55,62,204). Sum of RGB (Red+Green+Blue) = 55+62+204=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #373ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373ECC is #C8C133. Grayscale: #4B4B4B. Windows color (decimal): -13156660 or 13385271. OLE color: 13385271.
HSL color Cylindrical-coordinate representation of color #373ECC: hue angle of 237.18º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #373ECC is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 62 | 204 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.2 |
| HSL | 237.18º | 0.59% | 0.51% | - |
| HSV(B) | 237.18º | 0.73% | 0.8% | - |
| XYZ | 14.2 | 8.62 | 58.04 | - |
| YUV | 76.1 | 200.18 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 204 | 0.73 | 0.70 | 0 | 0.2 | 237.18 | 0.59 | 0.51 |
| Hex | 37 | 3E | CC | 49 | 46 | 0 | 14 | ED | 3B | 33 |
| Octal | 67 | 76 | 314 | 111 | 106 | 0 | 24 | 355 | 73 | 63 |
| Binary | 110111 | 111110 | 11001100 | 1001001 | 1000110 | 0 | 10100 | 11101101 | 111011 | 110011 |
Color Harmonies of #373ECC
Complementary color
Monochromatic Colors of #373ECC
Black with #373ECC
Text Example
Text Example
White with #373ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373ECC; }
p { color: rgb(55,62,204); }
H1.HeaderClassName
{
color: #373ECC;
}
.AnyTagClassName
{
color: #373ECC;
}
</style>
background-color css
<style>
a { background-color: #373ECC; }
a { background-color: rgb(55,62,204); }
div.DivClassName
{
background-color: #373ECC;
}
.BgClassName
{
background-color: #373ECC;
}
</style>
border-color css
<style>
span { border-color: #373ECC; }
span { border-color: rgb(55,62,204); }
td.TdClassName
{
border-color: #373ECC;
}
.TagClassName
{
border-color: #373ECC;
}
</style>