Shades of Paua #201454
Tints of Paua #201454
RGB
CMYK
RGB Variations
Color information
#201454 (or 0x201454) is known color: Paua. HEX triplet: 20, 14 and 54. RGB value is (32,20,84). Sum of RGB (Red+Green+Blue) = 32+20+84=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #201454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201454 is #DFEBAB. Grayscale: #1E1E1E. Windows color (decimal): -14674860 or 5510176. OLE color: 5510176.
HSL color Cylindrical-coordinate representation of color #201454: hue angle of 251.25º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #201454 is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 20 | 84 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.67 |
| HSL | 251.25º | 0.62% | 0.2% | - |
| HSV(B) | 251.25º | 0.76% | 0.33% | - |
| XYZ | 2.45 | 1.45 | 8.54 | - |
| YUV | 30.88 | 157.98 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 84 | 0.62 | 0.76 | 0 | 0.67 | 251.25 | 0.62 | 0.2 |
| Hex | 20 | 14 | 54 | 3E | 4C | 0 | 43 | FB | 3E | 14 |
| Octal | 40 | 24 | 124 | 76 | 114 | 0 | 103 | 373 | 76 | 24 |
| Binary | 100000 | 10100 | 1010100 | 111110 | 1001100 | 0 | 1000011 | 11111011 | 111110 | 10100 |
Color Harmonies of #201454
Complementary color
Monochromatic Colors of #201454
Black with #201454
Text Example
Text Example
White with #201454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201454; }
p { color: rgb(32,20,84); }
H1.HeaderClassName
{
color: #201454;
}
.AnyTagClassName
{
color: #201454;
}
</style>
background-color css
<style>
a { background-color: #201454; }
a { background-color: rgb(32,20,84); }
div.DivClassName
{
background-color: #201454;
}
.BgClassName
{
background-color: #201454;
}
</style>
border-color css
<style>
span { border-color: #201454; }
span { border-color: rgb(32,20,84); }
td.TdClassName
{
border-color: #201454;
}
.TagClassName
{
border-color: #201454;
}
</style>