Shades of Free Speech Blue #373BC7
Tints of Free Speech Blue #373BC7
RGB
CMYK
RGB Variations
Color information
#373BC7 (or 0x373BC7) is known color: Free Speech Blue. HEX triplet: 37, 3B and C7. RGB value is (55,59,199). Sum of RGB (Red+Green+Blue) = 55+59+199=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 199 (78.12% from 255 or 63.58% from 313); Max value from RGB is 199 - color contains mainly: blue. Hex color #373BC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373BC7 is #C8C438. Grayscale: #494949. Windows color (decimal): -13157433 or 13056823. OLE color: 13056823.
HSL color Cylindrical-coordinate representation of color #373BC7: hue angle of 238.33º 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 #373BC7 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 59 | 199 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.22 |
| HSL | 238.33º | 0.57% | 0.5% | - |
| HSV(B) | 238.33º | 0.72% | 0.78% | - |
| XYZ | 13.45 | 8.06 | 54.88 | - |
| YUV | 73.76 | 198.67 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 199 | 0.72 | 0.70 | 0 | 0.22 | 238.33 | 0.57 | 0.5 |
| Hex | 37 | 3B | C7 | 48 | 46 | 0 | 16 | EE | 39 | 32 |
| Octal | 67 | 73 | 307 | 110 | 106 | 0 | 26 | 356 | 71 | 62 |
| Binary | 110111 | 111011 | 11000111 | 1001000 | 1000110 | 0 | 10110 | 11101110 | 111001 | 110010 |
Color Harmonies of #373BC7
Complementary color
Monochromatic Colors of #373BC7
Black with #373BC7
Text Example
Text Example
White with #373BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373BC7; }
p { color: rgb(55,59,199); }
H1.HeaderClassName
{
color: #373BC7;
}
.AnyTagClassName
{
color: #373BC7;
}
</style>
background-color css
<style>
a { background-color: #373BC7; }
a { background-color: rgb(55,59,199); }
div.DivClassName
{
background-color: #373BC7;
}
.BgClassName
{
background-color: #373BC7;
}
</style>
border-color css
<style>
span { border-color: #373BC7; }
span { border-color: rgb(55,59,199); }
td.TdClassName
{
border-color: #373BC7;
}
.TagClassName
{
border-color: #373BC7;
}
</style>