Shades of Bunting #2E364D
Tints of Bunting #2E364D
RGB
CMYK
RGB Variations
Color information
#2E364D (or 0x2E364D) is known color: Bunting. HEX triplet: 2E, 36 and 4D. RGB value is (46,54,77). Sum of RGB (Red+Green+Blue) = 46+54+77=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E364D is #D1C9B2. Grayscale: #363636. Windows color (decimal): -13748659 or 5060142. OLE color: 5060142.
HSL color Cylindrical-coordinate representation of color #2E364D: hue angle of 224.52º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E364D is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 54 | 77 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.70 |
| HSL | 224.52º | 0.25% | 0.24% | - |
| HSV(B) | 224.52º | 0.4% | 0.3% | - |
| XYZ | 3.79 | 3.75 | 7.55 | - |
| YUV | 54.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 77 | 0.40 | 0.30 | 0 | 0.70 | 224.52 | 0.25 | 0.24 |
| Hex | 2E | 36 | 4D | 28 | 1E | 0 | 46 | E1 | 19 | 18 |
| Octal | 56 | 66 | 115 | 50 | 36 | 0 | 106 | 341 | 31 | 30 |
| Binary | 101110 | 110110 | 1001101 | 101000 | 11110 | 0 | 1000110 | 11100001 | 11001 | 11000 |
Color Harmonies of #2E364D
Complementary color
Monochromatic Colors of #2E364D
Black with #2E364D
Text Example
Text Example
White with #2E364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E364D; }
p { color: rgb(46,54,77); }
H1.HeaderClassName
{
color: #2E364D;
}
.AnyTagClassName
{
color: #2E364D;
}
</style>
background-color css
<style>
a { background-color: #2E364D; }
a { background-color: rgb(46,54,77); }
div.DivClassName
{
background-color: #2E364D;
}
.BgClassName
{
background-color: #2E364D;
}
</style>
border-color css
<style>
span { border-color: #2E364D; }
span { border-color: rgb(46,54,77); }
td.TdClassName
{
border-color: #2E364D;
}
.TagClassName
{
border-color: #2E364D;
}
</style>