Shades of Paua #2D2945
Tints of Paua #2D2945
RGB
CMYK
RGB Variations
Color information
#2D2945 (or 0x2D2945) is known color: Paua. HEX triplet: 2D, 29 and 45. RGB value is (45,41,69). Sum of RGB (Red+Green+Blue) = 45+41+69=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 69 - color contains mainly: blue. Hex color #2D2945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2945 is #D2D6BA. Grayscale: #2D2D2D. Windows color (decimal): -13817531 or 4532525. OLE color: 4532525.
HSL color Cylindrical-coordinate representation of color #2D2945: hue angle of 248.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2D2945 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 41 | 69 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.73 |
| HSL | 248.57º | 0.25% | 0.22% | - |
| HSV(B) | 248.57º | 0.41% | 0.27% | - |
| XYZ | 2.95 | 2.57 | 5.97 | - |
| YUV | 45.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 69 | 0.35 | 0.41 | 0 | 0.73 | 248.57 | 0.25 | 0.22 |
| Hex | 2D | 29 | 45 | 23 | 29 | 0 | 49 | F9 | 19 | 16 |
| Octal | 55 | 51 | 105 | 43 | 51 | 0 | 111 | 371 | 31 | 26 |
| Binary | 101101 | 101001 | 1000101 | 100011 | 101001 | 0 | 1001001 | 11111001 | 11001 | 10110 |
Color Harmonies of #2D2945
Complementary color
Monochromatic Colors of #2D2945
Black with #2D2945
Text Example
Text Example
White with #2D2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2945; }
p { color: rgb(45,41,69); }
H1.HeaderClassName
{
color: #2D2945;
}
.AnyTagClassName
{
color: #2D2945;
}
</style>
background-color css
<style>
a { background-color: #2D2945; }
a { background-color: rgb(45,41,69); }
div.DivClassName
{
background-color: #2D2945;
}
.BgClassName
{
background-color: #2D2945;
}
</style>
border-color css
<style>
span { border-color: #2D2945; }
span { border-color: rgb(45,41,69); }
td.TdClassName
{
border-color: #2D2945;
}
.TagClassName
{
border-color: #2D2945;
}
</style>