Shades of Paua #322F56
Tints of Paua #322F56
RGB
CMYK
RGB Variations
Color information
#322F56 (or 0x322F56) is known color: Paua. HEX triplet: 32, 2F and 56. RGB value is (50,47,86). Sum of RGB (Red+Green+Blue) = 50+47+86=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #322F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322F56 is #CDD0A9. Grayscale: #343434. Windows color (decimal): -13488298 or 5648178. OLE color: 5648178.
HSL color Cylindrical-coordinate representation of color #322F56: hue angle of 244.62º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #322F56 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 47 | 86 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.66 |
| HSL | 244.62º | 0.29% | 0.26% | - |
| HSV(B) | 244.62º | 0.45% | 0.34% | - |
| XYZ | 4.01 | 3.38 | 9.25 | - |
| YUV | 52.34 | 146.99 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 86 | 0.42 | 0.45 | 0 | 0.66 | 244.62 | 0.29 | 0.26 |
| Hex | 32 | 2F | 56 | 2A | 2D | 0 | 42 | F5 | 1D | 1A |
| Octal | 62 | 57 | 126 | 52 | 55 | 0 | 102 | 365 | 35 | 32 |
| Binary | 110010 | 101111 | 1010110 | 101010 | 101101 | 0 | 1000010 | 11110101 | 11101 | 11010 |
Color Harmonies of #322F56
Complementary color
Monochromatic Colors of #322F56
Black with #322F56
Text Example
Text Example
White with #322F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F56; }
p { color: rgb(50,47,86); }
H1.HeaderClassName
{
color: #322F56;
}
.AnyTagClassName
{
color: #322F56;
}
</style>
background-color css
<style>
a { background-color: #322F56; }
a { background-color: rgb(50,47,86); }
div.DivClassName
{
background-color: #322F56;
}
.BgClassName
{
background-color: #322F56;
}
</style>
border-color css
<style>
span { border-color: #322F56; }
span { border-color: rgb(50,47,86); }
td.TdClassName
{
border-color: #322F56;
}
.TagClassName
{
border-color: #322F56;
}
</style>