Shades of Free Speech Blue #373FD0
Tints of Free Speech Blue #373FD0
RGB
CMYK
RGB Variations
Color information
#373FD0 (or 0x373FD0) is known color: Free Speech Blue. HEX triplet: 37, 3F and D0. RGB value is (55,63,208). Sum of RGB (Red+Green+Blue) = 55+63+208=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 208 (81.64% from 255 or 63.80% from 326); Max value from RGB is 208 - color contains mainly: blue. Hex color #373FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373FD0 is #C8C02F. Grayscale: #4C4C4C. Windows color (decimal): -13156400 or 13647671. OLE color: 13647671.
HSL color Cylindrical-coordinate representation of color #373FD0: hue angle of 236.86º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #373FD0 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 63 | 208 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.18 |
| HSL | 236.86º | 0.62% | 0.52% | - |
| HSV(B) | 236.86º | 0.74% | 0.82% | - |
| XYZ | 14.74 | 8.92 | 60.62 | - |
| YUV | 77.14 | 201.85 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 208 | 0.74 | 0.70 | 0 | 0.18 | 236.86 | 0.62 | 0.52 |
| Hex | 37 | 3F | D0 | 4A | 46 | 0 | 12 | ED | 3E | 34 |
| Octal | 67 | 77 | 320 | 112 | 106 | 0 | 22 | 355 | 76 | 64 |
| Binary | 110111 | 111111 | 11010000 | 1001010 | 1000110 | 0 | 10010 | 11101101 | 111110 | 110100 |
Color Harmonies of #373FD0
Complementary color
Monochromatic Colors of #373FD0
Black with #373FD0
Text Example
Text Example
White with #373FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373FD0; }
p { color: rgb(55,63,208); }
H1.HeaderClassName
{
color: #373FD0;
}
.AnyTagClassName
{
color: #373FD0;
}
</style>
background-color css
<style>
a { background-color: #373FD0; }
a { background-color: rgb(55,63,208); }
div.DivClassName
{
background-color: #373FD0;
}
.BgClassName
{
background-color: #373FD0;
}
</style>
border-color css
<style>
span { border-color: #373FD0; }
span { border-color: rgb(55,63,208); }
td.TdClassName
{
border-color: #373FD0;
}
.TagClassName
{
border-color: #373FD0;
}
</style>