Shades of Free Speech Blue #373DCE
Tints of Free Speech Blue #373DCE
RGB
CMYK
RGB Variations
Color information
#373DCE (or 0x373DCE) is known color: Free Speech Blue. HEX triplet: 37, 3D and CE. RGB value is (55,61,206). Sum of RGB (Red+Green+Blue) = 55+61+206=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #373DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373DCE is #C8C231. Grayscale: #4B4B4B. Windows color (decimal): -13156914 or 13516087. OLE color: 13516087.
HSL color Cylindrical-coordinate representation of color #373DCE: hue angle of 237.62º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #373DCE is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 61 | 206 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.19 |
| HSL | 237.62º | 0.61% | 0.51% | - |
| HSV(B) | 237.62º | 0.73% | 0.81% | - |
| XYZ | 14.38 | 8.61 | 59.3 | - |
| YUV | 75.74 | 201.51 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 206 | 0.73 | 0.70 | 0 | 0.19 | 237.62 | 0.61 | 0.51 |
| Hex | 37 | 3D | CE | 49 | 46 | 0 | 13 | EE | 3D | 33 |
| Octal | 67 | 75 | 316 | 111 | 106 | 0 | 23 | 356 | 75 | 63 |
| Binary | 110111 | 111101 | 11001110 | 1001001 | 1000110 | 0 | 10011 | 11101110 | 111101 | 110011 |
Color Harmonies of #373DCE
Complementary color
Monochromatic Colors of #373DCE
Black with #373DCE
Text Example
Text Example
White with #373DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373DCE; }
p { color: rgb(55,61,206); }
H1.HeaderClassName
{
color: #373DCE;
}
.AnyTagClassName
{
color: #373DCE;
}
</style>
background-color css
<style>
a { background-color: #373DCE; }
a { background-color: rgb(55,61,206); }
div.DivClassName
{
background-color: #373DCE;
}
.BgClassName
{
background-color: #373DCE;
}
</style>
border-color css
<style>
span { border-color: #373DCE; }
span { border-color: rgb(55,61,206); }
td.TdClassName
{
border-color: #373DCE;
}
.TagClassName
{
border-color: #373DCE;
}
</style>