Shades of Dark Slate Blue #3E3789
Tints of Dark Slate Blue #3E3789
RGB
CMYK
RGB Variations
Color information
#3E3789 (or 0x3E3789) is known color: Dark Slate Blue. HEX triplet: 3E, 37 and 89. RGB value is (62,55,137). Sum of RGB (Red+Green+Blue) = 62+55+137=254 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.41% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #3E3789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3789 is #C1C876. Grayscale: #424242. Windows color (decimal): -12699767 or 8992574. OLE color: 8992574.
HSL color Cylindrical-coordinate representation of color #3E3789: hue angle of 245.12º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E3789 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 55 | 137 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.46 |
| HSL | 245.12º | 0.43% | 0.38% | - |
| HSV(B) | 245.12º | 0.6% | 0.54% | - |
| XYZ | 7.87 | 5.56 | 24.33 | - |
| YUV | 66.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 137 | 0.55 | 0.60 | 0 | 0.46 | 245.12 | 0.43 | 0.38 |
| Hex | 3E | 37 | 89 | 37 | 3C | 0 | 2E | F5 | 2B | 26 |
| Octal | 76 | 67 | 211 | 67 | 74 | 0 | 56 | 365 | 53 | 46 |
| Binary | 111110 | 110111 | 10001001 | 110111 | 111100 | 0 | 101110 | 11110101 | 101011 | 100110 |
Color Harmonies of #3E3789
Complementary color
Monochromatic Colors of #3E3789
Black with #3E3789
Text Example
Text Example
White with #3E3789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3789; }
p { color: rgb(62,55,137); }
H1.HeaderClassName
{
color: #3E3789;
}
.AnyTagClassName
{
color: #3E3789;
}
</style>
background-color css
<style>
a { background-color: #3E3789; }
a { background-color: rgb(62,55,137); }
div.DivClassName
{
background-color: #3E3789;
}
.BgClassName
{
background-color: #3E3789;
}
</style>
border-color css
<style>
span { border-color: #3E3789; }
span { border-color: rgb(62,55,137); }
td.TdClassName
{
border-color: #3E3789;
}
.TagClassName
{
border-color: #3E3789;
}
</style>