Shades of Paua #322E52
Tints of Paua #322E52
RGB
CMYK
RGB Variations
Color information
#322E52 (or 0x322E52) is known color: Paua. HEX triplet: 32, 2E and 52. RGB value is (50,46,82). Sum of RGB (Red+Green+Blue) = 50+46+82=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: blue. Hex color #322E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322E52 is #CDD1AD. Grayscale: #333333. Windows color (decimal): -13488558 or 5385778. OLE color: 5385778.
HSL color Cylindrical-coordinate representation of color #322E52: hue angle of 246.67º degrees, saturation: 0.28, 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 #322E52 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 46 | 82 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.68 |
| HSL | 246.67º | 0.28% | 0.25% | - |
| HSV(B) | 246.67º | 0.44% | 0.32% | - |
| XYZ | 3.82 | 3.24 | 8.41 | - |
| YUV | 51.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 82 | 0.39 | 0.44 | 0 | 0.68 | 246.67 | 0.28 | 0.25 |
| Hex | 32 | 2E | 52 | 27 | 2C | 0 | 44 | F7 | 1C | 19 |
| Octal | 62 | 56 | 122 | 47 | 54 | 0 | 104 | 367 | 34 | 31 |
| Binary | 110010 | 101110 | 1010010 | 100111 | 101100 | 0 | 1000100 | 11110111 | 11100 | 11001 |
Color Harmonies of #322E52
Complementary color
Monochromatic Colors of #322E52
Black with #322E52
Text Example
Text Example
White with #322E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E52; }
p { color: rgb(50,46,82); }
H1.HeaderClassName
{
color: #322E52;
}
.AnyTagClassName
{
color: #322E52;
}
</style>
background-color css
<style>
a { background-color: #322E52; }
a { background-color: rgb(50,46,82); }
div.DivClassName
{
background-color: #322E52;
}
.BgClassName
{
background-color: #322E52;
}
</style>
border-color css
<style>
span { border-color: #322E52; }
span { border-color: rgb(50,46,82); }
td.TdClassName
{
border-color: #322E52;
}
.TagClassName
{
border-color: #322E52;
}
</style>