Shades of Dark Slate Blue #3E3C95
Tints of Dark Slate Blue #3E3C95
RGB
CMYK
RGB Variations
Color information
#3E3C95 (or 0x3E3C95) is known color: Dark Slate Blue. HEX triplet: 3E, 3C and 95. RGB value is (62,60,149). Sum of RGB (Red+Green+Blue) = 62+60+149=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E3C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3C95 is #C1C36A. Grayscale: #464646. Windows color (decimal): -12698475 or 9780286. OLE color: 9780286.
HSL color Cylindrical-coordinate representation of color #3E3C95: hue angle of 241.35º 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 #3E3C95 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 60 | 149 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.42 |
| HSL | 241.35º | 0.43% | 0.41% | - |
| HSV(B) | 241.35º | 0.6% | 0.58% | - |
| XYZ | 9.03 | 6.43 | 29.2 | - |
| YUV | 70.74 | 172.16 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 60 | 149 | 0.58 | 0.60 | 0 | 0.42 | 241.35 | 0.43 | 0.41 |
| Hex | 3E | 3C | 95 | 3A | 3C | 0 | 2A | F1 | 2B | 29 |
| Octal | 76 | 74 | 225 | 72 | 74 | 0 | 52 | 361 | 53 | 51 |
| Binary | 111110 | 111100 | 10010101 | 111010 | 111100 | 0 | 101010 | 11110001 | 101011 | 101001 |
Color Harmonies of #3E3C95
Complementary color
Monochromatic Colors of #3E3C95
Black with #3E3C95
Text Example
Text Example
White with #3E3C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3C95; }
p { color: rgb(62,60,149); }
H1.HeaderClassName
{
color: #3E3C95;
}
.AnyTagClassName
{
color: #3E3C95;
}
</style>
background-color css
<style>
a { background-color: #3E3C95; }
a { background-color: rgb(62,60,149); }
div.DivClassName
{
background-color: #3E3C95;
}
.BgClassName
{
background-color: #3E3C95;
}
</style>
border-color css
<style>
span { border-color: #3E3C95; }
span { border-color: rgb(62,60,149); }
td.TdClassName
{
border-color: #3E3C95;
}
.TagClassName
{
border-color: #3E3C95;
}
</style>