Shades of Paua #2D2952
Tints of Paua #2D2952
RGB
CMYK
RGB Variations
Color information
#2D2952 (or 0x2D2952) is known color: Paua. HEX triplet: 2D, 29 and 52. RGB value is (45,41,82). Sum of RGB (Red+Green+Blue) = 45+41+82=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 82 - color contains mainly: blue. Hex color #2D2952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2952 is #D2D6AD. Grayscale: #2E2E2E. Windows color (decimal): -13817518 or 5384493. OLE color: 5384493.
HSL color Cylindrical-coordinate representation of color #2D2952: hue angle of 245.85º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D2952 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 41 | 82 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.68 |
| HSL | 245.85º | 0.33% | 0.24% | - |
| HSV(B) | 245.85º | 0.5% | 0.32% | - |
| XYZ | 3.4 | 2.75 | 8.33 | - |
| YUV | 46.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 82 | 0.45 | 0.50 | 0 | 0.68 | 245.85 | 0.33 | 0.24 |
| Hex | 2D | 29 | 52 | 2D | 32 | 0 | 44 | F6 | 21 | 18 |
| Octal | 55 | 51 | 122 | 55 | 62 | 0 | 104 | 366 | 41 | 30 |
| Binary | 101101 | 101001 | 1010010 | 101101 | 110010 | 0 | 1000100 | 11110110 | 100001 | 11000 |
Color Harmonies of #2D2952
Complementary color
Monochromatic Colors of #2D2952
Black with #2D2952
Text Example
Text Example
White with #2D2952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2952; }
p { color: rgb(45,41,82); }
H1.HeaderClassName
{
color: #2D2952;
}
.AnyTagClassName
{
color: #2D2952;
}
</style>
background-color css
<style>
a { background-color: #2D2952; }
a { background-color: rgb(45,41,82); }
div.DivClassName
{
background-color: #2D2952;
}
.BgClassName
{
background-color: #2D2952;
}
</style>
border-color css
<style>
span { border-color: #2D2952; }
span { border-color: rgb(45,41,82); }
td.TdClassName
{
border-color: #2D2952;
}
.TagClassName
{
border-color: #2D2952;
}
</style>