Shades of Paua #201E55
Tints of Paua #201E55
RGB
CMYK
RGB Variations
Color information
#201E55 (or 0x201E55) is known color: Paua. HEX triplet: 20, 1E and 55. RGB value is (32,30,85). Sum of RGB (Red+Green+Blue) = 32+30+85=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #201E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201E55 is #DFE1AA. Grayscale: #242424. Windows color (decimal): -14672299 or 5578272. OLE color: 5578272.
HSL color Cylindrical-coordinate representation of color #201E55: hue angle of 242.18º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #201E55 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 30 | 85 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.67 |
| HSL | 242.18º | 0.48% | 0.23% | - |
| HSV(B) | 242.18º | 0.65% | 0.33% | - |
| XYZ | 2.7 | 1.89 | 8.82 | - |
| YUV | 36.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 85 | 0.62 | 0.65 | 0 | 0.67 | 242.18 | 0.48 | 0.23 |
| Hex | 20 | 1E | 55 | 3E | 41 | 0 | 43 | F2 | 30 | 17 |
| Octal | 40 | 36 | 125 | 76 | 101 | 0 | 103 | 362 | 60 | 27 |
| Binary | 100000 | 11110 | 1010101 | 111110 | 1000001 | 0 | 1000011 | 11110010 | 110000 | 10111 |
Color Harmonies of #201E55
Complementary color
Monochromatic Colors of #201E55
Black with #201E55
Text Example
Text Example
White with #201E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E55; }
p { color: rgb(32,30,85); }
H1.HeaderClassName
{
color: #201E55;
}
.AnyTagClassName
{
color: #201E55;
}
</style>
background-color css
<style>
a { background-color: #201E55; }
a { background-color: rgb(32,30,85); }
div.DivClassName
{
background-color: #201E55;
}
.BgClassName
{
background-color: #201E55;
}
</style>
border-color css
<style>
span { border-color: #201E55; }
span { border-color: rgb(32,30,85); }
td.TdClassName
{
border-color: #201E55;
}
.TagClassName
{
border-color: #201E55;
}
</style>