Shades of Dark Slate Blue #2E309A
Tints of Dark Slate Blue #2E309A
RGB
CMYK
RGB Variations
Color information
#2E309A (or 0x2E309A) is known color: Dark Slate Blue. HEX triplet: 2E, 30 and 9A. RGB value is (46,48,154). Sum of RGB (Red+Green+Blue) = 46+48+154=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 154 (60.55% from 255 or 62.10% from 248); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E309A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E309A is #D1CF65. Grayscale: #3B3B3B. Windows color (decimal): -13750118 or 10104878. OLE color: 10104878.
HSL color Cylindrical-coordinate representation of color #2E309A: hue angle of 238.89º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E309A is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 48 | 154 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.40 |
| HSL | 238.89º | 0.54% | 0.39% | - |
| HSV(B) | 238.89º | 0.7% | 0.6% | - |
| XYZ | 8.02 | 5.03 | 31.12 | - |
| YUV | 59.49 | 181.34 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 48 | 154 | 0.70 | 0.69 | 0 | 0.40 | 238.89 | 0.54 | 0.39 |
| Hex | 2E | 30 | 9A | 46 | 45 | 0 | 28 | EF | 36 | 27 |
| Octal | 56 | 60 | 232 | 106 | 105 | 0 | 50 | 357 | 66 | 47 |
| Binary | 101110 | 110000 | 10011010 | 1000110 | 1000101 | 0 | 101000 | 11101111 | 110110 | 100111 |
Color Harmonies of #2E309A
Complementary color
Monochromatic Colors of #2E309A
Black with #2E309A
Text Example
Text Example
White with #2E309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E309A; }
p { color: rgb(46,48,154); }
H1.HeaderClassName
{
color: #2E309A;
}
.AnyTagClassName
{
color: #2E309A;
}
</style>
background-color css
<style>
a { background-color: #2E309A; }
a { background-color: rgb(46,48,154); }
div.DivClassName
{
background-color: #2E309A;
}
.BgClassName
{
background-color: #2E309A;
}
</style>
border-color css
<style>
span { border-color: #2E309A; }
span { border-color: rgb(46,48,154); }
td.TdClassName
{
border-color: #2E309A;
}
.TagClassName
{
border-color: #2E309A;
}
</style>