Shades of Paua #201D55
Tints of Paua #201D55
RGB
CMYK
RGB Variations
Color information
#201D55 (or 0x201D55) is known color: Paua. HEX triplet: 20, 1D and 55. RGB value is (32,29,85). Sum of RGB (Red+Green+Blue) = 32+29+85=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 85 (33.59% from 255 or 58.22% from 146); Max value from RGB is 85 - color contains mainly: blue. Hex color #201D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201D55 is #DFE2AA. Grayscale: #242424. Windows color (decimal): -14672555 or 5578016. OLE color: 5578016.
HSL color Cylindrical-coordinate representation of color #201D55: hue angle of 243.21º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #201D55 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 29 | 85 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.67 |
| HSL | 243.21º | 0.49% | 0.22% | - |
| HSV(B) | 243.21º | 0.66% | 0.33% | - |
| XYZ | 2.67 | 1.84 | 8.81 | - |
| YUV | 36.28 | 155.49 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 85 | 0.62 | 0.66 | 0 | 0.67 | 243.21 | 0.49 | 0.22 |
| Hex | 20 | 1D | 55 | 3E | 42 | 0 | 43 | F3 | 31 | 16 |
| Octal | 40 | 35 | 125 | 76 | 102 | 0 | 103 | 363 | 61 | 26 |
| Binary | 100000 | 11101 | 1010101 | 111110 | 1000010 | 0 | 1000011 | 11110011 | 110001 | 10110 |
Color Harmonies of #201D55
Complementary color
Monochromatic Colors of #201D55
Black with #201D55
Text Example
Text Example
White with #201D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D55; }
p { color: rgb(32,29,85); }
H1.HeaderClassName
{
color: #201D55;
}
.AnyTagClassName
{
color: #201D55;
}
</style>
background-color css
<style>
a { background-color: #201D55; }
a { background-color: rgb(32,29,85); }
div.DivClassName
{
background-color: #201D55;
}
.BgClassName
{
background-color: #201D55;
}
</style>
border-color css
<style>
span { border-color: #201D55; }
span { border-color: rgb(32,29,85); }
td.TdClassName
{
border-color: #201D55;
}
.TagClassName
{
border-color: #201D55;
}
</style>