Shades of Free Speech Blue #393ED1
Tints of Free Speech Blue #393ED1
RGB
CMYK
RGB Variations
Color information
#393ED1 (or 0x393ED1) is known color: Free Speech Blue. HEX triplet: 39, 3E and D1. RGB value is (57,62,209). Sum of RGB (Red+Green+Blue) = 57+62+209=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 209 (82.03% from 255 or 63.72% from 328); Max value from RGB is 209 - color contains mainly: blue. Hex color #393ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393ED1 is #C6C12E. Grayscale: #4C4C4C. Windows color (decimal): -13025583 or 13712953. OLE color: 13712953.
HSL color Cylindrical-coordinate representation of color #393ED1: hue angle of 238.03º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #393ED1 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 62 | 209 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.18 |
| HSL | 238.03º | 0.62% | 0.52% | - |
| HSV(B) | 238.03º | 0.73% | 0.82% | - |
| XYZ | 14.92 | 8.92 | 61.26 | - |
| YUV | 77.26 | 202.34 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 62 | 209 | 0.73 | 0.70 | 0 | 0.18 | 238.03 | 0.62 | 0.52 |
| Hex | 39 | 3E | D1 | 49 | 46 | 0 | 12 | EE | 3E | 34 |
| Octal | 71 | 76 | 321 | 111 | 106 | 0 | 22 | 356 | 76 | 64 |
| Binary | 111001 | 111110 | 11010001 | 1001001 | 1000110 | 0 | 10010 | 11101110 | 111110 | 110100 |
Color Harmonies of #393ED1
Complementary color
Monochromatic Colors of #393ED1
Black with #393ED1
Text Example
Text Example
White with #393ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393ED1; }
p { color: rgb(57,62,209); }
H1.HeaderClassName
{
color: #393ED1;
}
.AnyTagClassName
{
color: #393ED1;
}
</style>
background-color css
<style>
a { background-color: #393ED1; }
a { background-color: rgb(57,62,209); }
div.DivClassName
{
background-color: #393ED1;
}
.BgClassName
{
background-color: #393ED1;
}
</style>
border-color css
<style>
span { border-color: #393ED1; }
span { border-color: rgb(57,62,209); }
td.TdClassName
{
border-color: #393ED1;
}
.TagClassName
{
border-color: #393ED1;
}
</style>