Shades of Free Speech Blue #373BD7
Tints of Free Speech Blue #373BD7
RGB
CMYK
RGB Variations
Color information
#373BD7 (or 0x373BD7) is known color: Free Speech Blue. HEX triplet: 37, 3B and D7. RGB value is (55,59,215). Sum of RGB (Red+Green+Blue) = 55+59+215=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 215 (84.38% from 255 or 65.35% from 329); Max value from RGB is 215 - color contains mainly: blue. Hex color #373BD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373BD7 is #C8C428. Grayscale: #4A4A4A. Windows color (decimal): -13157417 or 14105399. OLE color: 14105399.
HSL color Cylindrical-coordinate representation of color #373BD7: hue angle of 238.5º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #373BD7 is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 59 | 215 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.16 |
| HSL | 238.5º | 0.67% | 0.53% | - |
| HSV(B) | 238.5º | 0.74% | 0.84% | - |
| XYZ | 15.41 | 8.85 | 65.19 | - |
| YUV | 75.59 | 206.67 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 215 | 0.74 | 0.73 | 0 | 0.16 | 238.5 | 0.67 | 0.53 |
| Hex | 37 | 3B | D7 | 4A | 49 | 0 | 10 | EE | 43 | 35 |
| Octal | 67 | 73 | 327 | 112 | 111 | 0 | 20 | 356 | 103 | 65 |
| Binary | 110111 | 111011 | 11010111 | 1001010 | 1001001 | 0 | 10000 | 11101110 | 1000011 | 110101 |
Color Harmonies of #373BD7
Complementary color
Monochromatic Colors of #373BD7
Black with #373BD7
Text Example
Text Example
White with #373BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373BD7; }
p { color: rgb(55,59,215); }
H1.HeaderClassName
{
color: #373BD7;
}
.AnyTagClassName
{
color: #373BD7;
}
</style>
background-color css
<style>
a { background-color: #373BD7; }
a { background-color: rgb(55,59,215); }
div.DivClassName
{
background-color: #373BD7;
}
.BgClassName
{
background-color: #373BD7;
}
</style>
border-color css
<style>
span { border-color: #373BD7; }
span { border-color: rgb(55,59,215); }
td.TdClassName
{
border-color: #373BD7;
}
.TagClassName
{
border-color: #373BD7;
}
</style>