Shades of Dark Slate Blue #393B95
Tints of Dark Slate Blue #393B95
RGB
CMYK
RGB Variations
Color information
#393B95 (or 0x393B95) is known color: Dark Slate Blue. HEX triplet: 39, 3B and 95. RGB value is (57,59,149). Sum of RGB (Red+Green+Blue) = 57+59+149=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #393B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393B95 is #C6C46A. Grayscale: #444444. Windows color (decimal): -13026411 or 9780025. OLE color: 9780025.
HSL color Cylindrical-coordinate representation of color #393B95: hue angle of 238.7º 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 #393B95 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 59 | 149 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.42 |
| HSL | 238.7º | 0.45% | 0.4% | - |
| HSV(B) | 238.7º | 0.62% | 0.58% | - |
| XYZ | 8.68 | 6.17 | 29.17 | - |
| YUV | 68.66 | 173.34 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 149 | 0.62 | 0.60 | 0 | 0.42 | 238.7 | 0.45 | 0.4 |
| Hex | 39 | 3B | 95 | 3E | 3C | 0 | 2A | EF | 2D | 28 |
| Octal | 71 | 73 | 225 | 76 | 74 | 0 | 52 | 357 | 55 | 50 |
| Binary | 111001 | 111011 | 10010101 | 111110 | 111100 | 0 | 101010 | 11101111 | 101101 | 101000 |
Color Harmonies of #393B95
Complementary color
Monochromatic Colors of #393B95
Black with #393B95
Text Example
Text Example
White with #393B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B95; }
p { color: rgb(57,59,149); }
H1.HeaderClassName
{
color: #393B95;
}
.AnyTagClassName
{
color: #393B95;
}
</style>
background-color css
<style>
a { background-color: #393B95; }
a { background-color: rgb(57,59,149); }
div.DivClassName
{
background-color: #393B95;
}
.BgClassName
{
background-color: #393B95;
}
</style>
border-color css
<style>
span { border-color: #393B95; }
span { border-color: rgb(57,59,149); }
td.TdClassName
{
border-color: #393B95;
}
.TagClassName
{
border-color: #393B95;
}
</style>