Shades of Dark Slate Blue #2E2A99
Tints of Dark Slate Blue #2E2A99
RGB
CMYK
RGB Variations
Color information
#2E2A99 (or 0x2E2A99) is known color: Dark Slate Blue. HEX triplet: 2E, 2A and 99. RGB value is (46,42,153). Sum of RGB (Red+Green+Blue) = 46+42+153=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E2A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2A99 is #D1D566. Grayscale: #373737. Windows color (decimal): -13751655 or 10037806. OLE color: 10037806.
HSL color Cylindrical-coordinate representation of color #2E2A99: hue angle of 242.16º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E2A99 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 46 | 42 | 153 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.4 |
| HSL | 242.16º | 0.57% | 0.38% | - |
| HSV(B) | 242.16º | 0.73% | 0.6% | - |
| XYZ | 7.7 | 4.54 | 30.61 | - |
| YUV | 55.85 | 182.83 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 42 | 153 | 0.70 | 0.73 | 0 | 0.4 | 242.16 | 0.57 | 0.38 |
| Hex | 2E | 2A | 99 | 46 | 49 | 0 | 28 | F2 | 39 | 26 |
| Octal | 56 | 52 | 231 | 106 | 111 | 0 | 50 | 362 | 71 | 46 |
| Binary | 101110 | 101010 | 10011001 | 1000110 | 1001001 | 0 | 101000 | 11110010 | 111001 | 100110 |
Color Harmonies of #2E2A99
Complementary color
Monochromatic Colors of #2E2A99
Black with #2E2A99
Text Example
Text Example
White with #2E2A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2A99; }
p { color: rgb(46,42,153); }
H1.HeaderClassName
{
color: #2E2A99;
}
.AnyTagClassName
{
color: #2E2A99;
}
</style>
background-color css
<style>
a { background-color: #2E2A99; }
a { background-color: rgb(46,42,153); }
div.DivClassName
{
background-color: #2E2A99;
}
.BgClassName
{
background-color: #2E2A99;
}
</style>
border-color css
<style>
span { border-color: #2E2A99; }
span { border-color: rgb(46,42,153); }
td.TdClassName
{
border-color: #2E2A99;
}
.TagClassName
{
border-color: #2E2A99;
}
</style>