Shades of Free Speech Blue #373EC3
Tints of Free Speech Blue #373EC3
RGB
CMYK
RGB Variations
Color information
#373EC3 (or 0x373EC3) is known color: Free Speech Blue. HEX triplet: 37, 3E and C3. RGB value is (55,62,195). Sum of RGB (Red+Green+Blue) = 55+62+195=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 195 (76.56% from 255 or 62.5% from 312); Max value from RGB is 195 - color contains mainly: blue. Hex color #373EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373EC3 is #C8C13C. Grayscale: #4A4A4A. Windows color (decimal): -13156669 or 12795447. OLE color: 12795447.
HSL color Cylindrical-coordinate representation of color #373EC3: hue angle of 237º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #373EC3 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 62 | 195 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.24 |
| HSL | 237º | 0.56% | 0.49% | - |
| HSV(B) | 237º | 0.72% | 0.76% | - |
| XYZ | 13.15 | 8.2 | 52.52 | - |
| YUV | 75.07 | 195.68 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 195 | 0.72 | 0.68 | 0 | 0.24 | 237 | 0.56 | 0.49 |
| Hex | 37 | 3E | C3 | 48 | 44 | 0 | 18 | ED | 38 | 31 |
| Octal | 67 | 76 | 303 | 110 | 104 | 0 | 30 | 355 | 70 | 61 |
| Binary | 110111 | 111110 | 11000011 | 1001000 | 1000100 | 0 | 11000 | 11101101 | 111000 | 110001 |
Color Harmonies of #373EC3
Complementary color
Monochromatic Colors of #373EC3
Black with #373EC3
Text Example
Text Example
White with #373EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373EC3; }
p { color: rgb(55,62,195); }
H1.HeaderClassName
{
color: #373EC3;
}
.AnyTagClassName
{
color: #373EC3;
}
</style>
background-color css
<style>
a { background-color: #373EC3; }
a { background-color: rgb(55,62,195); }
div.DivClassName
{
background-color: #373EC3;
}
.BgClassName
{
background-color: #373EC3;
}
</style>
border-color css
<style>
span { border-color: #373EC3; }
span { border-color: rgb(55,62,195); }
td.TdClassName
{
border-color: #373EC3;
}
.TagClassName
{
border-color: #373EC3;
}
</style>