Shades of Paua #322D56
Tints of Paua #322D56
RGB
CMYK
RGB Variations
Color information
#322D56 (or 0x322D56) is known color: Paua. HEX triplet: 32, 2D and 56. RGB value is (50,45,86). Sum of RGB (Red+Green+Blue) = 50+45+86=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #322D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322D56 is #CDD2A9. Grayscale: #333333. Windows color (decimal): -13488810 or 5647666. OLE color: 5647666.
HSL color Cylindrical-coordinate representation of color #322D56: hue angle of 247.32º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #322D56 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 45 | 86 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.66 |
| HSL | 247.32º | 0.31% | 0.26% | - |
| HSV(B) | 247.32º | 0.48% | 0.34% | - |
| XYZ | 3.93 | 3.23 | 9.22 | - |
| YUV | 51.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 86 | 0.42 | 0.48 | 0 | 0.66 | 247.32 | 0.31 | 0.26 |
| Hex | 32 | 2D | 56 | 2A | 30 | 0 | 42 | F7 | 1F | 1A |
| Octal | 62 | 55 | 126 | 52 | 60 | 0 | 102 | 367 | 37 | 32 |
| Binary | 110010 | 101101 | 1010110 | 101010 | 110000 | 0 | 1000010 | 11110111 | 11111 | 11010 |
Color Harmonies of #322D56
Complementary color
Monochromatic Colors of #322D56
Black with #322D56
Text Example
Text Example
White with #322D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D56; }
p { color: rgb(50,45,86); }
H1.HeaderClassName
{
color: #322D56;
}
.AnyTagClassName
{
color: #322D56;
}
</style>
background-color css
<style>
a { background-color: #322D56; }
a { background-color: rgb(50,45,86); }
div.DivClassName
{
background-color: #322D56;
}
.BgClassName
{
background-color: #322D56;
}
</style>
border-color css
<style>
span { border-color: #322D56; }
span { border-color: rgb(50,45,86); }
td.TdClassName
{
border-color: #322D56;
}
.TagClassName
{
border-color: #322D56;
}
</style>