Shades of Free Speech Blue #373BC5
Tints of Free Speech Blue #373BC5
RGB
CMYK
RGB Variations
Color information
#373BC5 (or 0x373BC5) is known color: Free Speech Blue. HEX triplet: 37, 3B and C5. RGB value is (55,59,197). Sum of RGB (Red+Green+Blue) = 55+59+197=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 197 (77.34% from 255 or 63.34% from 311); Max value from RGB is 197 - color contains mainly: blue. Hex color #373BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373BC5 is #C8C43A. Grayscale: #484848. Windows color (decimal): -13157435 or 12925751. OLE color: 12925751.
HSL color Cylindrical-coordinate representation of color #373BC5: hue angle of 238.31º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #373BC5 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 59 | 197 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.23 |
| HSL | 238.31º | 0.56% | 0.49% | - |
| HSV(B) | 238.31º | 0.72% | 0.77% | - |
| XYZ | 13.22 | 7.97 | 53.67 | - |
| YUV | 73.54 | 197.67 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 197 | 0.72 | 0.70 | 0 | 0.23 | 238.31 | 0.56 | 0.49 |
| Hex | 37 | 3B | C5 | 48 | 46 | 0 | 17 | EE | 38 | 31 |
| Octal | 67 | 73 | 305 | 110 | 106 | 0 | 27 | 356 | 70 | 61 |
| Binary | 110111 | 111011 | 11000101 | 1001000 | 1000110 | 0 | 10111 | 11101110 | 111000 | 110001 |
Color Harmonies of #373BC5
Complementary color
Monochromatic Colors of #373BC5
Black with #373BC5
Text Example
Text Example
White with #373BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373BC5; }
p { color: rgb(55,59,197); }
H1.HeaderClassName
{
color: #373BC5;
}
.AnyTagClassName
{
color: #373BC5;
}
</style>
background-color css
<style>
a { background-color: #373BC5; }
a { background-color: rgb(55,59,197); }
div.DivClassName
{
background-color: #373BC5;
}
.BgClassName
{
background-color: #373BC5;
}
</style>
border-color css
<style>
span { border-color: #373BC5; }
span { border-color: rgb(55,59,197); }
td.TdClassName
{
border-color: #373BC5;
}
.TagClassName
{
border-color: #373BC5;
}
</style>