Shades of Free Speech Blue #373ACD
Tints of Free Speech Blue #373ACD
RGB
CMYK
RGB Variations
Color information
#373ACD (or 0x373ACD) is known color: Free Speech Blue. HEX triplet: 37, 3A and CD. RGB value is (55,58,205). Sum of RGB (Red+Green+Blue) = 55+58+205=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #373ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373ACD is #C8C532. Grayscale: #494949. Windows color (decimal): -13157683 or 13449783. OLE color: 13449783.
HSL color Cylindrical-coordinate representation of color #373ACD: hue angle of 238.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #373ACD is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 58 | 205 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.20 |
| HSL | 238.8º | 0.6% | 0.51% | - |
| HSV(B) | 238.8º | 0.73% | 0.8% | - |
| XYZ | 14.11 | 8.25 | 58.61 | - |
| YUV | 73.86 | 202.01 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 205 | 0.73 | 0.72 | 0 | 0.20 | 238.8 | 0.6 | 0.51 |
| Hex | 37 | 3A | CD | 49 | 48 | 0 | 14 | EF | 3C | 33 |
| Octal | 67 | 72 | 315 | 111 | 110 | 0 | 24 | 357 | 74 | 63 |
| Binary | 110111 | 111010 | 11001101 | 1001001 | 1001000 | 0 | 10100 | 11101111 | 111100 | 110011 |
Color Harmonies of #373ACD
Complementary color
Monochromatic Colors of #373ACD
Black with #373ACD
Text Example
Text Example
White with #373ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373ACD; }
p { color: rgb(55,58,205); }
H1.HeaderClassName
{
color: #373ACD;
}
.AnyTagClassName
{
color: #373ACD;
}
</style>
background-color css
<style>
a { background-color: #373ACD; }
a { background-color: rgb(55,58,205); }
div.DivClassName
{
background-color: #373ACD;
}
.BgClassName
{
background-color: #373ACD;
}
</style>
border-color css
<style>
span { border-color: #373ACD; }
span { border-color: rgb(55,58,205); }
td.TdClassName
{
border-color: #373ACD;
}
.TagClassName
{
border-color: #373ACD;
}
</style>