Shades of Dark Slate Blue #2E269D
Tints of Dark Slate Blue #2E269D
RGB
CMYK
RGB Variations
Color information
#2E269D (or 0x2E269D) is known color: Dark Slate Blue. HEX triplet: 2E, 26 and 9D. RGB value is (46,38,157). Sum of RGB (Red+Green+Blue) = 46+38+157=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E269D is #D1D962. Grayscale: #353535. Windows color (decimal): -13752675 or 10298926. OLE color: 10298926.
HSL color Cylindrical-coordinate representation of color #2E269D: hue angle of 244.03º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E269D is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 38 | 157 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.38 |
| HSL | 244.03º | 0.61% | 0.38% | - |
| HSV(B) | 244.03º | 0.76% | 0.62% | - |
| XYZ | 7.91 | 4.4 | 32.33 | - |
| YUV | 53.96 | 186.15 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 38 | 157 | 0.71 | 0.76 | 0 | 0.38 | 244.03 | 0.61 | 0.38 |
| Hex | 2E | 26 | 9D | 47 | 4C | 0 | 26 | F4 | 3D | 26 |
| Octal | 56 | 46 | 235 | 107 | 114 | 0 | 46 | 364 | 75 | 46 |
| Binary | 101110 | 100110 | 10011101 | 1000111 | 1001100 | 0 | 100110 | 11110100 | 111101 | 100110 |
Color Harmonies of #2E269D
Complementary color
Monochromatic Colors of #2E269D
Black with #2E269D
Text Example
Text Example
White with #2E269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E269D; }
p { color: rgb(46,38,157); }
H1.HeaderClassName
{
color: #2E269D;
}
.AnyTagClassName
{
color: #2E269D;
}
</style>
background-color css
<style>
a { background-color: #2E269D; }
a { background-color: rgb(46,38,157); }
div.DivClassName
{
background-color: #2E269D;
}
.BgClassName
{
background-color: #2E269D;
}
</style>
border-color css
<style>
span { border-color: #2E269D; }
span { border-color: rgb(46,38,157); }
td.TdClassName
{
border-color: #2E269D;
}
.TagClassName
{
border-color: #2E269D;
}
</style>