Shades of Paua #201C53
Tints of Paua #201C53
RGB
CMYK
RGB Variations
Color information
#201C53 (or 0x201C53) is known color: Paua. HEX triplet: 20, 1C and 53. RGB value is (32,28,83). Sum of RGB (Red+Green+Blue) = 32+28+83=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 83 (32.81% from 255 or 58.04% from 143); Max value from RGB is 83 - color contains mainly: blue. Hex color #201C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201C53 is #DFE3AC. Grayscale: #232323. Windows color (decimal): -14672813 or 5446688. OLE color: 5446688.
HSL color Cylindrical-coordinate representation of color #201C53: hue angle of 244.36º degrees, saturation: 0.5, 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 #201C53 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 28 | 83 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.67 |
| HSL | 244.36º | 0.5% | 0.22% | - |
| HSV(B) | 244.36º | 0.66% | 0.33% | - |
| XYZ | 2.57 | 1.76 | 8.39 | - |
| YUV | 35.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 83 | 0.61 | 0.66 | 0 | 0.67 | 244.36 | 0.5 | 0.22 |
| Hex | 20 | 1C | 53 | 3D | 42 | 0 | 43 | F4 | 32 | 16 |
| Octal | 40 | 34 | 123 | 75 | 102 | 0 | 103 | 364 | 62 | 26 |
| Binary | 100000 | 11100 | 1010011 | 111101 | 1000010 | 0 | 1000011 | 11110100 | 110010 | 10110 |
Color Harmonies of #201C53
Complementary color
Monochromatic Colors of #201C53
Black with #201C53
Text Example
Text Example
White with #201C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C53; }
p { color: rgb(32,28,83); }
H1.HeaderClassName
{
color: #201C53;
}
.AnyTagClassName
{
color: #201C53;
}
</style>
background-color css
<style>
a { background-color: #201C53; }
a { background-color: rgb(32,28,83); }
div.DivClassName
{
background-color: #201C53;
}
.BgClassName
{
background-color: #201C53;
}
</style>
border-color css
<style>
span { border-color: #201C53; }
span { border-color: rgb(32,28,83); }
td.TdClassName
{
border-color: #201C53;
}
.TagClassName
{
border-color: #201C53;
}
</style>