Shades of Free Speech Blue #373BC6
Tints of Free Speech Blue #373BC6
RGB
CMYK
RGB Variations
Color information
#373BC6 (or 0x373BC6) is known color: Free Speech Blue. HEX triplet: 37, 3B and C6. RGB value is (55,59,198). Sum of RGB (Red+Green+Blue) = 55+59+198=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 198 (77.73% from 255 or 63.46% from 312); Max value from RGB is 198 - color contains mainly: blue. Hex color #373BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373BC6 is #C8C439. Grayscale: #494949. Windows color (decimal): -13157434 or 12991287. OLE color: 12991287.
HSL color Cylindrical-coordinate representation of color #373BC6: hue angle of 238.32º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #373BC6 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 59 | 198 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.22 |
| HSL | 238.32º | 0.57% | 0.5% | - |
| HSV(B) | 238.32º | 0.72% | 0.78% | - |
| XYZ | 13.33 | 8.02 | 54.27 | - |
| YUV | 73.65 | 198.17 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 198 | 0.72 | 0.70 | 0 | 0.22 | 238.32 | 0.57 | 0.5 |
| Hex | 37 | 3B | C6 | 48 | 46 | 0 | 16 | EE | 39 | 32 |
| Octal | 67 | 73 | 306 | 110 | 106 | 0 | 26 | 356 | 71 | 62 |
| Binary | 110111 | 111011 | 11000110 | 1001000 | 1000110 | 0 | 10110 | 11101110 | 111001 | 110010 |
Color Harmonies of #373BC6
Complementary color
Monochromatic Colors of #373BC6
Black with #373BC6
Text Example
Text Example
White with #373BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373BC6; }
p { color: rgb(55,59,198); }
H1.HeaderClassName
{
color: #373BC6;
}
.AnyTagClassName
{
color: #373BC6;
}
</style>
background-color css
<style>
a { background-color: #373BC6; }
a { background-color: rgb(55,59,198); }
div.DivClassName
{
background-color: #373BC6;
}
.BgClassName
{
background-color: #373BC6;
}
</style>
border-color css
<style>
span { border-color: #373BC6; }
span { border-color: rgb(55,59,198); }
td.TdClassName
{
border-color: #373BC6;
}
.TagClassName
{
border-color: #373BC6;
}
</style>