Shades of Bunting #29354E
Tints of Bunting #29354E
RGB
CMYK
RGB Variations
Color information
#29354E (or 0x29354E) is known color: Bunting. HEX triplet: 29, 35 and 4E. RGB value is (41,53,78). Sum of RGB (Red+Green+Blue) = 41+53+78=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 78 - color contains mainly: blue. Hex color #29354E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29354E is #D6CAB1. Grayscale: #343434. Windows color (decimal): -14076594 or 5125417. OLE color: 5125417.
HSL color Cylindrical-coordinate representation of color #29354E: hue angle of 220.54º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29354E is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 53 | 78 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.69 |
| HSL | 220.54º | 0.31% | 0.23% | - |
| HSV(B) | 220.54º | 0.47% | 0.31% | - |
| XYZ | 3.56 | 3.57 | 7.71 | - |
| YUV | 52.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 78 | 0.47 | 0.32 | 0 | 0.69 | 220.54 | 0.31 | 0.23 |
| Hex | 29 | 35 | 4E | 2F | 20 | 0 | 45 | DD | 1F | 17 |
| Octal | 51 | 65 | 116 | 57 | 40 | 0 | 105 | 335 | 37 | 27 |
| Binary | 101001 | 110101 | 1001110 | 101111 | 100000 | 0 | 1000101 | 11011101 | 11111 | 10111 |
Color Harmonies of #29354E
Complementary color
Monochromatic Colors of #29354E
Black with #29354E
Text Example
Text Example
White with #29354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29354E; }
p { color: rgb(41,53,78); }
H1.HeaderClassName
{
color: #29354E;
}
.AnyTagClassName
{
color: #29354E;
}
</style>
background-color css
<style>
a { background-color: #29354E; }
a { background-color: rgb(41,53,78); }
div.DivClassName
{
background-color: #29354E;
}
.BgClassName
{
background-color: #29354E;
}
</style>
border-color css
<style>
span { border-color: #29354E; }
span { border-color: rgb(41,53,78); }
td.TdClassName
{
border-color: #29354E;
}
.TagClassName
{
border-color: #29354E;
}
</style>