Shades of Bunting #29344C
Tints of Bunting #29344C
RGB
CMYK
RGB Variations
Color information
#29344C (or 0x29344C) is known color: Bunting. HEX triplet: 29, 34 and 4C. RGB value is (41,52,76). Sum of RGB (Red+Green+Blue) = 41+52+76=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 76 - color contains mainly: blue. Hex color #29344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29344C is #D6CBB3. Grayscale: #333333. Windows color (decimal): -14076852 or 4994089. OLE color: 4994089.
HSL color Cylindrical-coordinate representation of color #29344C: hue angle of 221.14º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #29344C is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 52 | 76 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.70 |
| HSL | 221.14º | 0.3% | 0.23% | - |
| HSV(B) | 221.14º | 0.46% | 0.3% | - |
| XYZ | 3.45 | 3.45 | 7.32 | - |
| YUV | 51.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 76 | 0.46 | 0.32 | 0 | 0.70 | 221.14 | 0.3 | 0.23 |
| Hex | 29 | 34 | 4C | 2E | 20 | 0 | 46 | DD | 1E | 17 |
| Octal | 51 | 64 | 114 | 56 | 40 | 0 | 106 | 335 | 36 | 27 |
| Binary | 101001 | 110100 | 1001100 | 101110 | 100000 | 0 | 1000110 | 11011101 | 11110 | 10111 |
Color Harmonies of #29344C
Complementary color
Monochromatic Colors of #29344C
Black with #29344C
Text Example
Text Example
White with #29344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29344C; }
p { color: rgb(41,52,76); }
H1.HeaderClassName
{
color: #29344C;
}
.AnyTagClassName
{
color: #29344C;
}
</style>
background-color css
<style>
a { background-color: #29344C; }
a { background-color: rgb(41,52,76); }
div.DivClassName
{
background-color: #29344C;
}
.BgClassName
{
background-color: #29344C;
}
</style>
border-color css
<style>
span { border-color: #29344C; }
span { border-color: rgb(41,52,76); }
td.TdClassName
{
border-color: #29344C;
}
.TagClassName
{
border-color: #29344C;
}
</style>