Shades of Free Speech Blue #393DC0
Tints of Free Speech Blue #393DC0
RGB
CMYK
RGB Variations
Color information
#393DC0 (or 0x393DC0) is known color: Free Speech Blue. HEX triplet: 39, 3D and C0. RGB value is (57,61,192). Sum of RGB (Red+Green+Blue) = 57+61+192=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 192 (75.39% from 255 or 61.94% from 310); Max value from RGB is 192 - color contains mainly: blue. Hex color #393DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393DC0 is #C6C23F. Grayscale: #4A4A4A. Windows color (decimal): -13025856 or 12598585. OLE color: 12598585.
HSL color Cylindrical-coordinate representation of color #393DC0: hue angle of 238.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #393DC0 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 61 | 192 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.25 |
| HSL | 238.22º | 0.54% | 0.49% | - |
| HSV(B) | 238.22º | 0.7% | 0.75% | - |
| XYZ | 12.87 | 8.01 | 50.74 | - |
| YUV | 74.74 | 194.17 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 192 | 0.70 | 0.68 | 0 | 0.25 | 238.22 | 0.54 | 0.49 |
| Hex | 39 | 3D | C0 | 46 | 44 | 0 | 19 | EE | 36 | 31 |
| Octal | 71 | 75 | 300 | 106 | 104 | 0 | 31 | 356 | 66 | 61 |
| Binary | 111001 | 111101 | 11000000 | 1000110 | 1000100 | 0 | 11001 | 11101110 | 110110 | 110001 |
Color Harmonies of #393DC0
Complementary color
Monochromatic Colors of #393DC0
Black with #393DC0
Text Example
Text Example
White with #393DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393DC0; }
p { color: rgb(57,61,192); }
H1.HeaderClassName
{
color: #393DC0;
}
.AnyTagClassName
{
color: #393DC0;
}
</style>
background-color css
<style>
a { background-color: #393DC0; }
a { background-color: rgb(57,61,192); }
div.DivClassName
{
background-color: #393DC0;
}
.BgClassName
{
background-color: #393DC0;
}
</style>
border-color css
<style>
span { border-color: #393DC0; }
span { border-color: rgb(57,61,192); }
td.TdClassName
{
border-color: #393DC0;
}
.TagClassName
{
border-color: #393DC0;
}
</style>