Shades of Free Speech Blue #393FD1
Tints of Free Speech Blue #393FD1
RGB
CMYK
RGB Variations
Color information
#393FD1 (or 0x393FD1) is known color: Free Speech Blue. HEX triplet: 39, 3F and D1. RGB value is (57,63,209). Sum of RGB (Red+Green+Blue) = 57+63+209=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 209 (82.03% from 255 or 63.53% from 329); Max value from RGB is 209 - color contains mainly: blue. Hex color #393FD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393FD1 is #C6C02E. Grayscale: #4D4D4D. Windows color (decimal): -13025327 or 13713209. OLE color: 13713209.
HSL color Cylindrical-coordinate representation of color #393FD1: hue angle of 237.63º 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 #393FD1 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 63 | 209 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.18 |
| HSL | 237.63º | 0.62% | 0.52% | - |
| HSV(B) | 237.63º | 0.73% | 0.82% | - |
| XYZ | 14.97 | 9.03 | 61.28 | - |
| YUV | 77.85 | 202.01 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 209 | 0.73 | 0.70 | 0 | 0.18 | 237.63 | 0.62 | 0.52 |
| Hex | 39 | 3F | D1 | 49 | 46 | 0 | 12 | EE | 3E | 34 |
| Octal | 71 | 77 | 321 | 111 | 106 | 0 | 22 | 356 | 76 | 64 |
| Binary | 111001 | 111111 | 11010001 | 1001001 | 1000110 | 0 | 10010 | 11101110 | 111110 | 110100 |
Color Harmonies of #393FD1
Complementary color
Monochromatic Colors of #393FD1
Black with #393FD1
Text Example
Text Example
White with #393FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393FD1; }
p { color: rgb(57,63,209); }
H1.HeaderClassName
{
color: #393FD1;
}
.AnyTagClassName
{
color: #393FD1;
}
</style>
background-color css
<style>
a { background-color: #393FD1; }
a { background-color: rgb(57,63,209); }
div.DivClassName
{
background-color: #393FD1;
}
.BgClassName
{
background-color: #393FD1;
}
</style>
border-color css
<style>
span { border-color: #393FD1; }
span { border-color: rgb(57,63,209); }
td.TdClassName
{
border-color: #393FD1;
}
.TagClassName
{
border-color: #393FD1;
}
</style>