Shades of Bastille #2E2D3B
Tints of Bastille #2E2D3B
RGB
CMYK
RGB Variations
Color information
#2E2D3B (or 0x2E2D3B) is known color: Bastille. HEX triplet: 2E, 2D and 3B. RGB value is (46,45,59). Sum of RGB (Red+Green+Blue) = 46+45+59=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 59 - color contains mainly: blue. Hex color #2E2D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2D3B is #D1D2C4. Grayscale: #2E2E2E. Windows color (decimal): -13750981 or 3878190. OLE color: 3878190.
HSL color Cylindrical-coordinate representation of color #2E2D3B: hue angle of 244.29º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2E2D3B is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 45 | 59 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.77 |
| HSL | 244.29º | 0.13% | 0.2% | - |
| HSV(B) | 244.29º | 0.24% | 0.23% | - |
| XYZ | 2.85 | 2.77 | 4.52 | - |
| YUV | 46.9 | 134.83 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 45 | 59 | 0.22 | 0.24 | 0 | 0.77 | 244.29 | 0.13 | 0.2 |
| Hex | 2E | 2D | 3B | 16 | 18 | 0 | 4D | F4 | D | 14 |
| Octal | 56 | 55 | 73 | 26 | 30 | 0 | 115 | 364 | 15 | 24 |
| Binary | 101110 | 101101 | 111011 | 10110 | 11000 | 0 | 1001101 | 11110100 | 1101 | 10100 |
Color Harmonies of #2E2D3B
Complementary color
Monochromatic Colors of #2E2D3B
Black with #2E2D3B
Text Example
Text Example
White with #2E2D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2D3B; }
p { color: rgb(46,45,59); }
H1.HeaderClassName
{
color: #2E2D3B;
}
.AnyTagClassName
{
color: #2E2D3B;
}
</style>
background-color css
<style>
a { background-color: #2E2D3B; }
a { background-color: rgb(46,45,59); }
div.DivClassName
{
background-color: #2E2D3B;
}
.BgClassName
{
background-color: #2E2D3B;
}
</style>
border-color css
<style>
span { border-color: #2E2D3B; }
span { border-color: rgb(46,45,59); }
td.TdClassName
{
border-color: #2E2D3B;
}
.TagClassName
{
border-color: #2E2D3B;
}
</style>