Shades of Dark Slate Blue #3E3995
Tints of Dark Slate Blue #3E3995
RGB
CMYK
RGB Variations
Color information
#3E3995 (or 0x3E3995) is known color: Dark Slate Blue. HEX triplet: 3E, 39 and 95. RGB value is (62,57,149). Sum of RGB (Red+Green+Blue) = 62+57+149=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E3995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3995 is #C1C66A. Grayscale: #444444. Windows color (decimal): -12699243 or 9779518. OLE color: 9779518.
HSL color Cylindrical-coordinate representation of color #3E3995: hue angle of 243.26º 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 #3E3995 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 57 | 149 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.42 |
| HSL | 243.26º | 0.45% | 0.4% | - |
| HSV(B) | 243.26º | 0.62% | 0.58% | - |
| XYZ | 8.87 | 6.12 | 29.15 | - |
| YUV | 68.98 | 173.16 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 149 | 0.58 | 0.62 | 0 | 0.42 | 243.26 | 0.45 | 0.4 |
| Hex | 3E | 39 | 95 | 3A | 3E | 0 | 2A | F3 | 2D | 28 |
| Octal | 76 | 71 | 225 | 72 | 76 | 0 | 52 | 363 | 55 | 50 |
| Binary | 111110 | 111001 | 10010101 | 111010 | 111110 | 0 | 101010 | 11110011 | 101101 | 101000 |
Color Harmonies of #3E3995
Complementary color
Monochromatic Colors of #3E3995
Black with #3E3995
Text Example
Text Example
White with #3E3995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3995; }
p { color: rgb(62,57,149); }
H1.HeaderClassName
{
color: #3E3995;
}
.AnyTagClassName
{
color: #3E3995;
}
</style>
background-color css
<style>
a { background-color: #3E3995; }
a { background-color: rgb(62,57,149); }
div.DivClassName
{
background-color: #3E3995;
}
.BgClassName
{
background-color: #3E3995;
}
</style>
border-color css
<style>
span { border-color: #3E3995; }
span { border-color: rgb(62,57,149); }
td.TdClassName
{
border-color: #3E3995;
}
.TagClassName
{
border-color: #3E3995;
}
</style>