Shades of Free Speech Blue #373BC8
Tints of Free Speech Blue #373BC8
RGB
CMYK
RGB Variations
Color information
#373BC8 (or 0x373BC8) is known color: Free Speech Blue. HEX triplet: 37, 3B and C8. RGB value is (55,59,200). Sum of RGB (Red+Green+Blue) = 55+59+200=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 200 (78.52% from 255 or 63.69% from 314); Max value from RGB is 200 - color contains mainly: blue. Hex color #373BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373BC8 is #C8C437. Grayscale: #494949. Windows color (decimal): -13157432 or 13122359. OLE color: 13122359.
HSL color Cylindrical-coordinate representation of color #373BC8: hue angle of 238.34º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #373BC8 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 59 | 200 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.22 |
| HSL | 238.34º | 0.57% | 0.5% | - |
| HSV(B) | 238.34º | 0.73% | 0.78% | - |
| XYZ | 13.56 | 8.11 | 55.49 | - |
| YUV | 73.88 | 199.17 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 200 | 0.72 | 0.70 | 0 | 0.22 | 238.34 | 0.57 | 0.5 |
| Hex | 37 | 3B | C8 | 48 | 46 | 0 | 16 | EE | 39 | 32 |
| Octal | 67 | 73 | 310 | 110 | 106 | 0 | 26 | 356 | 71 | 62 |
| Binary | 110111 | 111011 | 11001000 | 1001000 | 1000110 | 0 | 10110 | 11101110 | 111001 | 110010 |
Color Harmonies of #373BC8
Complementary color
Monochromatic Colors of #373BC8
Black with #373BC8
Text Example
Text Example
White with #373BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373BC8; }
p { color: rgb(55,59,200); }
H1.HeaderClassName
{
color: #373BC8;
}
.AnyTagClassName
{
color: #373BC8;
}
</style>
background-color css
<style>
a { background-color: #373BC8; }
a { background-color: rgb(55,59,200); }
div.DivClassName
{
background-color: #373BC8;
}
.BgClassName
{
background-color: #373BC8;
}
</style>
border-color css
<style>
span { border-color: #373BC8; }
span { border-color: rgb(55,59,200); }
td.TdClassName
{
border-color: #373BC8;
}
.TagClassName
{
border-color: #373BC8;
}
</style>