Shades of Free Speech Blue #393ACC
Tints of Free Speech Blue #393ACC
RGB
CMYK
RGB Variations
Color information
#393ACC (or 0x393ACC) is known color: Free Speech Blue. HEX triplet: 39, 3A and CC. RGB value is (57,58,204). Sum of RGB (Red+Green+Blue) = 57+58+204=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #393ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393ACC is #C6C533. Grayscale: #494949. Windows color (decimal): -13026612 or 13384249. OLE color: 13384249.
HSL color Cylindrical-coordinate representation of color #393ACC: hue angle of 239.59º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #393ACC is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 58 | 204 | - |
| CMYK | 0.72 | 0.72 | 0 | 0.2 |
| HSL | 239.59º | 0.59% | 0.51% | - |
| HSV(B) | 239.59º | 0.72% | 0.8% | - |
| XYZ | 14.1 | 8.26 | 57.98 | - |
| YUV | 74.35 | 201.17 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 204 | 0.72 | 0.72 | 0 | 0.2 | 239.59 | 0.59 | 0.51 |
| Hex | 39 | 3A | CC | 48 | 48 | 0 | 14 | F0 | 3B | 33 |
| Octal | 71 | 72 | 314 | 110 | 110 | 0 | 24 | 360 | 73 | 63 |
| Binary | 111001 | 111010 | 11001100 | 1001000 | 1001000 | 0 | 10100 | 11110000 | 111011 | 110011 |
Color Harmonies of #393ACC
Complementary color
Monochromatic Colors of #393ACC
Black with #393ACC
Text Example
Text Example
White with #393ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393ACC; }
p { color: rgb(57,58,204); }
H1.HeaderClassName
{
color: #393ACC;
}
.AnyTagClassName
{
color: #393ACC;
}
</style>
background-color css
<style>
a { background-color: #393ACC; }
a { background-color: rgb(57,58,204); }
div.DivClassName
{
background-color: #393ACC;
}
.BgClassName
{
background-color: #393ACC;
}
</style>
border-color css
<style>
span { border-color: #393ACC; }
span { border-color: rgb(57,58,204); }
td.TdClassName
{
border-color: #393ACC;
}
.TagClassName
{
border-color: #393ACC;
}
</style>