Shades of Paua #201C5A
Tints of Paua #201C5A
RGB
CMYK
RGB Variations
Color information
#201C5A (or 0x201C5A) is known color: Paua. HEX triplet: 20, 1C and 5A. RGB value is (32,28,90). Sum of RGB (Red+Green+Blue) = 32+28+90=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #201C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201C5A is #DFE3A5. Grayscale: #242424. Windows color (decimal): -14672806 or 5905440. OLE color: 5905440.
HSL color Cylindrical-coordinate representation of color #201C5A: hue angle of 243.87º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #201C5A is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 28 | 90 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.65 |
| HSL | 243.87º | 0.53% | 0.23% | - |
| HSV(B) | 243.87º | 0.69% | 0.35% | - |
| XYZ | 2.86 | 1.88 | 9.88 | - |
| YUV | 36.26 | 158.33 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 90 | 0.64 | 0.69 | 0 | 0.65 | 243.87 | 0.53 | 0.23 |
| Hex | 20 | 1C | 5A | 40 | 45 | 0 | 41 | F4 | 35 | 17 |
| Octal | 40 | 34 | 132 | 100 | 105 | 0 | 101 | 364 | 65 | 27 |
| Binary | 100000 | 11100 | 1011010 | 1000000 | 1000101 | 0 | 1000001 | 11110100 | 110101 | 10111 |
Color Harmonies of #201C5A
Complementary color
Monochromatic Colors of #201C5A
Black with #201C5A
Text Example
Text Example
White with #201C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C5A; }
p { color: rgb(32,28,90); }
H1.HeaderClassName
{
color: #201C5A;
}
.AnyTagClassName
{
color: #201C5A;
}
</style>
background-color css
<style>
a { background-color: #201C5A; }
a { background-color: rgb(32,28,90); }
div.DivClassName
{
background-color: #201C5A;
}
.BgClassName
{
background-color: #201C5A;
}
</style>
border-color css
<style>
span { border-color: #201C5A; }
span { border-color: rgb(32,28,90); }
td.TdClassName
{
border-color: #201C5A;
}
.TagClassName
{
border-color: #201C5A;
}
</style>