Shades of Bunting #2E344D
Tints of Bunting #2E344D
RGB
CMYK
RGB Variations
Color information
#2E344D (or 0x2E344D) is known color: Bunting. HEX triplet: 2E, 34 and 4D. RGB value is (46,52,77). Sum of RGB (Red+Green+Blue) = 46+52+77=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E344D is #D1CBB2. Grayscale: #343434. Windows color (decimal): -13749171 or 5059630. OLE color: 5059630.
HSL color Cylindrical-coordinate representation of color #2E344D: hue angle of 228.39º 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 #2E344D is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 52 | 77 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.70 |
| HSL | 228.39º | 0.25% | 0.24% | - |
| HSV(B) | 228.39º | 0.4% | 0.3% | - |
| XYZ | 3.69 | 3.57 | 7.52 | - |
| YUV | 53.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 77 | 0.40 | 0.32 | 0 | 0.70 | 228.39 | 0.25 | 0.24 |
| Hex | 2E | 34 | 4D | 28 | 20 | 0 | 46 | E4 | 19 | 18 |
| Octal | 56 | 64 | 115 | 50 | 40 | 0 | 106 | 344 | 31 | 30 |
| Binary | 101110 | 110100 | 1001101 | 101000 | 100000 | 0 | 1000110 | 11100100 | 11001 | 11000 |
Color Harmonies of #2E344D
Complementary color
Monochromatic Colors of #2E344D
Black with #2E344D
Text Example
Text Example
White with #2E344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E344D; }
p { color: rgb(46,52,77); }
H1.HeaderClassName
{
color: #2E344D;
}
.AnyTagClassName
{
color: #2E344D;
}
</style>
background-color css
<style>
a { background-color: #2E344D; }
a { background-color: rgb(46,52,77); }
div.DivClassName
{
background-color: #2E344D;
}
.BgClassName
{
background-color: #2E344D;
}
</style>
border-color css
<style>
span { border-color: #2E344D; }
span { border-color: rgb(46,52,77); }
td.TdClassName
{
border-color: #2E344D;
}
.TagClassName
{
border-color: #2E344D;
}
</style>