Shades of Free Speech Blue #373FDC
Tints of Free Speech Blue #373FDC
RGB
CMYK
RGB Variations
Color information
#373FDC (or 0x373FDC) is known color: Free Speech Blue. HEX triplet: 37, 3F and DC. RGB value is (55,63,220). Sum of RGB (Red+Green+Blue) = 55+63+220=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #373FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373FDC is #C8C023. Grayscale: #4D4D4D. Windows color (decimal): -13156388 or 14434103. OLE color: 14434103.
HSL color Cylindrical-coordinate representation of color #373FDC: hue angle of 237.09º 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 #373FDC is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 63 | 220 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.14 |
| HSL | 237.09º | 0.7% | 0.54% | - |
| HSV(B) | 237.09º | 0.75% | 0.86% | - |
| XYZ | 16.27 | 9.53 | 68.69 | - |
| YUV | 78.51 | 207.85 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 220 | 0.75 | 0.71 | 0 | 0.14 | 237.09 | 0.7 | 0.54 |
| Hex | 37 | 3F | DC | 4B | 47 | 0 | E | ED | 46 | 36 |
| Octal | 67 | 77 | 334 | 113 | 107 | 0 | 16 | 355 | 106 | 66 |
| Binary | 110111 | 111111 | 11011100 | 1001011 | 1000111 | 0 | 1110 | 11101101 | 1000110 | 110110 |
Color Harmonies of #373FDC
Complementary color
Monochromatic Colors of #373FDC
Black with #373FDC
Text Example
Text Example
White with #373FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373FDC; }
p { color: rgb(55,63,220); }
H1.HeaderClassName
{
color: #373FDC;
}
.AnyTagClassName
{
color: #373FDC;
}
</style>
background-color css
<style>
a { background-color: #373FDC; }
a { background-color: rgb(55,63,220); }
div.DivClassName
{
background-color: #373FDC;
}
.BgClassName
{
background-color: #373FDC;
}
</style>
border-color css
<style>
span { border-color: #373FDC; }
span { border-color: rgb(55,63,220); }
td.TdClassName
{
border-color: #373FDC;
}
.TagClassName
{
border-color: #373FDC;
}
</style>