Shades of Bunting #29324E
Tints of Bunting #29324E
RGB
CMYK
RGB Variations
Color information
#29324E (or 0x29324E) is known color: Bunting. HEX triplet: 29, 32 and 4E. RGB value is (41,50,78). Sum of RGB (Red+Green+Blue) = 41+50+78=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 78 - color contains mainly: blue. Hex color #29324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29324E is #D6CDB1. Grayscale: #323232. Windows color (decimal): -14077362 or 5124649. OLE color: 5124649.
HSL color Cylindrical-coordinate representation of color #29324E: hue angle of 225.41º 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 #29324E is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 50 | 78 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.69 |
| HSL | 225.41º | 0.31% | 0.23% | - |
| HSV(B) | 225.41º | 0.47% | 0.31% | - |
| XYZ | 3.43 | 3.3 | 7.66 | - |
| YUV | 50.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 78 | 0.47 | 0.36 | 0 | 0.69 | 225.41 | 0.31 | 0.23 |
| Hex | 29 | 32 | 4E | 2F | 24 | 0 | 45 | E1 | 1F | 17 |
| Octal | 51 | 62 | 116 | 57 | 44 | 0 | 105 | 341 | 37 | 27 |
| Binary | 101001 | 110010 | 1001110 | 101111 | 100100 | 0 | 1000101 | 11100001 | 11111 | 10111 |
Color Harmonies of #29324E
Complementary color
Monochromatic Colors of #29324E
Black with #29324E
Text Example
Text Example
White with #29324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29324E; }
p { color: rgb(41,50,78); }
H1.HeaderClassName
{
color: #29324E;
}
.AnyTagClassName
{
color: #29324E;
}
</style>
background-color css
<style>
a { background-color: #29324E; }
a { background-color: rgb(41,50,78); }
div.DivClassName
{
background-color: #29324E;
}
.BgClassName
{
background-color: #29324E;
}
</style>
border-color css
<style>
span { border-color: #29324E; }
span { border-color: rgb(41,50,78); }
td.TdClassName
{
border-color: #29324E;
}
.TagClassName
{
border-color: #29324E;
}
</style>