Shades of Free Speech Blue #373DC0
Tints of Free Speech Blue #373DC0
RGB
CMYK
RGB Variations
Color information
#373DC0 (or 0x373DC0) is known color: Free Speech Blue. HEX triplet: 37, 3D and C0. RGB value is (55,61,192). Sum of RGB (Red+Green+Blue) = 55+61+192=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #373DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373DC0 is #C8C23F. Grayscale: #494949. Windows color (decimal): -13156928 or 12598583. OLE color: 12598583.
HSL color Cylindrical-coordinate representation of color #373DC0: hue angle of 237.37º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #373DC0 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 61 | 192 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.25 |
| HSL | 237.37º | 0.55% | 0.48% | - |
| HSV(B) | 237.37º | 0.71% | 0.75% | - |
| XYZ | 12.76 | 7.96 | 50.73 | - |
| YUV | 74.14 | 194.51 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 192 | 0.71 | 0.68 | 0 | 0.25 | 237.37 | 0.55 | 0.48 |
| Hex | 37 | 3D | C0 | 47 | 44 | 0 | 19 | ED | 37 | 30 |
| Octal | 67 | 75 | 300 | 107 | 104 | 0 | 31 | 355 | 67 | 60 |
| Binary | 110111 | 111101 | 11000000 | 1000111 | 1000100 | 0 | 11001 | 11101101 | 110111 | 110000 |
Color Harmonies of #373DC0
Complementary color
Monochromatic Colors of #373DC0
Black with #373DC0
Text Example
Text Example
White with #373DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373DC0; }
p { color: rgb(55,61,192); }
H1.HeaderClassName
{
color: #373DC0;
}
.AnyTagClassName
{
color: #373DC0;
}
</style>
background-color css
<style>
a { background-color: #373DC0; }
a { background-color: rgb(55,61,192); }
div.DivClassName
{
background-color: #373DC0;
}
.BgClassName
{
background-color: #373DC0;
}
</style>
border-color css
<style>
span { border-color: #373DC0; }
span { border-color: rgb(55,61,192); }
td.TdClassName
{
border-color: #373DC0;
}
.TagClassName
{
border-color: #373DC0;
}
</style>