Shades of Dark Slate Blue #3E3599
Tints of Dark Slate Blue #3E3599
RGB
CMYK
RGB Variations
Color information
#3E3599 (or 0x3E3599) is known color: Dark Slate Blue. HEX triplet: 3E, 35 and 99. RGB value is (62,53,153). Sum of RGB (Red+Green+Blue) = 62+53+153=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #3E3599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3599 is #C1CA66. Grayscale: #424242. Windows color (decimal): -12700263 or 10040638. OLE color: 10040638.
HSL color Cylindrical-coordinate representation of color #3E3599: hue angle of 245.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E3599 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 62 | 53 | 153 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.4 |
| HSL | 245.4º | 0.49% | 0.4% | - |
| HSV(B) | 245.4º | 0.65% | 0.6% | - |
| XYZ | 9.01 | 5.87 | 30.8 | - |
| YUV | 67.09 | 176.48 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 153 | 0.59 | 0.65 | 0 | 0.4 | 245.4 | 0.49 | 0.4 |
| Hex | 3E | 35 | 99 | 3B | 41 | 0 | 28 | F5 | 31 | 28 |
| Octal | 76 | 65 | 231 | 73 | 101 | 0 | 50 | 365 | 61 | 50 |
| Binary | 111110 | 110101 | 10011001 | 111011 | 1000001 | 0 | 101000 | 11110101 | 110001 | 101000 |
Color Harmonies of #3E3599
Complementary color
Monochromatic Colors of #3E3599
Black with #3E3599
Text Example
Text Example
White with #3E3599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3599; }
p { color: rgb(62,53,153); }
H1.HeaderClassName
{
color: #3E3599;
}
.AnyTagClassName
{
color: #3E3599;
}
</style>
background-color css
<style>
a { background-color: #3E3599; }
a { background-color: rgb(62,53,153); }
div.DivClassName
{
background-color: #3E3599;
}
.BgClassName
{
background-color: #3E3599;
}
</style>
border-color css
<style>
span { border-color: #3E3599; }
span { border-color: rgb(62,53,153); }
td.TdClassName
{
border-color: #3E3599;
}
.TagClassName
{
border-color: #3E3599;
}
</style>