Shades of Free Speech Blue #393BDD
Tints of Free Speech Blue #393BDD
RGB
CMYK
RGB Variations
Color information
#393BDD (or 0x393BDD) is known color: Free Speech Blue. HEX triplet: 39, 3B and DD. RGB value is (57,59,221). Sum of RGB (Red+Green+Blue) = 57+59+221=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #393BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393BDD is #C6C422. Grayscale: #4C4C4C. Windows color (decimal): -13026339 or 14498617. OLE color: 14498617.
HSL color Cylindrical-coordinate representation of color #393BDD: hue angle of 239.27º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #393BDD is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 59 | 221 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.13 |
| HSL | 239.27º | 0.71% | 0.55% | - |
| HSV(B) | 239.27º | 0.74% | 0.87% | - |
| XYZ | 16.3 | 9.22 | 69.33 | - |
| YUV | 76.87 | 209.34 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 221 | 0.74 | 0.73 | 0 | 0.13 | 239.27 | 0.71 | 0.55 |
| Hex | 39 | 3B | DD | 4A | 49 | 0 | D | EF | 47 | 37 |
| Octal | 71 | 73 | 335 | 112 | 111 | 0 | 15 | 357 | 107 | 67 |
| Binary | 111001 | 111011 | 11011101 | 1001010 | 1001001 | 0 | 1101 | 11101111 | 1000111 | 110111 |
Color Harmonies of #393BDD
Complementary color
Monochromatic Colors of #393BDD
Black with #393BDD
Text Example
Text Example
White with #393BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393BDD; }
p { color: rgb(57,59,221); }
H1.HeaderClassName
{
color: #393BDD;
}
.AnyTagClassName
{
color: #393BDD;
}
</style>
background-color css
<style>
a { background-color: #393BDD; }
a { background-color: rgb(57,59,221); }
div.DivClassName
{
background-color: #393BDD;
}
.BgClassName
{
background-color: #393BDD;
}
</style>
border-color css
<style>
span { border-color: #393BDD; }
span { border-color: rgb(57,59,221); }
td.TdClassName
{
border-color: #393BDD;
}
.TagClassName
{
border-color: #393BDD;
}
</style>