Shades of Paua #201D4A
Tints of Paua #201D4A
RGB
CMYK
RGB Variations
Color information
#201D4A (or 0x201D4A) is known color: Paua. HEX triplet: 20, 1D and 4A. RGB value is (32,29,74). Sum of RGB (Red+Green+Blue) = 32+29+74=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #201D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201D4A is #DFE2B5. Grayscale: #222222. Windows color (decimal): -14672566 or 4857120. OLE color: 4857120.
HSL color Cylindrical-coordinate representation of color #201D4A: hue angle of 244º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #201D4A is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 32 | 29 | 74 | - |
CMYK | 0.57 | 0.61 | 0 | 0.71 |
HSL | 244º | 0.44% | 0.2% | - |
HSV(B) | 244º | 0.61% | 0.29% | - |
XYZ | 2.27 | 1.68 | 6.68 | - |
YUV | 35.03 | 149.99 | 125.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 29 | 74 | 0.57 | 0.61 | 0 | 0.71 | 244 | 0.44 | 0.2 |
Hex | 20 | 1D | 4A | 39 | 3D | 0 | 47 | F4 | 2C | 14 |
Octal | 40 | 35 | 112 | 71 | 75 | 0 | 107 | 364 | 54 | 24 |
Binary | 100000 | 11101 | 1001010 | 111001 | 111101 | 0 | 1000111 | 11110100 | 101100 | 10100 |
Color Harmonies of #201D4A
Complementary color
Monochromatic Colors of #201D4A
Black with #201D4A
Text Example
Text Example
White with #201D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D4A; }
p { color: rgb(32,29,74); }
H1.HeaderClassName
{
color: #201D4A;
}
.AnyTagClassName
{
color: #201D4A;
}
</style>
background-color css
<style>
a { background-color: #201D4A; }
a { background-color: rgb(32,29,74); }
div.DivClassName
{
background-color: #201D4A;
}
.BgClassName
{
background-color: #201D4A;
}
</style>
border-color css
<style>
span { border-color: #201D4A; }
span { border-color: rgb(32,29,74); }
td.TdClassName
{
border-color: #201D4A;
}
.TagClassName
{
border-color: #201D4A;
}
</style>