Shades of Free Speech Blue #393CDB
Tints of Free Speech Blue #393CDB
RGB
CMYK
RGB Variations
Color information
#393CDB (or 0x393CDB) is known color: Free Speech Blue. HEX triplet: 39, 3C and DB. RGB value is (57,60,219). Sum of RGB (Red+Green+Blue) = 57+60+219=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #393CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393CDB is #C6C324. Grayscale: #4C4C4C. Windows color (decimal): -13026085 or 14367801. OLE color: 14367801.
HSL color Cylindrical-coordinate representation of color #393CDB: hue angle of 238.89º 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 #393CDB is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 60 | 219 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.14 |
| HSL | 238.89º | 0.69% | 0.54% | - |
| HSV(B) | 238.89º | 0.74% | 0.86% | - |
| XYZ | 16.09 | 9.22 | 67.95 | - |
| YUV | 77.23 | 208.01 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 219 | 0.74 | 0.73 | 0 | 0.14 | 238.89 | 0.69 | 0.54 |
| Hex | 39 | 3C | DB | 4A | 49 | 0 | E | EF | 45 | 36 |
| Octal | 71 | 74 | 333 | 112 | 111 | 0 | 16 | 357 | 105 | 66 |
| Binary | 111001 | 111100 | 11011011 | 1001010 | 1001001 | 0 | 1110 | 11101111 | 1000101 | 110110 |
Color Harmonies of #393CDB
Complementary color
Monochromatic Colors of #393CDB
Black with #393CDB
Text Example
Text Example
White with #393CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393CDB; }
p { color: rgb(57,60,219); }
H1.HeaderClassName
{
color: #393CDB;
}
.AnyTagClassName
{
color: #393CDB;
}
</style>
background-color css
<style>
a { background-color: #393CDB; }
a { background-color: rgb(57,60,219); }
div.DivClassName
{
background-color: #393CDB;
}
.BgClassName
{
background-color: #393CDB;
}
</style>
border-color css
<style>
span { border-color: #393CDB; }
span { border-color: rgb(57,60,219); }
td.TdClassName
{
border-color: #393CDB;
}
.TagClassName
{
border-color: #393CDB;
}
</style>