Shades of Paua #322E4F
Tints of Paua #322E4F
RGB
CMYK
RGB Variations
Color information
#322E4F (or 0x322E4F) is known color: Paua. HEX triplet: 32, 2E and 4F. RGB value is (50,46,79). Sum of RGB (Red+Green+Blue) = 50+46+79=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #322E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322E4F is #CDD1B0. Grayscale: #323232. Windows color (decimal): -13488561 or 5189170. OLE color: 5189170.
HSL color Cylindrical-coordinate representation of color #322E4F: hue angle of 247.27º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #322E4F is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 46 | 79 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.69 |
| HSL | 247.27º | 0.26% | 0.25% | - |
| HSV(B) | 247.27º | 0.42% | 0.31% | - |
| XYZ | 3.7 | 3.2 | 7.82 | - |
| YUV | 50.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 79 | 0.37 | 0.42 | 0 | 0.69 | 247.27 | 0.26 | 0.25 |
| Hex | 32 | 2E | 4F | 25 | 2A | 0 | 45 | F7 | 1A | 19 |
| Octal | 62 | 56 | 117 | 45 | 52 | 0 | 105 | 367 | 32 | 31 |
| Binary | 110010 | 101110 | 1001111 | 100101 | 101010 | 0 | 1000101 | 11110111 | 11010 | 11001 |
Color Harmonies of #322E4F
Complementary color
Monochromatic Colors of #322E4F
Black with #322E4F
Text Example
Text Example
White with #322E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E4F; }
p { color: rgb(50,46,79); }
H1.HeaderClassName
{
color: #322E4F;
}
.AnyTagClassName
{
color: #322E4F;
}
</style>
background-color css
<style>
a { background-color: #322E4F; }
a { background-color: rgb(50,46,79); }
div.DivClassName
{
background-color: #322E4F;
}
.BgClassName
{
background-color: #322E4F;
}
</style>
border-color css
<style>
span { border-color: #322E4F; }
span { border-color: rgb(50,46,79); }
td.TdClassName
{
border-color: #322E4F;
}
.TagClassName
{
border-color: #322E4F;
}
</style>