Shades of Bastille #2E2E36
Tints of Bastille #2E2E36
RGB
CMYK
RGB Variations
Color information
#2E2E36 (or 0x2E2E36) is known color: Bastille. HEX triplet: 2E, 2E and 36. RGB value is (46,46,54). Sum of RGB (Red+Green+Blue) = 46+46+54=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 54 - color contains mainly: blue. Hex color #2E2E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2E36 is #D1D1C9. Grayscale: #2E2E2E. Windows color (decimal): -13750730 or 3550766. OLE color: 3550766.
HSL color Cylindrical-coordinate representation of color #2E2E36: hue angle of 240º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2E2E36 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 46 | 54 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.79 |
| HSL | 240º | 0.08% | 0.2% | - |
| HSV(B) | 240º | 0.15% | 0.21% | - |
| XYZ | 2.77 | 2.8 | 3.88 | - |
| YUV | 46.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 46 | 54 | 0.15 | 0.15 | 0 | 0.79 | 240 | 0.08 | 0.2 |
| Hex | 2E | 2E | 36 | F | F | 0 | 4F | F0 | 8 | 14 |
| Octal | 56 | 56 | 66 | 17 | 17 | 0 | 117 | 360 | 10 | 24 |
| Binary | 101110 | 101110 | 110110 | 1111 | 1111 | 0 | 1001111 | 11110000 | 1000 | 10100 |
Color Harmonies of #2E2E36
Complementary color
Monochromatic Colors of #2E2E36
Black with #2E2E36
Text Example
Text Example
White with #2E2E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2E36; }
p { color: rgb(46,46,54); }
H1.HeaderClassName
{
color: #2E2E36;
}
.AnyTagClassName
{
color: #2E2E36;
}
</style>
background-color css
<style>
a { background-color: #2E2E36; }
a { background-color: rgb(46,46,54); }
div.DivClassName
{
background-color: #2E2E36;
}
.BgClassName
{
background-color: #2E2E36;
}
</style>
border-color css
<style>
span { border-color: #2E2E36; }
span { border-color: rgb(46,46,54); }
td.TdClassName
{
border-color: #2E2E36;
}
.TagClassName
{
border-color: #2E2E36;
}
</style>