Shades of Free Speech Blue #393DDB
Tints of Free Speech Blue #393DDB
RGB
CMYK
RGB Variations
Color information
#393DDB (or 0x393DDB) is known color: Free Speech Blue. HEX triplet: 39, 3D and DB. RGB value is (57,61,219). Sum of RGB (Red+Green+Blue) = 57+61+219=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #393DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393DDB is #C6C224. Grayscale: #4D4D4D. Windows color (decimal): -13025829 or 14368057. OLE color: 14368057.
HSL color Cylindrical-coordinate representation of color #393DDB: hue angle of 238.52º 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 #393DDB is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 61 | 219 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.14 |
| HSL | 238.52º | 0.69% | 0.54% | - |
| HSV(B) | 238.52º | 0.74% | 0.86% | - |
| XYZ | 16.14 | 9.32 | 67.97 | - |
| YUV | 77.82 | 207.67 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 219 | 0.74 | 0.72 | 0 | 0.14 | 238.52 | 0.69 | 0.54 |
| Hex | 39 | 3D | DB | 4A | 48 | 0 | E | EF | 45 | 36 |
| Octal | 71 | 75 | 333 | 112 | 110 | 0 | 16 | 357 | 105 | 66 |
| Binary | 111001 | 111101 | 11011011 | 1001010 | 1001000 | 0 | 1110 | 11101111 | 1000101 | 110110 |
Color Harmonies of #393DDB
Complementary color
Monochromatic Colors of #393DDB
Black with #393DDB
Text Example
Text Example
White with #393DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393DDB; }
p { color: rgb(57,61,219); }
H1.HeaderClassName
{
color: #393DDB;
}
.AnyTagClassName
{
color: #393DDB;
}
</style>
background-color css
<style>
a { background-color: #393DDB; }
a { background-color: rgb(57,61,219); }
div.DivClassName
{
background-color: #393DDB;
}
.BgClassName
{
background-color: #393DDB;
}
</style>
border-color css
<style>
span { border-color: #393DDB; }
span { border-color: rgb(57,61,219); }
td.TdClassName
{
border-color: #393DDB;
}
.TagClassName
{
border-color: #393DDB;
}
</style>