Shades of Free Speech Blue #373ACC
Tints of Free Speech Blue #373ACC
RGB
CMYK
RGB Variations
Color information
#373ACC (or 0x373ACC) is known color: Free Speech Blue. HEX triplet: 37, 3A and CC. RGB value is (55,58,204). Sum of RGB (Red+Green+Blue) = 55+58+204=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #373ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373ACC is #C8C533. Grayscale: #494949. Windows color (decimal): -13157684 or 13384247. OLE color: 13384247.
HSL color Cylindrical-coordinate representation of color #373ACC: hue angle of 238.79º degrees, saturation: 0.59, 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 #373ACC is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 58 | 204 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.2 |
| HSL | 238.79º | 0.59% | 0.51% | - |
| HSV(B) | 238.79º | 0.73% | 0.8% | - |
| XYZ | 13.99 | 8.2 | 57.97 | - |
| YUV | 73.75 | 201.51 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 204 | 0.73 | 0.72 | 0 | 0.2 | 238.79 | 0.59 | 0.51 |
| Hex | 37 | 3A | CC | 49 | 48 | 0 | 14 | EF | 3B | 33 |
| Octal | 67 | 72 | 314 | 111 | 110 | 0 | 24 | 357 | 73 | 63 |
| Binary | 110111 | 111010 | 11001100 | 1001001 | 1001000 | 0 | 10100 | 11101111 | 111011 | 110011 |
Color Harmonies of #373ACC
Complementary color
Monochromatic Colors of #373ACC
Black with #373ACC
Text Example
Text Example
White with #373ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373ACC; }
p { color: rgb(55,58,204); }
H1.HeaderClassName
{
color: #373ACC;
}
.AnyTagClassName
{
color: #373ACC;
}
</style>
background-color css
<style>
a { background-color: #373ACC; }
a { background-color: rgb(55,58,204); }
div.DivClassName
{
background-color: #373ACC;
}
.BgClassName
{
background-color: #373ACC;
}
</style>
border-color css
<style>
span { border-color: #373ACC; }
span { border-color: rgb(55,58,204); }
td.TdClassName
{
border-color: #373ACC;
}
.TagClassName
{
border-color: #373ACC;
}
</style>