Shades of Paua #201757
Tints of Paua #201757
RGB
CMYK
RGB Variations
Color information
#201757 (or 0x201757) is known color: Paua. HEX triplet: 20, 17 and 57. RGB value is (32,23,87). Sum of RGB (Red+Green+Blue) = 32+23+87=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 87 (34.38% from 255 or 61.27% from 142); Max value from RGB is 87 - color contains mainly: blue. Hex color #201757 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201757 is #DFE8A8. Grayscale: #202020. Windows color (decimal): -14674089 or 5707552. OLE color: 5707552.
HSL color Cylindrical-coordinate representation of color #201757: hue angle of 248.44º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #201757 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 23 | 87 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.66 |
| HSL | 248.44º | 0.58% | 0.22% | - |
| HSV(B) | 248.44º | 0.74% | 0.34% | - |
| XYZ | 2.62 | 1.61 | 9.19 | - |
| YUV | 32.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 87 | 0.63 | 0.74 | 0 | 0.66 | 248.44 | 0.58 | 0.22 |
| Hex | 20 | 17 | 57 | 3F | 4A | 0 | 42 | F8 | 3A | 16 |
| Octal | 40 | 27 | 127 | 77 | 112 | 0 | 102 | 370 | 72 | 26 |
| Binary | 100000 | 10111 | 1010111 | 111111 | 1001010 | 0 | 1000010 | 11111000 | 111010 | 10110 |
Color Harmonies of #201757
Complementary color
Monochromatic Colors of #201757
Black with #201757
Text Example
Text Example
White with #201757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201757; }
p { color: rgb(32,23,87); }
H1.HeaderClassName
{
color: #201757;
}
.AnyTagClassName
{
color: #201757;
}
</style>
background-color css
<style>
a { background-color: #201757; }
a { background-color: rgb(32,23,87); }
div.DivClassName
{
background-color: #201757;
}
.BgClassName
{
background-color: #201757;
}
</style>
border-color css
<style>
span { border-color: #201757; }
span { border-color: rgb(32,23,87); }
td.TdClassName
{
border-color: #201757;
}
.TagClassName
{
border-color: #201757;
}
</style>