Shades of Dark Slate Blue #2E279B
Tints of Dark Slate Blue #2E279B
RGB
CMYK
RGB Variations
Color information
#2E279B (or 0x2E279B) is known color: Dark Slate Blue. HEX triplet: 2E, 27 and 9B. RGB value is (46,39,155). Sum of RGB (Red+Green+Blue) = 46+39+155=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E279B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E279B is #D1D864. Grayscale: #353535. Windows color (decimal): -13752421 or 10168110. OLE color: 10168110.
HSL color Cylindrical-coordinate representation of color #2E279B: hue angle of 243.62º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E279B is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 39 | 155 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.39 |
| HSL | 243.62º | 0.6% | 0.38% | - |
| HSV(B) | 243.62º | 0.75% | 0.61% | - |
| XYZ | 7.77 | 4.4 | 31.45 | - |
| YUV | 54.32 | 184.82 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 155 | 0.70 | 0.75 | 0 | 0.39 | 243.62 | 0.6 | 0.38 |
| Hex | 2E | 27 | 9B | 46 | 4B | 0 | 27 | F4 | 3C | 26 |
| Octal | 56 | 47 | 233 | 106 | 113 | 0 | 47 | 364 | 74 | 46 |
| Binary | 101110 | 100111 | 10011011 | 1000110 | 1001011 | 0 | 100111 | 11110100 | 111100 | 100110 |
Color Harmonies of #2E279B
Complementary color
Monochromatic Colors of #2E279B
Black with #2E279B
Text Example
Text Example
White with #2E279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E279B; }
p { color: rgb(46,39,155); }
H1.HeaderClassName
{
color: #2E279B;
}
.AnyTagClassName
{
color: #2E279B;
}
</style>
background-color css
<style>
a { background-color: #2E279B; }
a { background-color: rgb(46,39,155); }
div.DivClassName
{
background-color: #2E279B;
}
.BgClassName
{
background-color: #2E279B;
}
</style>
border-color css
<style>
span { border-color: #2E279B; }
span { border-color: rgb(46,39,155); }
td.TdClassName
{
border-color: #2E279B;
}
.TagClassName
{
border-color: #2E279B;
}
</style>