Shades of Dark Slate Blue #393894
Tints of Dark Slate Blue #393894
RGB
CMYK
RGB Variations
Color information
#393894 (or 0x393894) is known color: Dark Slate Blue. HEX triplet: 39, 38 and 94. RGB value is (57,56,148). Sum of RGB (Red+Green+Blue) = 57+56+148=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #393894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393894 is #C6C76B. Grayscale: #424242. Windows color (decimal): -13027180 or 9713721. OLE color: 9713721.
HSL color Cylindrical-coordinate representation of color #393894: hue angle of 240.65º 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 #393894 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 56 | 148 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.42 |
| HSL | 240.65º | 0.45% | 0.4% | - |
| HSV(B) | 240.65º | 0.62% | 0.58% | - |
| XYZ | 8.45 | 5.84 | 28.7 | - |
| YUV | 66.79 | 173.83 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 56 | 148 | 0.61 | 0.62 | 0 | 0.42 | 240.65 | 0.45 | 0.4 |
| Hex | 39 | 38 | 94 | 3D | 3E | 0 | 2A | F1 | 2D | 28 |
| Octal | 71 | 70 | 224 | 75 | 76 | 0 | 52 | 361 | 55 | 50 |
| Binary | 111001 | 111000 | 10010100 | 111101 | 111110 | 0 | 101010 | 11110001 | 101101 | 101000 |
Color Harmonies of #393894
Complementary color
Monochromatic Colors of #393894
Black with #393894
Text Example
Text Example
White with #393894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393894; }
p { color: rgb(57,56,148); }
H1.HeaderClassName
{
color: #393894;
}
.AnyTagClassName
{
color: #393894;
}
</style>
background-color css
<style>
a { background-color: #393894; }
a { background-color: rgb(57,56,148); }
div.DivClassName
{
background-color: #393894;
}
.BgClassName
{
background-color: #393894;
}
</style>
border-color css
<style>
span { border-color: #393894; }
span { border-color: rgb(57,56,148); }
td.TdClassName
{
border-color: #393894;
}
.TagClassName
{
border-color: #393894;
}
</style>