Shades of Bunting #2E3242
Tints of Bunting #2E3242
RGB
CMYK
RGB Variations
Color information
#2E3242 (or 0x2E3242) is known color: Bunting. HEX triplet: 2E, 32 and 42. RGB value is (46,50,66). Sum of RGB (Red+Green+Blue) = 46+50+66=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 66 - color contains mainly: blue. Hex color #2E3242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3242 is #D1CDBD. Grayscale: #323232. Windows color (decimal): -13749694 or 4338222. OLE color: 4338222.
HSL color Cylindrical-coordinate representation of color #2E3242: hue angle of 228º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E3242 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 50 | 66 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.74 |
| HSL | 228º | 0.18% | 0.22% | - |
| HSV(B) | 228º | 0.3% | 0.26% | - |
| XYZ | 3.25 | 3.26 | 5.61 | - |
| YUV | 50.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 66 | 0.30 | 0.24 | 0 | 0.74 | 228 | 0.18 | 0.22 |
| Hex | 2E | 32 | 42 | 1E | 18 | 0 | 4A | E4 | 12 | 16 |
| Octal | 56 | 62 | 102 | 36 | 30 | 0 | 112 | 344 | 22 | 26 |
| Binary | 101110 | 110010 | 1000010 | 11110 | 11000 | 0 | 1001010 | 11100100 | 10010 | 10110 |
Color Harmonies of #2E3242
Complementary color
Monochromatic Colors of #2E3242
Black with #2E3242
Text Example
Text Example
White with #2E3242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3242; }
p { color: rgb(46,50,66); }
H1.HeaderClassName
{
color: #2E3242;
}
.AnyTagClassName
{
color: #2E3242;
}
</style>
background-color css
<style>
a { background-color: #2E3242; }
a { background-color: rgb(46,50,66); }
div.DivClassName
{
background-color: #2E3242;
}
.BgClassName
{
background-color: #2E3242;
}
</style>
border-color css
<style>
span { border-color: #2E3242; }
span { border-color: rgb(46,50,66); }
td.TdClassName
{
border-color: #2E3242;
}
.TagClassName
{
border-color: #2E3242;
}
</style>