Shades of Paua #201D57
Tints of Paua #201D57
RGB
CMYK
RGB Variations
Color information
#201D57 (or 0x201D57) is known color: Paua. HEX triplet: 20, 1D and 57. RGB value is (32,29,87). Sum of RGB (Red+Green+Blue) = 32+29+87=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 87 (34.38% from 255 or 58.78% from 148); Max value from RGB is 87 - color contains mainly: blue. Hex color #201D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201D57 is #DFE2A8. Grayscale: #242424. Windows color (decimal): -14672553 or 5709088. OLE color: 5709088.
HSL color Cylindrical-coordinate representation of color #201D57: hue angle of 243.1º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #201D57 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 29 | 87 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.66 |
| HSL | 243.1º | 0.5% | 0.23% | - |
| HSV(B) | 243.1º | 0.67% | 0.34% | - |
| XYZ | 2.76 | 1.87 | 9.23 | - |
| YUV | 36.51 | 156.49 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 87 | 0.63 | 0.67 | 0 | 0.66 | 243.1 | 0.5 | 0.23 |
| Hex | 20 | 1D | 57 | 3F | 43 | 0 | 42 | F3 | 32 | 17 |
| Octal | 40 | 35 | 127 | 77 | 103 | 0 | 102 | 363 | 62 | 27 |
| Binary | 100000 | 11101 | 1010111 | 111111 | 1000011 | 0 | 1000010 | 11110011 | 110010 | 10111 |
Color Harmonies of #201D57
Complementary color
Monochromatic Colors of #201D57
Black with #201D57
Text Example
Text Example
White with #201D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D57; }
p { color: rgb(32,29,87); }
H1.HeaderClassName
{
color: #201D57;
}
.AnyTagClassName
{
color: #201D57;
}
</style>
background-color css
<style>
a { background-color: #201D57; }
a { background-color: rgb(32,29,87); }
div.DivClassName
{
background-color: #201D57;
}
.BgClassName
{
background-color: #201D57;
}
</style>
border-color css
<style>
span { border-color: #201D57; }
span { border-color: rgb(32,29,87); }
td.TdClassName
{
border-color: #201D57;
}
.TagClassName
{
border-color: #201D57;
}
</style>