Shades of Free Speech Blue #373CCF
Tints of Free Speech Blue #373CCF
RGB
CMYK
RGB Variations
Color information
#373CCF (or 0x373CCF) is known color: Free Speech Blue. HEX triplet: 37, 3C and CF. RGB value is (55,60,207). Sum of RGB (Red+Green+Blue) = 55+60+207=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #373CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373CCF is #C8C330. Grayscale: #4A4A4A. Windows color (decimal): -13157169 or 13581367. OLE color: 13581367.
HSL color Cylindrical-coordinate representation of color #373CCF: hue angle of 238.03º 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 #373CCF is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 60 | 207 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.19 |
| HSL | 238.03º | 0.61% | 0.51% | - |
| HSV(B) | 238.03º | 0.73% | 0.81% | - |
| XYZ | 14.45 | 8.55 | 59.92 | - |
| YUV | 75.26 | 202.34 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 207 | 0.73 | 0.71 | 0 | 0.19 | 238.03 | 0.61 | 0.51 |
| Hex | 37 | 3C | CF | 49 | 47 | 0 | 13 | EE | 3D | 33 |
| Octal | 67 | 74 | 317 | 111 | 107 | 0 | 23 | 356 | 75 | 63 |
| Binary | 110111 | 111100 | 11001111 | 1001001 | 1000111 | 0 | 10011 | 11101110 | 111101 | 110011 |
Color Harmonies of #373CCF
Complementary color
Monochromatic Colors of #373CCF
Black with #373CCF
Text Example
Text Example
White with #373CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373CCF; }
p { color: rgb(55,60,207); }
H1.HeaderClassName
{
color: #373CCF;
}
.AnyTagClassName
{
color: #373CCF;
}
</style>
background-color css
<style>
a { background-color: #373CCF; }
a { background-color: rgb(55,60,207); }
div.DivClassName
{
background-color: #373CCF;
}
.BgClassName
{
background-color: #373CCF;
}
</style>
border-color css
<style>
span { border-color: #373CCF; }
span { border-color: rgb(55,60,207); }
td.TdClassName
{
border-color: #373CCF;
}
.TagClassName
{
border-color: #373CCF;
}
</style>