Shades of Dark Slate Blue #3E3693
Tints of Dark Slate Blue #3E3693
RGB
CMYK
RGB Variations
Color information
#3E3693 (or 0x3E3693) is known color: Dark Slate Blue. HEX triplet: 3E, 36 and 93. RGB value is (62,54,147). Sum of RGB (Red+Green+Blue) = 62+54+147=263 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.57% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #3E3693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3693 is #C1C96C. Grayscale: #424242. Windows color (decimal): -12700013 or 9647678. OLE color: 9647678.
HSL color Cylindrical-coordinate representation of color #3E3693: hue angle of 245.16º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E3693 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 54 | 147 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.42 |
| HSL | 245.16º | 0.46% | 0.39% | - |
| HSV(B) | 245.16º | 0.63% | 0.58% | - |
| XYZ | 8.57 | 5.77 | 28.27 | - |
| YUV | 66.99 | 173.15 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 147 | 0.58 | 0.63 | 0 | 0.42 | 245.16 | 0.46 | 0.39 |
| Hex | 3E | 36 | 93 | 3A | 3F | 0 | 2A | F5 | 2E | 27 |
| Octal | 76 | 66 | 223 | 72 | 77 | 0 | 52 | 365 | 56 | 47 |
| Binary | 111110 | 110110 | 10010011 | 111010 | 111111 | 0 | 101010 | 11110101 | 101110 | 100111 |
Color Harmonies of #3E3693
Complementary color
Monochromatic Colors of #3E3693
Black with #3E3693
Text Example
Text Example
White with #3E3693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3693; }
p { color: rgb(62,54,147); }
H1.HeaderClassName
{
color: #3E3693;
}
.AnyTagClassName
{
color: #3E3693;
}
</style>
background-color css
<style>
a { background-color: #3E3693; }
a { background-color: rgb(62,54,147); }
div.DivClassName
{
background-color: #3E3693;
}
.BgClassName
{
background-color: #3E3693;
}
</style>
border-color css
<style>
span { border-color: #3E3693; }
span { border-color: rgb(62,54,147); }
td.TdClassName
{
border-color: #3E3693;
}
.TagClassName
{
border-color: #3E3693;
}
</style>