Shades of Paua #322D51
Tints of Paua #322D51
RGB
CMYK
RGB Variations
Color information
#322D51 (or 0x322D51) is known color: Paua. HEX triplet: 32, 2D and 51. RGB value is (50,45,81). Sum of RGB (Red+Green+Blue) = 50+45+81=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 81 - color contains mainly: blue. Hex color #322D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322D51 is #CDD2AE. Grayscale: #323232. Windows color (decimal): -13488815 or 5319986. OLE color: 5319986.
HSL color Cylindrical-coordinate representation of color #322D51: hue angle of 248.33º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #322D51 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 45 | 81 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.68 |
| HSL | 248.33º | 0.29% | 0.25% | - |
| HSV(B) | 248.33º | 0.44% | 0.32% | - |
| XYZ | 3.74 | 3.15 | 8.2 | - |
| YUV | 50.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 81 | 0.38 | 0.44 | 0 | 0.68 | 248.33 | 0.29 | 0.25 |
| Hex | 32 | 2D | 51 | 26 | 2C | 0 | 44 | F8 | 1D | 19 |
| Octal | 62 | 55 | 121 | 46 | 54 | 0 | 104 | 370 | 35 | 31 |
| Binary | 110010 | 101101 | 1010001 | 100110 | 101100 | 0 | 1000100 | 11111000 | 11101 | 11001 |
Color Harmonies of #322D51
Complementary color
Monochromatic Colors of #322D51
Black with #322D51
Text Example
Text Example
White with #322D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D51; }
p { color: rgb(50,45,81); }
H1.HeaderClassName
{
color: #322D51;
}
.AnyTagClassName
{
color: #322D51;
}
</style>
background-color css
<style>
a { background-color: #322D51; }
a { background-color: rgb(50,45,81); }
div.DivClassName
{
background-color: #322D51;
}
.BgClassName
{
background-color: #322D51;
}
</style>
border-color css
<style>
span { border-color: #322D51; }
span { border-color: rgb(50,45,81); }
td.TdClassName
{
border-color: #322D51;
}
.TagClassName
{
border-color: #322D51;
}
</style>