Shades of Paua #201355
Tints of Paua #201355
RGB
CMYK
RGB Variations
Color information
#201355 (or 0x201355) is known color: Paua. HEX triplet: 20, 13 and 55. RGB value is (32,19,85). Sum of RGB (Red+Green+Blue) = 32+19+85=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 85 (33.59% from 255 or 62.5% from 136); Max value from RGB is 85 - color contains mainly: blue. Hex color #201355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201355 is #DFECAA. Grayscale: #1E1E1E. Windows color (decimal): -14675115 or 5575456. OLE color: 5575456.
HSL color Cylindrical-coordinate representation of color #201355: hue angle of 251.82º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #201355 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 19 | 85 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.67 |
| HSL | 251.82º | 0.63% | 0.2% | - |
| HSV(B) | 251.82º | 0.78% | 0.33% | - |
| XYZ | 2.47 | 1.43 | 8.74 | - |
| YUV | 30.41 | 158.81 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 85 | 0.62 | 0.78 | 0 | 0.67 | 251.82 | 0.63 | 0.2 |
| Hex | 20 | 13 | 55 | 3E | 4E | 0 | 43 | FC | 3F | 14 |
| Octal | 40 | 23 | 125 | 76 | 116 | 0 | 103 | 374 | 77 | 24 |
| Binary | 100000 | 10011 | 1010101 | 111110 | 1001110 | 0 | 1000011 | 11111100 | 111111 | 10100 |
Color Harmonies of #201355
Complementary color
Monochromatic Colors of #201355
Black with #201355
Text Example
Text Example
White with #201355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201355; }
p { color: rgb(32,19,85); }
H1.HeaderClassName
{
color: #201355;
}
.AnyTagClassName
{
color: #201355;
}
</style>
background-color css
<style>
a { background-color: #201355; }
a { background-color: rgb(32,19,85); }
div.DivClassName
{
background-color: #201355;
}
.BgClassName
{
background-color: #201355;
}
</style>
border-color css
<style>
span { border-color: #201355; }
span { border-color: rgb(32,19,85); }
td.TdClassName
{
border-color: #201355;
}
.TagClassName
{
border-color: #201355;
}
</style>