Shades of Free Speech Blue #373FCD
Tints of Free Speech Blue #373FCD
RGB
CMYK
RGB Variations
Color information
#373FCD (or 0x373FCD) is known color: Free Speech Blue. HEX triplet: 37, 3F and CD. RGB value is (55,63,205). Sum of RGB (Red+Green+Blue) = 55+63+205=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #373FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373FCD is #C8C032. Grayscale: #4C4C4C. Windows color (decimal): -13156403 or 13451063. OLE color: 13451063.
HSL color Cylindrical-coordinate representation of color #373FCD: hue angle of 236.8º degrees, saturation: 0.6, 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 #373FCD is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 63 | 205 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.20 |
| HSL | 236.8º | 0.6% | 0.51% | - |
| HSV(B) | 236.8º | 0.73% | 0.8% | - |
| XYZ | 14.37 | 8.78 | 58.69 | - |
| YUV | 76.8 | 200.35 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 205 | 0.73 | 0.69 | 0 | 0.20 | 236.8 | 0.6 | 0.51 |
| Hex | 37 | 3F | CD | 49 | 45 | 0 | 14 | ED | 3C | 33 |
| Octal | 67 | 77 | 315 | 111 | 105 | 0 | 24 | 355 | 74 | 63 |
| Binary | 110111 | 111111 | 11001101 | 1001001 | 1000101 | 0 | 10100 | 11101101 | 111100 | 110011 |
Color Harmonies of #373FCD
Complementary color
Monochromatic Colors of #373FCD
Black with #373FCD
Text Example
Text Example
White with #373FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373FCD; }
p { color: rgb(55,63,205); }
H1.HeaderClassName
{
color: #373FCD;
}
.AnyTagClassName
{
color: #373FCD;
}
</style>
background-color css
<style>
a { background-color: #373FCD; }
a { background-color: rgb(55,63,205); }
div.DivClassName
{
background-color: #373FCD;
}
.BgClassName
{
background-color: #373FCD;
}
</style>
border-color css
<style>
span { border-color: #373FCD; }
span { border-color: rgb(55,63,205); }
td.TdClassName
{
border-color: #373FCD;
}
.TagClassName
{
border-color: #373FCD;
}
</style>