Shades of Dark Slate Blue #3E3B95
Tints of Dark Slate Blue #3E3B95
RGB
CMYK
RGB Variations
Color information
#3E3B95 (or 0x3E3B95) is known color: Dark Slate Blue. HEX triplet: 3E, 3B and 95. RGB value is (62,59,149). Sum of RGB (Red+Green+Blue) = 62+59+149=270 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.96% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E3B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3B95 is #C1C46A. Grayscale: #454545. Windows color (decimal): -12698731 or 9780030. OLE color: 9780030.
HSL color Cylindrical-coordinate representation of color #3E3B95: hue angle of 242º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E3B95 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 59 | 149 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.42 |
| HSL | 242º | 0.43% | 0.41% | - |
| HSV(B) | 242º | 0.6% | 0.58% | - |
| XYZ | 8.98 | 6.32 | 29.18 | - |
| YUV | 70.16 | 172.49 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 59 | 149 | 0.58 | 0.60 | 0 | 0.42 | 242 | 0.43 | 0.41 |
| Hex | 3E | 3B | 95 | 3A | 3C | 0 | 2A | F2 | 2B | 29 |
| Octal | 76 | 73 | 225 | 72 | 74 | 0 | 52 | 362 | 53 | 51 |
| Binary | 111110 | 111011 | 10010101 | 111010 | 111100 | 0 | 101010 | 11110010 | 101011 | 101001 |
Color Harmonies of #3E3B95
Complementary color
Monochromatic Colors of #3E3B95
Black with #3E3B95
Text Example
Text Example
White with #3E3B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3B95; }
p { color: rgb(62,59,149); }
H1.HeaderClassName
{
color: #3E3B95;
}
.AnyTagClassName
{
color: #3E3B95;
}
</style>
background-color css
<style>
a { background-color: #3E3B95; }
a { background-color: rgb(62,59,149); }
div.DivClassName
{
background-color: #3E3B95;
}
.BgClassName
{
background-color: #3E3B95;
}
</style>
border-color css
<style>
span { border-color: #3E3B95; }
span { border-color: rgb(62,59,149); }
td.TdClassName
{
border-color: #3E3B95;
}
.TagClassName
{
border-color: #3E3B95;
}
</style>