Shades of Paua #201656
Tints of Paua #201656
RGB
CMYK
RGB Variations
Color information
#201656 (or 0x201656) is known color: Paua. HEX triplet: 20, 16 and 56. RGB value is (32,22,86). Sum of RGB (Red+Green+Blue) = 32+22+86=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #201656 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201656 is #DFE9A9. Grayscale: #202020. Windows color (decimal): -14674346 or 5641760. OLE color: 5641760.
HSL color Cylindrical-coordinate representation of color #201656: hue angle of 249.38º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #201656 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 22 | 86 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.66 |
| HSL | 249.38º | 0.59% | 0.21% | - |
| HSV(B) | 249.38º | 0.74% | 0.34% | - |
| XYZ | 2.56 | 1.55 | 8.97 | - |
| YUV | 32.29 | 158.31 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 86 | 0.63 | 0.74 | 0 | 0.66 | 249.38 | 0.59 | 0.21 |
| Hex | 20 | 16 | 56 | 3F | 4A | 0 | 42 | F9 | 3B | 15 |
| Octal | 40 | 26 | 126 | 77 | 112 | 0 | 102 | 371 | 73 | 25 |
| Binary | 100000 | 10110 | 1010110 | 111111 | 1001010 | 0 | 1000010 | 11111001 | 111011 | 10101 |
Color Harmonies of #201656
Complementary color
Monochromatic Colors of #201656
Black with #201656
Text Example
Text Example
White with #201656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201656; }
p { color: rgb(32,22,86); }
H1.HeaderClassName
{
color: #201656;
}
.AnyTagClassName
{
color: #201656;
}
</style>
background-color css
<style>
a { background-color: #201656; }
a { background-color: rgb(32,22,86); }
div.DivClassName
{
background-color: #201656;
}
.BgClassName
{
background-color: #201656;
}
</style>
border-color css
<style>
span { border-color: #201656; }
span { border-color: rgb(32,22,86); }
td.TdClassName
{
border-color: #201656;
}
.TagClassName
{
border-color: #201656;
}
</style>