Shades of Bunting #2E344A
Tints of Bunting #2E344A
RGB
CMYK
RGB Variations
Color information
#2E344A (or 0x2E344A) is known color: Bunting. HEX triplet: 2E, 34 and 4A. RGB value is (46,52,74). Sum of RGB (Red+Green+Blue) = 46+52+74=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 74 - color contains mainly: blue. Hex color #2E344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E344A is #D1CBB5. Grayscale: #343434. Windows color (decimal): -13749174 or 4863022. OLE color: 4863022.
HSL color Cylindrical-coordinate representation of color #2E344A: hue angle of 227.14º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2E344A is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 52 | 74 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.71 |
| HSL | 227.14º | 0.23% | 0.24% | - |
| HSV(B) | 227.14º | 0.38% | 0.29% | - |
| XYZ | 3.59 | 3.53 | 6.97 | - |
| YUV | 52.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 74 | 0.38 | 0.30 | 0 | 0.71 | 227.14 | 0.23 | 0.24 |
| Hex | 2E | 34 | 4A | 26 | 1E | 0 | 47 | E3 | 17 | 18 |
| Octal | 56 | 64 | 112 | 46 | 36 | 0 | 107 | 343 | 27 | 30 |
| Binary | 101110 | 110100 | 1001010 | 100110 | 11110 | 0 | 1000111 | 11100011 | 10111 | 11000 |
Color Harmonies of #2E344A
Complementary color
Monochromatic Colors of #2E344A
Black with #2E344A
Text Example
Text Example
White with #2E344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E344A; }
p { color: rgb(46,52,74); }
H1.HeaderClassName
{
color: #2E344A;
}
.AnyTagClassName
{
color: #2E344A;
}
</style>
background-color css
<style>
a { background-color: #2E344A; }
a { background-color: rgb(46,52,74); }
div.DivClassName
{
background-color: #2E344A;
}
.BgClassName
{
background-color: #2E344A;
}
</style>
border-color css
<style>
span { border-color: #2E344A; }
span { border-color: rgb(46,52,74); }
td.TdClassName
{
border-color: #2E344A;
}
.TagClassName
{
border-color: #2E344A;
}
</style>