Shades of Paua #211A47
Tints of Paua #211A47
RGB
CMYK
RGB Variations
Color information
#211A47 (or 0x211A47) is known color: Paua. HEX triplet: 21, 1A and 47. RGB value is (33,26,71). Sum of RGB (Red+Green+Blue) = 33+26+71=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #211A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A47 is #DEE5B8. Grayscale: #212121. Windows color (decimal): -14607801 or 4659745. OLE color: 4659745.
HSL color Cylindrical-coordinate representation of color #211A47: hue angle of 249.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #211A47 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 26 | 71 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.72 |
| HSL | 249.33º | 0.46% | 0.19% | - |
| HSV(B) | 249.33º | 0.63% | 0.28% | - |
| XYZ | 2.13 | 1.52 | 6.14 | - |
| YUV | 33.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 71 | 0.54 | 0.63 | 0 | 0.72 | 249.33 | 0.46 | 0.19 |
| Hex | 21 | 1A | 47 | 36 | 3F | 0 | 48 | F9 | 2E | 13 |
| Octal | 41 | 32 | 107 | 66 | 77 | 0 | 110 | 371 | 56 | 23 |
| Binary | 100001 | 11010 | 1000111 | 110110 | 111111 | 0 | 1001000 | 11111001 | 101110 | 10011 |
Color Harmonies of #211A47
Complementary color
Monochromatic Colors of #211A47
Black with #211A47
Text Example
Text Example
White with #211A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A47; }
p { color: rgb(33,26,71); }
H1.HeaderClassName
{
color: #211A47;
}
.AnyTagClassName
{
color: #211A47;
}
</style>
background-color css
<style>
a { background-color: #211A47; }
a { background-color: rgb(33,26,71); }
div.DivClassName
{
background-color: #211A47;
}
.BgClassName
{
background-color: #211A47;
}
</style>
border-color css
<style>
span { border-color: #211A47; }
span { border-color: rgb(33,26,71); }
td.TdClassName
{
border-color: #211A47;
}
.TagClassName
{
border-color: #211A47;
}
</style>