Shades of Bunting #2E3240
Tints of Bunting #2E3240
RGB
CMYK
RGB Variations
Color information
#2E3240 (or 0x2E3240) is known color: Bunting. HEX triplet: 2E, 32 and 40. RGB value is (46,50,64). Sum of RGB (Red+Green+Blue) = 46+50+64=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E3240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3240 is #D1CDBF. Grayscale: #323232. Windows color (decimal): -13749696 or 4207150. OLE color: 4207150.
HSL color Cylindrical-coordinate representation of color #2E3240: hue angle of 226.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E3240 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 50 | 64 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.75 |
| HSL | 226.67º | 0.16% | 0.22% | - |
| HSV(B) | 226.67º | 0.28% | 0.25% | - |
| XYZ | 3.19 | 3.23 | 5.31 | - |
| YUV | 50.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 64 | 0.28 | 0.22 | 0 | 0.75 | 226.67 | 0.16 | 0.22 |
| Hex | 2E | 32 | 40 | 1C | 16 | 0 | 4B | E3 | 10 | 16 |
| Octal | 56 | 62 | 100 | 34 | 26 | 0 | 113 | 343 | 20 | 26 |
| Binary | 101110 | 110010 | 1000000 | 11100 | 10110 | 0 | 1001011 | 11100011 | 10000 | 10110 |
Color Harmonies of #2E3240
Complementary color
Monochromatic Colors of #2E3240
Black with #2E3240
Text Example
Text Example
White with #2E3240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3240; }
p { color: rgb(46,50,64); }
H1.HeaderClassName
{
color: #2E3240;
}
.AnyTagClassName
{
color: #2E3240;
}
</style>
background-color css
<style>
a { background-color: #2E3240; }
a { background-color: rgb(46,50,64); }
div.DivClassName
{
background-color: #2E3240;
}
.BgClassName
{
background-color: #2E3240;
}
</style>
border-color css
<style>
span { border-color: #2E3240; }
span { border-color: rgb(46,50,64); }
td.TdClassName
{
border-color: #2E3240;
}
.TagClassName
{
border-color: #2E3240;
}
</style>