Shades of Dark Slate Blue #393D9E
Tints of Dark Slate Blue #393D9E
RGB
CMYK
RGB Variations
Color information
#393D9E (or 0x393D9E) is known color: Dark Slate Blue. HEX triplet: 39, 3D and 9E. RGB value is (57,61,158). Sum of RGB (Red+Green+Blue) = 57+61+158=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #393D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393D9E is #C6C261. Grayscale: #464646. Windows color (decimal): -13025890 or 10370361. OLE color: 10370361.
HSL color Cylindrical-coordinate representation of color #393D9E: hue angle of 237.62º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #393D9E is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 61 | 158 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.38 |
| HSL | 237.62º | 0.47% | 0.42% | - |
| HSV(B) | 237.62º | 0.64% | 0.62% | - |
| XYZ | 9.53 | 6.68 | 33.13 | - |
| YUV | 70.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 158 | 0.64 | 0.61 | 0 | 0.38 | 237.62 | 0.47 | 0.42 |
| Hex | 39 | 3D | 9E | 40 | 3D | 0 | 26 | EE | 2F | 2A |
| Octal | 71 | 75 | 236 | 100 | 75 | 0 | 46 | 356 | 57 | 52 |
| Binary | 111001 | 111101 | 10011110 | 1000000 | 111101 | 0 | 100110 | 11101110 | 101111 | 101010 |
Color Harmonies of #393D9E
Complementary color
Monochromatic Colors of #393D9E
Black with #393D9E
Text Example
Text Example
White with #393D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D9E; }
p { color: rgb(57,61,158); }
H1.HeaderClassName
{
color: #393D9E;
}
.AnyTagClassName
{
color: #393D9E;
}
</style>
background-color css
<style>
a { background-color: #393D9E; }
a { background-color: rgb(57,61,158); }
div.DivClassName
{
background-color: #393D9E;
}
.BgClassName
{
background-color: #393D9E;
}
</style>
border-color css
<style>
span { border-color: #393D9E; }
span { border-color: rgb(57,61,158); }
td.TdClassName
{
border-color: #393D9E;
}
.TagClassName
{
border-color: #393D9E;
}
</style>