Shades of Free Speech Blue #373CD6
Tints of Free Speech Blue #373CD6
RGB
CMYK
RGB Variations
Color information
#373CD6 (or 0x373CD6) is known color: Free Speech Blue. HEX triplet: 37, 3C and D6. RGB value is (55,60,214). Sum of RGB (Red+Green+Blue) = 55+60+214=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 214 (83.98% from 255 or 65.05% from 329); Max value from RGB is 214 - color contains mainly: blue. Hex color #373CD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373CD6 is #C8C329. Grayscale: #4B4B4B. Windows color (decimal): -13157162 or 14040119. OLE color: 14040119.
HSL color Cylindrical-coordinate representation of color #373CD6: hue angle of 238.11º degrees, saturation: 0.66, 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 #373CD6 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 60 | 214 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.16 |
| HSL | 238.11º | 0.66% | 0.53% | - |
| HSV(B) | 238.11º | 0.74% | 0.84% | - |
| XYZ | 15.33 | 8.9 | 64.53 | - |
| YUV | 76.06 | 205.84 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 214 | 0.74 | 0.72 | 0 | 0.16 | 238.11 | 0.66 | 0.53 |
| Hex | 37 | 3C | D6 | 4A | 48 | 0 | 10 | EE | 42 | 35 |
| Octal | 67 | 74 | 326 | 112 | 110 | 0 | 20 | 356 | 102 | 65 |
| Binary | 110111 | 111100 | 11010110 | 1001010 | 1001000 | 0 | 10000 | 11101110 | 1000010 | 110101 |
Color Harmonies of #373CD6
Complementary color
Monochromatic Colors of #373CD6
Black with #373CD6
Text Example
Text Example
White with #373CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373CD6; }
p { color: rgb(55,60,214); }
H1.HeaderClassName
{
color: #373CD6;
}
.AnyTagClassName
{
color: #373CD6;
}
</style>
background-color css
<style>
a { background-color: #373CD6; }
a { background-color: rgb(55,60,214); }
div.DivClassName
{
background-color: #373CD6;
}
.BgClassName
{
background-color: #373CD6;
}
</style>
border-color css
<style>
span { border-color: #373CD6; }
span { border-color: rgb(55,60,214); }
td.TdClassName
{
border-color: #373CD6;
}
.TagClassName
{
border-color: #373CD6;
}
</style>