Shades of Free Speech Blue #373CC9
Tints of Free Speech Blue #373CC9
RGB
CMYK
RGB Variations
Color information
#373CC9 (or 0x373CC9) is known color: Free Speech Blue. HEX triplet: 37, 3C and C9. RGB value is (55,60,201). Sum of RGB (Red+Green+Blue) = 55+60+201=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 201 (78.91% from 255 or 63.61% from 316); Max value from RGB is 201 - color contains mainly: blue. Hex color #373CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373CC9 is #C8C336. Grayscale: #4A4A4A. Windows color (decimal): -13157175 or 13188151. OLE color: 13188151.
HSL color Cylindrical-coordinate representation of color #373CC9: hue angle of 237.95º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #373CC9 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 60 | 201 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.21 |
| HSL | 237.95º | 0.57% | 0.5% | - |
| HSV(B) | 237.95º | 0.73% | 0.79% | - |
| XYZ | 13.73 | 8.26 | 56.13 | - |
| YUV | 74.58 | 199.34 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 201 | 0.73 | 0.70 | 0 | 0.21 | 237.95 | 0.57 | 0.5 |
| Hex | 37 | 3C | C9 | 49 | 46 | 0 | 15 | EE | 39 | 32 |
| Octal | 67 | 74 | 311 | 111 | 106 | 0 | 25 | 356 | 71 | 62 |
| Binary | 110111 | 111100 | 11001001 | 1001001 | 1000110 | 0 | 10101 | 11101110 | 111001 | 110010 |
Color Harmonies of #373CC9
Complementary color
Monochromatic Colors of #373CC9
Black with #373CC9
Text Example
Text Example
White with #373CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373CC9; }
p { color: rgb(55,60,201); }
H1.HeaderClassName
{
color: #373CC9;
}
.AnyTagClassName
{
color: #373CC9;
}
</style>
background-color css
<style>
a { background-color: #373CC9; }
a { background-color: rgb(55,60,201); }
div.DivClassName
{
background-color: #373CC9;
}
.BgClassName
{
background-color: #373CC9;
}
</style>
border-color css
<style>
span { border-color: #373CC9; }
span { border-color: rgb(55,60,201); }
td.TdClassName
{
border-color: #373CC9;
}
.TagClassName
{
border-color: #373CC9;
}
</style>