Shades of Bunting #2E3243
Tints of Bunting #2E3243
RGB
CMYK
RGB Variations
Color information
#2E3243 (or 0x2E3243) is known color: Bunting. HEX triplet: 2E, 32 and 43. RGB value is (46,50,67). Sum of RGB (Red+Green+Blue) = 46+50+67=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 67 - color contains mainly: blue. Hex color #2E3243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3243 is #D1CDBC. Grayscale: #323232. Windows color (decimal): -13749693 or 4403758. OLE color: 4403758.
HSL color Cylindrical-coordinate representation of color #2E3243: hue angle of 228.57º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2E3243 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 50 | 67 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.74 |
| HSL | 228.57º | 0.19% | 0.22% | - |
| HSV(B) | 228.57º | 0.31% | 0.26% | - |
| XYZ | 3.28 | 3.27 | 5.77 | - |
| YUV | 50.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 67 | 0.31 | 0.25 | 0 | 0.74 | 228.57 | 0.19 | 0.22 |
| Hex | 2E | 32 | 43 | 1F | 19 | 0 | 4A | E5 | 13 | 16 |
| Octal | 56 | 62 | 103 | 37 | 31 | 0 | 112 | 345 | 23 | 26 |
| Binary | 101110 | 110010 | 1000011 | 11111 | 11001 | 0 | 1001010 | 11100101 | 10011 | 10110 |
Color Harmonies of #2E3243
Complementary color
Monochromatic Colors of #2E3243
Black with #2E3243
Text Example
Text Example
White with #2E3243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3243; }
p { color: rgb(46,50,67); }
H1.HeaderClassName
{
color: #2E3243;
}
.AnyTagClassName
{
color: #2E3243;
}
</style>
background-color css
<style>
a { background-color: #2E3243; }
a { background-color: rgb(46,50,67); }
div.DivClassName
{
background-color: #2E3243;
}
.BgClassName
{
background-color: #2E3243;
}
</style>
border-color css
<style>
span { border-color: #2E3243; }
span { border-color: rgb(46,50,67); }
td.TdClassName
{
border-color: #2E3243;
}
.TagClassName
{
border-color: #2E3243;
}
</style>