Shades of Bastille #2E2E37
Tints of Bastille #2E2E37
RGB
CMYK
RGB Variations
Color information
#2E2E37 (or 0x2E2E37) is known color: Bastille. HEX triplet: 2E, 2E and 37. RGB value is (46,46,55). Sum of RGB (Red+Green+Blue) = 46+46+55=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 55 - color contains mainly: blue. Hex color #2E2E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2E37 is #D1D1C8. Grayscale: #2E2E2E. Windows color (decimal): -13750729 or 3616302. OLE color: 3616302.
HSL color Cylindrical-coordinate representation of color #2E2E37: hue angle of 240º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2E2E37 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
RGB | 46 | 46 | 55 | - |
CMYK | 0.16 | 0.16 | 0 | 0.78 |
HSL | 240º | 0.09% | 0.2% | - |
HSV(B) | 240º | 0.16% | 0.22% | - |
XYZ | 2.79 | 2.81 | 4.01 | - |
YUV | 47.03 | 132.5 | 127.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 46 | 55 | 0.16 | 0.16 | 0 | 0.78 | 240 | 0.09 | 0.2 |
Hex | 2E | 2E | 37 | 10 | 10 | 0 | 4E | F0 | 9 | 14 |
Octal | 56 | 56 | 67 | 20 | 20 | 0 | 116 | 360 | 11 | 24 |
Binary | 101110 | 101110 | 110111 | 10000 | 10000 | 0 | 1001110 | 11110000 | 1001 | 10100 |
Color Harmonies of #2E2E37
Complementary color
Monochromatic Colors of #2E2E37
Black with #2E2E37
Text Example
Text Example
White with #2E2E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2E37; }
p { color: rgb(46,46,55); }
H1.HeaderClassName
{
color: #2E2E37;
}
.AnyTagClassName
{
color: #2E2E37;
}
</style>
background-color css
<style>
a { background-color: #2E2E37; }
a { background-color: rgb(46,46,55); }
div.DivClassName
{
background-color: #2E2E37;
}
.BgClassName
{
background-color: #2E2E37;
}
</style>
border-color css
<style>
span { border-color: #2E2E37; }
span { border-color: rgb(46,46,55); }
td.TdClassName
{
border-color: #2E2E37;
}
.TagClassName
{
border-color: #2E2E37;
}
</style>