Shades of Paua #29264D
Tints of Paua #29264D
RGB
CMYK
RGB Variations
Color information
#29264D (or 0x29264D) is known color: Paua. HEX triplet: 29, 26 and 4D. RGB value is (41,38,77). Sum of RGB (Red+Green+Blue) = 41+38+77=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #29264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29264D is #D6D9B2. Grayscale: #2B2B2B. Windows color (decimal): -14080435 or 5056041. OLE color: 5056041.
HSL color Cylindrical-coordinate representation of color #29264D: hue angle of 244.62º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #29264D is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 38 | 77 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.70 |
| HSL | 244.62º | 0.34% | 0.23% | - |
| HSV(B) | 244.62º | 0.51% | 0.3% | - |
| XYZ | 2.95 | 2.39 | 7.33 | - |
| YUV | 43.34 | 146.99 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 38 | 77 | 0.47 | 0.51 | 0 | 0.70 | 244.62 | 0.34 | 0.23 |
| Hex | 29 | 26 | 4D | 2F | 33 | 0 | 46 | F5 | 22 | 17 |
| Octal | 51 | 46 | 115 | 57 | 63 | 0 | 106 | 365 | 42 | 27 |
| Binary | 101001 | 100110 | 1001101 | 101111 | 110011 | 0 | 1000110 | 11110101 | 100010 | 10111 |
Color Harmonies of #29264D
Complementary color
Monochromatic Colors of #29264D
Black with #29264D
Text Example
Text Example
White with #29264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29264D; }
p { color: rgb(41,38,77); }
H1.HeaderClassName
{
color: #29264D;
}
.AnyTagClassName
{
color: #29264D;
}
</style>
background-color css
<style>
a { background-color: #29264D; }
a { background-color: rgb(41,38,77); }
div.DivClassName
{
background-color: #29264D;
}
.BgClassName
{
background-color: #29264D;
}
</style>
border-color css
<style>
span { border-color: #29264D; }
span { border-color: rgb(41,38,77); }
td.TdClassName
{
border-color: #29264D;
}
.TagClassName
{
border-color: #29264D;
}
</style>