Shades of Paua #32304E
Tints of Paua #32304E
RGB
CMYK
RGB Variations
Color information
#32304E (or 0x32304E) is known color: Paua. HEX triplet: 32, 30 and 4E. RGB value is (50,48,78). Sum of RGB (Red+Green+Blue) = 50+48+78=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #32304E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32304E is #CDCFB1. Grayscale: #333333. Windows color (decimal): -13488050 or 5124146. OLE color: 5124146.
HSL color Cylindrical-coordinate representation of color #32304E: hue angle of 244º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32304E is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 48 | 78 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.69 |
| HSL | 244º | 0.24% | 0.25% | - |
| HSV(B) | 244º | 0.38% | 0.31% | - |
| XYZ | 3.75 | 3.34 | 7.66 | - |
| YUV | 52.02 | 142.66 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 78 | 0.36 | 0.38 | 0 | 0.69 | 244 | 0.24 | 0.25 |
| Hex | 32 | 30 | 4E | 24 | 26 | 0 | 45 | F4 | 18 | 19 |
| Octal | 62 | 60 | 116 | 44 | 46 | 0 | 105 | 364 | 30 | 31 |
| Binary | 110010 | 110000 | 1001110 | 100100 | 100110 | 0 | 1000101 | 11110100 | 11000 | 11001 |
Color Harmonies of #32304E
Complementary color
Monochromatic Colors of #32304E
Black with #32304E
Text Example
Text Example
White with #32304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32304E; }
p { color: rgb(50,48,78); }
H1.HeaderClassName
{
color: #32304E;
}
.AnyTagClassName
{
color: #32304E;
}
</style>
background-color css
<style>
a { background-color: #32304E; }
a { background-color: rgb(50,48,78); }
div.DivClassName
{
background-color: #32304E;
}
.BgClassName
{
background-color: #32304E;
}
</style>
border-color css
<style>
span { border-color: #32304E; }
span { border-color: rgb(50,48,78); }
td.TdClassName
{
border-color: #32304E;
}
.TagClassName
{
border-color: #32304E;
}
</style>