Shades of Free Speech Blue #373FCF
Tints of Free Speech Blue #373FCF
RGB
CMYK
RGB Variations
Color information
#373FCF (or 0x373FCF) is known color: Free Speech Blue. HEX triplet: 37, 3F and CF. RGB value is (55,63,207). Sum of RGB (Red+Green+Blue) = 55+63+207=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #373FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373FCF is #C8C030. Grayscale: #4C4C4C. Windows color (decimal): -13156401 or 13582135. OLE color: 13582135.
HSL color Cylindrical-coordinate representation of color #373FCF: hue angle of 236.84º 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 #373FCF is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 63 | 207 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.19 |
| HSL | 236.84º | 0.61% | 0.51% | - |
| HSV(B) | 236.84º | 0.73% | 0.81% | - |
| XYZ | 14.62 | 8.87 | 59.97 | - |
| YUV | 77.02 | 201.35 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 207 | 0.73 | 0.70 | 0 | 0.19 | 236.84 | 0.61 | 0.51 |
| Hex | 37 | 3F | CF | 49 | 46 | 0 | 13 | ED | 3D | 33 |
| Octal | 67 | 77 | 317 | 111 | 106 | 0 | 23 | 355 | 75 | 63 |
| Binary | 110111 | 111111 | 11001111 | 1001001 | 1000110 | 0 | 10011 | 11101101 | 111101 | 110011 |
Color Harmonies of #373FCF
Complementary color
Monochromatic Colors of #373FCF
Black with #373FCF
Text Example
Text Example
White with #373FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373FCF; }
p { color: rgb(55,63,207); }
H1.HeaderClassName
{
color: #373FCF;
}
.AnyTagClassName
{
color: #373FCF;
}
</style>
background-color css
<style>
a { background-color: #373FCF; }
a { background-color: rgb(55,63,207); }
div.DivClassName
{
background-color: #373FCF;
}
.BgClassName
{
background-color: #373FCF;
}
</style>
border-color css
<style>
span { border-color: #373FCF; }
span { border-color: rgb(55,63,207); }
td.TdClassName
{
border-color: #373FCF;
}
.TagClassName
{
border-color: #373FCF;
}
</style>