Shades of Dark Slate Blue #392E89
Tints of Dark Slate Blue #392E89
RGB
CMYK
RGB Variations
Color information
#392E89 (or 0x392E89) is known color: Dark Slate Blue. HEX triplet: 39, 2E and 89. RGB value is (57,46,137). Sum of RGB (Red+Green+Blue) = 57+46+137=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #392E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392E89 is #C6D176. Grayscale: #3B3B3B. Windows color (decimal): -13029751 or 8990265. OLE color: 8990265.
HSL color Cylindrical-coordinate representation of color #392E89: hue angle of 247.25º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #392E89 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 46 | 137 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.46 |
| HSL | 247.25º | 0.5% | 0.36% | - |
| HSV(B) | 247.25º | 0.66% | 0.54% | - |
| XYZ | 7.18 | 4.63 | 24.18 | - |
| YUV | 59.66 | 171.64 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 137 | 0.58 | 0.66 | 0 | 0.46 | 247.25 | 0.5 | 0.36 |
| Hex | 39 | 2E | 89 | 3A | 42 | 0 | 2E | F7 | 32 | 24 |
| Octal | 71 | 56 | 211 | 72 | 102 | 0 | 56 | 367 | 62 | 44 |
| Binary | 111001 | 101110 | 10001001 | 111010 | 1000010 | 0 | 101110 | 11110111 | 110010 | 100100 |
Color Harmonies of #392E89
Complementary color
Monochromatic Colors of #392E89
Black with #392E89
Text Example
Text Example
White with #392E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392E89; }
p { color: rgb(57,46,137); }
H1.HeaderClassName
{
color: #392E89;
}
.AnyTagClassName
{
color: #392E89;
}
</style>
background-color css
<style>
a { background-color: #392E89; }
a { background-color: rgb(57,46,137); }
div.DivClassName
{
background-color: #392E89;
}
.BgClassName
{
background-color: #392E89;
}
</style>
border-color css
<style>
span { border-color: #392E89; }
span { border-color: rgb(57,46,137); }
td.TdClassName
{
border-color: #392E89;
}
.TagClassName
{
border-color: #392E89;
}
</style>