Shades of Bunting #2E3344
Tints of Bunting #2E3344
RGB
CMYK
RGB Variations
Color information
#2E3344 (or 0x2E3344) is known color: Bunting. HEX triplet: 2E, 33 and 44. RGB value is (46,51,68). Sum of RGB (Red+Green+Blue) = 46+51+68=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 68 - color contains mainly: blue. Hex color #2E3344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3344 is #D1CCBB. Grayscale: #333333. Windows color (decimal): -13749436 or 4469550. OLE color: 4469550.
HSL color Cylindrical-coordinate representation of color #2E3344: hue angle of 226.36º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2E3344 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 51 | 68 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.73 |
| HSL | 226.36º | 0.19% | 0.22% | - |
| HSV(B) | 226.36º | 0.32% | 0.27% | - |
| XYZ | 3.35 | 3.37 | 5.94 | - |
| YUV | 51.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 68 | 0.32 | 0.25 | 0 | 0.73 | 226.36 | 0.19 | 0.22 |
| Hex | 2E | 33 | 44 | 20 | 19 | 0 | 49 | E2 | 13 | 16 |
| Octal | 56 | 63 | 104 | 40 | 31 | 0 | 111 | 342 | 23 | 26 |
| Binary | 101110 | 110011 | 1000100 | 100000 | 11001 | 0 | 1001001 | 11100010 | 10011 | 10110 |
Color Harmonies of #2E3344
Complementary color
Monochromatic Colors of #2E3344
Black with #2E3344
Text Example
Text Example
White with #2E3344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3344; }
p { color: rgb(46,51,68); }
H1.HeaderClassName
{
color: #2E3344;
}
.AnyTagClassName
{
color: #2E3344;
}
</style>
background-color css
<style>
a { background-color: #2E3344; }
a { background-color: rgb(46,51,68); }
div.DivClassName
{
background-color: #2E3344;
}
.BgClassName
{
background-color: #2E3344;
}
</style>
border-color css
<style>
span { border-color: #2E3344; }
span { border-color: rgb(46,51,68); }
td.TdClassName
{
border-color: #2E3344;
}
.TagClassName
{
border-color: #2E3344;
}
</style>