Shades of Dark Slate Blue #3E3F93
Tints of Dark Slate Blue #3E3F93
RGB
CMYK
RGB Variations
Color information
#3E3F93 (or 0x3E3F93) is known color: Dark Slate Blue. HEX triplet: 3E, 3F and 93. RGB value is (62,63,147). Sum of RGB (Red+Green+Blue) = 62+63+147=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #3E3F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3F93 is #C1C06C. Grayscale: #474747. Windows color (decimal): -12697709 or 9649982. OLE color: 9649982.
HSL color Cylindrical-coordinate representation of color #3E3F93: hue angle of 239.29º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E3F93 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 63 | 147 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.42 |
| HSL | 239.29º | 0.41% | 0.41% | - |
| HSV(B) | 239.29º | 0.58% | 0.58% | - |
| XYZ | 9.03 | 6.69 | 28.42 | - |
| YUV | 72.28 | 170.17 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 63 | 147 | 0.58 | 0.57 | 0 | 0.42 | 239.29 | 0.41 | 0.41 |
| Hex | 3E | 3F | 93 | 3A | 39 | 0 | 2A | EF | 29 | 29 |
| Octal | 76 | 77 | 223 | 72 | 71 | 0 | 52 | 357 | 51 | 51 |
| Binary | 111110 | 111111 | 10010011 | 111010 | 111001 | 0 | 101010 | 11101111 | 101001 | 101001 |
Color Harmonies of #3E3F93
Complementary color
Monochromatic Colors of #3E3F93
Black with #3E3F93
Text Example
Text Example
White with #3E3F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3F93; }
p { color: rgb(62,63,147); }
H1.HeaderClassName
{
color: #3E3F93;
}
.AnyTagClassName
{
color: #3E3F93;
}
</style>
background-color css
<style>
a { background-color: #3E3F93; }
a { background-color: rgb(62,63,147); }
div.DivClassName
{
background-color: #3E3F93;
}
.BgClassName
{
background-color: #3E3F93;
}
</style>
border-color css
<style>
span { border-color: #3E3F93; }
span { border-color: rgb(62,63,147); }
td.TdClassName
{
border-color: #3E3F93;
}
.TagClassName
{
border-color: #3E3F93;
}
</style>