Shades of Paua #2D2256
Tints of Paua #2D2256
RGB
CMYK
RGB Variations
Color information
#2D2256 (or 0x2D2256) is known color: Paua. HEX triplet: 2D, 22 and 56. RGB value is (45,34,86). Sum of RGB (Red+Green+Blue) = 45+34+86=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #2D2256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2256 is #D2DDA9. Grayscale: #2B2B2B. Windows color (decimal): -13819306 or 5644845. OLE color: 5644845.
HSL color Cylindrical-coordinate representation of color #2D2256: hue angle of 252.69º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D2256 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 34 | 86 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.66 |
| HSL | 252.69º | 0.43% | 0.24% | - |
| HSV(B) | 252.69º | 0.6% | 0.34% | - |
| XYZ | 3.33 | 2.37 | 9.09 | - |
| YUV | 43.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 86 | 0.48 | 0.60 | 0 | 0.66 | 252.69 | 0.43 | 0.24 |
| Hex | 2D | 22 | 56 | 30 | 3C | 0 | 42 | FD | 2B | 18 |
| Octal | 55 | 42 | 126 | 60 | 74 | 0 | 102 | 375 | 53 | 30 |
| Binary | 101101 | 100010 | 1010110 | 110000 | 111100 | 0 | 1000010 | 11111101 | 101011 | 11000 |
Color Harmonies of #2D2256
Complementary color
Monochromatic Colors of #2D2256
Black with #2D2256
Text Example
Text Example
White with #2D2256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2256; }
p { color: rgb(45,34,86); }
H1.HeaderClassName
{
color: #2D2256;
}
.AnyTagClassName
{
color: #2D2256;
}
</style>
background-color css
<style>
a { background-color: #2D2256; }
a { background-color: rgb(45,34,86); }
div.DivClassName
{
background-color: #2D2256;
}
.BgClassName
{
background-color: #2D2256;
}
</style>
border-color css
<style>
span { border-color: #2D2256; }
span { border-color: rgb(45,34,86); }
td.TdClassName
{
border-color: #2D2256;
}
.TagClassName
{
border-color: #2D2256;
}
</style>