Shades of Paua #201956
Tints of Paua #201956
RGB
CMYK
RGB Variations
Color information
#201956 (or 0x201956) is known color: Paua. HEX triplet: 20, 19 and 56. RGB value is (32,25,86). Sum of RGB (Red+Green+Blue) = 32+25+86=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #201956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201956 is #DFE6A9. Grayscale: #212121. Windows color (decimal): -14673578 or 5642528. OLE color: 5642528.
HSL color Cylindrical-coordinate representation of color #201956: hue angle of 246.89º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #201956 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 25 | 86 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.66 |
| HSL | 246.89º | 0.55% | 0.22% | - |
| HSV(B) | 246.89º | 0.71% | 0.34% | - |
| XYZ | 2.62 | 1.67 | 8.99 | - |
| YUV | 34.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 86 | 0.63 | 0.71 | 0 | 0.66 | 246.89 | 0.55 | 0.22 |
| Hex | 20 | 19 | 56 | 3F | 47 | 0 | 42 | F7 | 37 | 16 |
| Octal | 40 | 31 | 126 | 77 | 107 | 0 | 102 | 367 | 67 | 26 |
| Binary | 100000 | 11001 | 1010110 | 111111 | 1000111 | 0 | 1000010 | 11110111 | 110111 | 10110 |
Color Harmonies of #201956
Complementary color
Monochromatic Colors of #201956
Black with #201956
Text Example
Text Example
White with #201956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201956; }
p { color: rgb(32,25,86); }
H1.HeaderClassName
{
color: #201956;
}
.AnyTagClassName
{
color: #201956;
}
</style>
background-color css
<style>
a { background-color: #201956; }
a { background-color: rgb(32,25,86); }
div.DivClassName
{
background-color: #201956;
}
.BgClassName
{
background-color: #201956;
}
</style>
border-color css
<style>
span { border-color: #201956; }
span { border-color: rgb(32,25,86); }
td.TdClassName
{
border-color: #201956;
}
.TagClassName
{
border-color: #201956;
}
</style>