Shades of Paua #292955
Tints of Paua #292955
RGB
CMYK
RGB Variations
Color information
#292955 (or 0x292955) is known color: Paua. HEX triplet: 29, 29 and 55. RGB value is (41,41,85). Sum of RGB (Red+Green+Blue) = 41+41+85=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #292955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292955 is #D6D6AA. Grayscale: #2D2D2D. Windows color (decimal): -14079659 or 5581097. OLE color: 5581097.
HSL color Cylindrical-coordinate representation of color #292955: hue angle of 240º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #292955 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 41 | 85 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.67 |
| HSL | 240º | 0.35% | 0.25% | - |
| HSV(B) | 240º | 0.52% | 0.33% | - |
| XYZ | 3.35 | 2.71 | 8.94 | - |
| YUV | 46.02 | 150 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 41 | 85 | 0.52 | 0.52 | 0 | 0.67 | 240 | 0.35 | 0.25 |
| Hex | 29 | 29 | 55 | 34 | 34 | 0 | 43 | F0 | 23 | 19 |
| Octal | 51 | 51 | 125 | 64 | 64 | 0 | 103 | 360 | 43 | 31 |
| Binary | 101001 | 101001 | 1010101 | 110100 | 110100 | 0 | 1000011 | 11110000 | 100011 | 11001 |
Color Harmonies of #292955
Complementary color
Monochromatic Colors of #292955
Black with #292955
Text Example
Text Example
White with #292955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292955; }
p { color: rgb(41,41,85); }
H1.HeaderClassName
{
color: #292955;
}
.AnyTagClassName
{
color: #292955;
}
</style>
background-color css
<style>
a { background-color: #292955; }
a { background-color: rgb(41,41,85); }
div.DivClassName
{
background-color: #292955;
}
.BgClassName
{
background-color: #292955;
}
</style>
border-color css
<style>
span { border-color: #292955; }
span { border-color: rgb(41,41,85); }
td.TdClassName
{
border-color: #292955;
}
.TagClassName
{
border-color: #292955;
}
</style>