Shades of Dark Slate Blue #393C9F
Tints of Dark Slate Blue #393C9F
RGB
CMYK
RGB Variations
Color information
#393C9F (or 0x393C9F) is known color: Dark Slate Blue. HEX triplet: 39, 3C and 9F. RGB value is (57,60,159). Sum of RGB (Red+Green+Blue) = 57+60+159=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #393C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393C9F is #C6C360. Grayscale: #454545. Windows color (decimal): -13026145 or 10435641. OLE color: 10435641.
HSL color Cylindrical-coordinate representation of color #393C9F: hue angle of 238.24º 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 #393C9F is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 60 | 159 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.38 |
| HSL | 238.24º | 0.47% | 0.42% | - |
| HSV(B) | 238.24º | 0.64% | 0.62% | - |
| XYZ | 9.56 | 6.6 | 33.57 | - |
| YUV | 70.39 | 178.01 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 159 | 0.64 | 0.62 | 0 | 0.38 | 238.24 | 0.47 | 0.42 |
| Hex | 39 | 3C | 9F | 40 | 3E | 0 | 26 | EE | 2F | 2A |
| Octal | 71 | 74 | 237 | 100 | 76 | 0 | 46 | 356 | 57 | 52 |
| Binary | 111001 | 111100 | 10011111 | 1000000 | 111110 | 0 | 100110 | 11101110 | 101111 | 101010 |
Color Harmonies of #393C9F
Complementary color
Monochromatic Colors of #393C9F
Black with #393C9F
Text Example
Text Example
White with #393C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C9F; }
p { color: rgb(57,60,159); }
H1.HeaderClassName
{
color: #393C9F;
}
.AnyTagClassName
{
color: #393C9F;
}
</style>
background-color css
<style>
a { background-color: #393C9F; }
a { background-color: rgb(57,60,159); }
div.DivClassName
{
background-color: #393C9F;
}
.BgClassName
{
background-color: #393C9F;
}
</style>
border-color css
<style>
span { border-color: #393C9F; }
span { border-color: rgb(57,60,159); }
td.TdClassName
{
border-color: #393C9F;
}
.TagClassName
{
border-color: #393C9F;
}
</style>