Shades of Paua #29254E
Tints of Paua #29254E
RGB
CMYK
RGB Variations
Color information
#29254E (or 0x29254E) is known color: Paua. HEX triplet: 29, 25 and 4E. RGB value is (41,37,78). Sum of RGB (Red+Green+Blue) = 41+37+78=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 78 (30.86% from 255 or 50% from 156); Max value from RGB is 78 - color contains mainly: blue. Hex color #29254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29254E is #D6DAB1. Grayscale: #2A2A2A. Windows color (decimal): -14080690 or 5121321. OLE color: 5121321.
HSL color Cylindrical-coordinate representation of color #29254E: hue angle of 245.85º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #29254E is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 37 | 78 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.69 |
| HSL | 245.85º | 0.36% | 0.23% | - |
| HSV(B) | 245.85º | 0.53% | 0.31% | - |
| XYZ | 2.95 | 2.34 | 7.5 | - |
| YUV | 42.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 37 | 78 | 0.47 | 0.53 | 0 | 0.69 | 245.85 | 0.36 | 0.23 |
| Hex | 29 | 25 | 4E | 2F | 35 | 0 | 45 | F6 | 24 | 17 |
| Octal | 51 | 45 | 116 | 57 | 65 | 0 | 105 | 366 | 44 | 27 |
| Binary | 101001 | 100101 | 1001110 | 101111 | 110101 | 0 | 1000101 | 11110110 | 100100 | 10111 |
Color Harmonies of #29254E
Complementary color
Monochromatic Colors of #29254E
Black with #29254E
Text Example
Text Example
White with #29254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29254E; }
p { color: rgb(41,37,78); }
H1.HeaderClassName
{
color: #29254E;
}
.AnyTagClassName
{
color: #29254E;
}
</style>
background-color css
<style>
a { background-color: #29254E; }
a { background-color: rgb(41,37,78); }
div.DivClassName
{
background-color: #29254E;
}
.BgClassName
{
background-color: #29254E;
}
</style>
border-color css
<style>
span { border-color: #29254E; }
span { border-color: rgb(41,37,78); }
td.TdClassName
{
border-color: #29254E;
}
.TagClassName
{
border-color: #29254E;
}
</style>