Shades of Dark Slate Blue #393A95
Tints of Dark Slate Blue #393A95
RGB
CMYK
RGB Variations
Color information
#393A95 (or 0x393A95) is known color: Dark Slate Blue. HEX triplet: 39, 3A and 95. RGB value is (57,58,149). Sum of RGB (Red+Green+Blue) = 57+58+149=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #393A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393A95 is #C6C56A. Grayscale: #434343. Windows color (decimal): -13026667 or 9779769. OLE color: 9779769.
HSL color Cylindrical-coordinate representation of color #393A95: hue angle of 239.35º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #393A95 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 58 | 149 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.42 |
| HSL | 239.35º | 0.45% | 0.4% | - |
| HSV(B) | 239.35º | 0.62% | 0.58% | - |
| XYZ | 8.63 | 6.07 | 29.15 | - |
| YUV | 68.08 | 173.67 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 149 | 0.62 | 0.61 | 0 | 0.42 | 239.35 | 0.45 | 0.4 |
| Hex | 39 | 3A | 95 | 3E | 3D | 0 | 2A | EF | 2D | 28 |
| Octal | 71 | 72 | 225 | 76 | 75 | 0 | 52 | 357 | 55 | 50 |
| Binary | 111001 | 111010 | 10010101 | 111110 | 111101 | 0 | 101010 | 11101111 | 101101 | 101000 |
Color Harmonies of #393A95
Complementary color
Monochromatic Colors of #393A95
Black with #393A95
Text Example
Text Example
White with #393A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A95; }
p { color: rgb(57,58,149); }
H1.HeaderClassName
{
color: #393A95;
}
.AnyTagClassName
{
color: #393A95;
}
</style>
background-color css
<style>
a { background-color: #393A95; }
a { background-color: rgb(57,58,149); }
div.DivClassName
{
background-color: #393A95;
}
.BgClassName
{
background-color: #393A95;
}
</style>
border-color css
<style>
span { border-color: #393A95; }
span { border-color: rgb(57,58,149); }
td.TdClassName
{
border-color: #393A95;
}
.TagClassName
{
border-color: #393A95;
}
</style>