Shades of Free Speech Blue #393FCD
Tints of Free Speech Blue #393FCD
RGB
CMYK
RGB Variations
Color information
#393FCD (or 0x393FCD) is known color: Free Speech Blue. HEX triplet: 39, 3F and CD. RGB value is (57,63,205). Sum of RGB (Red+Green+Blue) = 57+63+205=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #393FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393FCD is #C6C032. Grayscale: #4C4C4C. Windows color (decimal): -13025331 or 13451065. OLE color: 13451065.
HSL color Cylindrical-coordinate representation of color #393FCD: hue angle of 237.57º degrees, saturation: 0.6, 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 #393FCD is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 63 | 205 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.20 |
| HSL | 237.57º | 0.6% | 0.51% | - |
| HSV(B) | 237.57º | 0.72% | 0.8% | - |
| XYZ | 14.48 | 8.83 | 58.7 | - |
| YUV | 77.39 | 200.01 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 205 | 0.72 | 0.69 | 0 | 0.20 | 237.57 | 0.6 | 0.51 |
| Hex | 39 | 3F | CD | 48 | 45 | 0 | 14 | EE | 3C | 33 |
| Octal | 71 | 77 | 315 | 110 | 105 | 0 | 24 | 356 | 74 | 63 |
| Binary | 111001 | 111111 | 11001101 | 1001000 | 1000101 | 0 | 10100 | 11101110 | 111100 | 110011 |
Color Harmonies of #393FCD
Complementary color
Monochromatic Colors of #393FCD
Black with #393FCD
Text Example
Text Example
White with #393FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393FCD; }
p { color: rgb(57,63,205); }
H1.HeaderClassName
{
color: #393FCD;
}
.AnyTagClassName
{
color: #393FCD;
}
</style>
background-color css
<style>
a { background-color: #393FCD; }
a { background-color: rgb(57,63,205); }
div.DivClassName
{
background-color: #393FCD;
}
.BgClassName
{
background-color: #393FCD;
}
</style>
border-color css
<style>
span { border-color: #393FCD; }
span { border-color: rgb(57,63,205); }
td.TdClassName
{
border-color: #393FCD;
}
.TagClassName
{
border-color: #393FCD;
}
</style>