Shades of Dark Slate Blue #3E3A99
Tints of Dark Slate Blue #3E3A99
RGB
CMYK
RGB Variations
Color information
#3E3A99 (or 0x3E3A99) is known color: Dark Slate Blue. HEX triplet: 3E, 3A and 99. RGB value is (62,58,153). Sum of RGB (Red+Green+Blue) = 62+58+153=273 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.71% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #3E3A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3A99 is #C1C566. Grayscale: #454545. Windows color (decimal): -12698983 or 10041918. OLE color: 10041918.
HSL color Cylindrical-coordinate representation of color #3E3A99: hue angle of 242.53º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E3A99 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 62 | 58 | 153 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.4 |
| HSL | 242.53º | 0.45% | 0.41% | - |
| HSV(B) | 242.53º | 0.62% | 0.6% | - |
| XYZ | 9.25 | 6.35 | 30.88 | - |
| YUV | 70.03 | 174.83 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 153 | 0.59 | 0.62 | 0 | 0.4 | 242.53 | 0.45 | 0.41 |
| Hex | 3E | 3A | 99 | 3B | 3E | 0 | 28 | F3 | 2D | 29 |
| Octal | 76 | 72 | 231 | 73 | 76 | 0 | 50 | 363 | 55 | 51 |
| Binary | 111110 | 111010 | 10011001 | 111011 | 111110 | 0 | 101000 | 11110011 | 101101 | 101001 |
Color Harmonies of #3E3A99
Complementary color
Monochromatic Colors of #3E3A99
Black with #3E3A99
Text Example
Text Example
White with #3E3A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3A99; }
p { color: rgb(62,58,153); }
H1.HeaderClassName
{
color: #3E3A99;
}
.AnyTagClassName
{
color: #3E3A99;
}
</style>
background-color css
<style>
a { background-color: #3E3A99; }
a { background-color: rgb(62,58,153); }
div.DivClassName
{
background-color: #3E3A99;
}
.BgClassName
{
background-color: #3E3A99;
}
</style>
border-color css
<style>
span { border-color: #3E3A99; }
span { border-color: rgb(62,58,153); }
td.TdClassName
{
border-color: #3E3A99;
}
.TagClassName
{
border-color: #3E3A99;
}
</style>