Shades of Bunting #2E344B
Tints of Bunting #2E344B
RGB
CMYK
RGB Variations
Color information
#2E344B (or 0x2E344B) is known color: Bunting. HEX triplet: 2E, 34 and 4B. RGB value is (46,52,75). Sum of RGB (Red+Green+Blue) = 46+52+75=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #2E344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E344B is #D1CBB4. Grayscale: #343434. Windows color (decimal): -13749173 or 4928558. OLE color: 4928558.
HSL color Cylindrical-coordinate representation of color #2E344B: hue angle of 227.59º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E344B is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 52 | 75 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.71 |
| HSL | 227.59º | 0.24% | 0.24% | - |
| HSV(B) | 227.59º | 0.39% | 0.29% | - |
| XYZ | 3.62 | 3.54 | 7.15 | - |
| YUV | 52.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 75 | 0.39 | 0.31 | 0 | 0.71 | 227.59 | 0.24 | 0.24 |
| Hex | 2E | 34 | 4B | 27 | 1F | 0 | 47 | E4 | 18 | 18 |
| Octal | 56 | 64 | 113 | 47 | 37 | 0 | 107 | 344 | 30 | 30 |
| Binary | 101110 | 110100 | 1001011 | 100111 | 11111 | 0 | 1000111 | 11100100 | 11000 | 11000 |
Color Harmonies of #2E344B
Complementary color
Monochromatic Colors of #2E344B
Black with #2E344B
Text Example
Text Example
White with #2E344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E344B; }
p { color: rgb(46,52,75); }
H1.HeaderClassName
{
color: #2E344B;
}
.AnyTagClassName
{
color: #2E344B;
}
</style>
background-color css
<style>
a { background-color: #2E344B; }
a { background-color: rgb(46,52,75); }
div.DivClassName
{
background-color: #2E344B;
}
.BgClassName
{
background-color: #2E344B;
}
</style>
border-color css
<style>
span { border-color: #2E344B; }
span { border-color: rgb(46,52,75); }
td.TdClassName
{
border-color: #2E344B;
}
.TagClassName
{
border-color: #2E344B;
}
</style>