Shades of Free Speech Blue #393FDB
Tints of Free Speech Blue #393FDB
RGB
CMYK
RGB Variations
Color information
#393FDB (or 0x393FDB) is known color: Free Speech Blue. HEX triplet: 39, 3F and DB. RGB value is (57,63,219). Sum of RGB (Red+Green+Blue) = 57+63+219=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #393FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393FDB is #C6C024. Grayscale: #4E4E4E. Windows color (decimal): -13025317 or 14368569. OLE color: 14368569.
HSL color Cylindrical-coordinate representation of color #393FDB: hue angle of 237.78º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #393FDB is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 63 | 219 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.14 |
| HSL | 237.78º | 0.69% | 0.54% | - |
| HSV(B) | 237.78º | 0.74% | 0.86% | - |
| XYZ | 16.25 | 9.54 | 68 | - |
| YUV | 78.99 | 207.01 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 219 | 0.74 | 0.71 | 0 | 0.14 | 237.78 | 0.69 | 0.54 |
| Hex | 39 | 3F | DB | 4A | 47 | 0 | E | EE | 45 | 36 |
| Octal | 71 | 77 | 333 | 112 | 107 | 0 | 16 | 356 | 105 | 66 |
| Binary | 111001 | 111111 | 11011011 | 1001010 | 1000111 | 0 | 1110 | 11101110 | 1000101 | 110110 |
Color Harmonies of #393FDB
Complementary color
Monochromatic Colors of #393FDB
Black with #393FDB
Text Example
Text Example
White with #393FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393FDB; }
p { color: rgb(57,63,219); }
H1.HeaderClassName
{
color: #393FDB;
}
.AnyTagClassName
{
color: #393FDB;
}
</style>
background-color css
<style>
a { background-color: #393FDB; }
a { background-color: rgb(57,63,219); }
div.DivClassName
{
background-color: #393FDB;
}
.BgClassName
{
background-color: #393FDB;
}
</style>
border-color css
<style>
span { border-color: #393FDB; }
span { border-color: rgb(57,63,219); }
td.TdClassName
{
border-color: #393FDB;
}
.TagClassName
{
border-color: #393FDB;
}
</style>