Shades of Free Speech Blue #373CD4
Tints of Free Speech Blue #373CD4
RGB
CMYK
RGB Variations
Color information
#373CD4 (or 0x373CD4) is known color: Free Speech Blue. HEX triplet: 37, 3C and D4. RGB value is (55,60,212). Sum of RGB (Red+Green+Blue) = 55+60+212=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 212 (83.20% from 255 or 64.83% from 327); Max value from RGB is 212 - color contains mainly: blue. Hex color #373CD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373CD4 is #C8C32B. Grayscale: #4B4B4B. Windows color (decimal): -13157164 or 13909047. OLE color: 13909047.
HSL color Cylindrical-coordinate representation of color #373CD4: hue angle of 238.09º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #373CD4 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 55 | 60 | 212 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.17 |
| HSL | 238.09º | 0.65% | 0.52% | - |
| HSV(B) | 238.09º | 0.74% | 0.83% | - |
| XYZ | 15.08 | 8.8 | 63.19 | - |
| YUV | 75.83 | 204.84 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 212 | 0.74 | 0.72 | 0 | 0.17 | 238.09 | 0.65 | 0.52 |
| Hex | 37 | 3C | D4 | 4A | 48 | 0 | 11 | EE | 41 | 34 |
| Octal | 67 | 74 | 324 | 112 | 110 | 0 | 21 | 356 | 101 | 64 |
| Binary | 110111 | 111100 | 11010100 | 1001010 | 1001000 | 0 | 10001 | 11101110 | 1000001 | 110100 |
Color Harmonies of #373CD4
Complementary color
Monochromatic Colors of #373CD4
Black with #373CD4
Text Example
Text Example
White with #373CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373CD4; }
p { color: rgb(55,60,212); }
H1.HeaderClassName
{
color: #373CD4;
}
.AnyTagClassName
{
color: #373CD4;
}
</style>
background-color css
<style>
a { background-color: #373CD4; }
a { background-color: rgb(55,60,212); }
div.DivClassName
{
background-color: #373CD4;
}
.BgClassName
{
background-color: #373CD4;
}
</style>
border-color css
<style>
span { border-color: #373CD4; }
span { border-color: rgb(55,60,212); }
td.TdClassName
{
border-color: #373CD4;
}
.TagClassName
{
border-color: #373CD4;
}
</style>