Shades of Free Speech Blue #373CDC
Tints of Free Speech Blue #373CDC
RGB
CMYK
RGB Variations
Color information
#373CDC (or 0x373CDC) is known color: Free Speech Blue. HEX triplet: 37, 3C and DC. RGB value is (55,60,220). Sum of RGB (Red+Green+Blue) = 55+60+220=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #373CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373CDC is #C8C323. Grayscale: #4C4C4C. Windows color (decimal): -13157156 or 14433335. OLE color: 14433335.
HSL color Cylindrical-coordinate representation of color #373CDC: hue angle of 238.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #373CDC is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 60 | 220 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.14 |
| HSL | 238.18º | 0.7% | 0.54% | - |
| HSV(B) | 238.18º | 0.75% | 0.86% | - |
| XYZ | 16.11 | 9.21 | 68.64 | - |
| YUV | 76.75 | 208.84 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 220 | 0.75 | 0.73 | 0 | 0.14 | 238.18 | 0.7 | 0.54 |
| Hex | 37 | 3C | DC | 4B | 49 | 0 | E | EE | 46 | 36 |
| Octal | 67 | 74 | 334 | 113 | 111 | 0 | 16 | 356 | 106 | 66 |
| Binary | 110111 | 111100 | 11011100 | 1001011 | 1001001 | 0 | 1110 | 11101110 | 1000110 | 110110 |
Color Harmonies of #373CDC
Complementary color
Monochromatic Colors of #373CDC
Black with #373CDC
Text Example
Text Example
White with #373CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373CDC; }
p { color: rgb(55,60,220); }
H1.HeaderClassName
{
color: #373CDC;
}
.AnyTagClassName
{
color: #373CDC;
}
</style>
background-color css
<style>
a { background-color: #373CDC; }
a { background-color: rgb(55,60,220); }
div.DivClassName
{
background-color: #373CDC;
}
.BgClassName
{
background-color: #373CDC;
}
</style>
border-color css
<style>
span { border-color: #373CDC; }
span { border-color: rgb(55,60,220); }
td.TdClassName
{
border-color: #373CDC;
}
.TagClassName
{
border-color: #373CDC;
}
</style>