Shades of Paua #201C46
Tints of Paua #201C46
RGB
CMYK
RGB Variations
Color information
#201C46 (or 0x201C46) is known color: Paua. HEX triplet: 20, 1C and 46. RGB value is (32,28,70). Sum of RGB (Red+Green+Blue) = 32+28+70=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 70 (27.73% from 255 or 53.85% from 130); Max value from RGB is 70 - color contains mainly: blue. Hex color #201C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201C46 is #DFE3B9. Grayscale: #212121. Windows color (decimal): -14672826 or 4594720. OLE color: 4594720.
HSL color Cylindrical-coordinate representation of color #201C46: hue angle of 245.71º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #201C46 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 28 | 70 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.73 |
| HSL | 245.71º | 0.43% | 0.19% | - |
| HSV(B) | 245.71º | 0.6% | 0.27% | - |
| XYZ | 2.12 | 1.58 | 5.99 | - |
| YUV | 33.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 70 | 0.54 | 0.60 | 0 | 0.73 | 245.71 | 0.43 | 0.19 |
| Hex | 20 | 1C | 46 | 36 | 3C | 0 | 49 | F6 | 2B | 13 |
| Octal | 40 | 34 | 106 | 66 | 74 | 0 | 111 | 366 | 53 | 23 |
| Binary | 100000 | 11100 | 1000110 | 110110 | 111100 | 0 | 1001001 | 11110110 | 101011 | 10011 |
Color Harmonies of #201C46
Complementary color
Monochromatic Colors of #201C46
Black with #201C46
Text Example
Text Example
White with #201C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C46; }
p { color: rgb(32,28,70); }
H1.HeaderClassName
{
color: #201C46;
}
.AnyTagClassName
{
color: #201C46;
}
</style>
background-color css
<style>
a { background-color: #201C46; }
a { background-color: rgb(32,28,70); }
div.DivClassName
{
background-color: #201C46;
}
.BgClassName
{
background-color: #201C46;
}
</style>
border-color css
<style>
span { border-color: #201C46; }
span { border-color: rgb(32,28,70); }
td.TdClassName
{
border-color: #201C46;
}
.TagClassName
{
border-color: #201C46;
}
</style>