Shades of Paua #201D44
Tints of Paua #201D44
RGB
CMYK
RGB Variations
Color information
#201D44 (or 0x201D44) is known color: Paua. HEX triplet: 20, 1D and 44. RGB value is (32,29,68). Sum of RGB (Red+Green+Blue) = 32+29+68=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 68 (26.95% from 255 or 52.71% from 129); Max value from RGB is 68 - color contains mainly: blue. Hex color #201D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201D44 is #DFE2BB. Grayscale: #222222. Windows color (decimal): -14672572 or 4463904. OLE color: 4463904.
HSL color Cylindrical-coordinate representation of color #201D44: hue angle of 244.62º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #201D44 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 29 | 68 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.73 |
| HSL | 244.62º | 0.4% | 0.19% | - |
| HSV(B) | 244.62º | 0.57% | 0.27% | - |
| XYZ | 2.08 | 1.6 | 5.67 | - |
| YUV | 34.34 | 146.99 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 68 | 0.53 | 0.57 | 0 | 0.73 | 244.62 | 0.4 | 0.19 |
| Hex | 20 | 1D | 44 | 35 | 39 | 0 | 49 | F5 | 28 | 13 |
| Octal | 40 | 35 | 104 | 65 | 71 | 0 | 111 | 365 | 50 | 23 |
| Binary | 100000 | 11101 | 1000100 | 110101 | 111001 | 0 | 1001001 | 11110101 | 101000 | 10011 |
Color Harmonies of #201D44
Complementary color
Monochromatic Colors of #201D44
Black with #201D44
Text Example
Text Example
White with #201D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D44; }
p { color: rgb(32,29,68); }
H1.HeaderClassName
{
color: #201D44;
}
.AnyTagClassName
{
color: #201D44;
}
</style>
background-color css
<style>
a { background-color: #201D44; }
a { background-color: rgb(32,29,68); }
div.DivClassName
{
background-color: #201D44;
}
.BgClassName
{
background-color: #201D44;
}
</style>
border-color css
<style>
span { border-color: #201D44; }
span { border-color: rgb(32,29,68); }
td.TdClassName
{
border-color: #201D44;
}
.TagClassName
{
border-color: #201D44;
}
</style>