Shades of Paua #211552
Tints of Paua #211552
RGB
CMYK
RGB Variations
Color information
#211552 (or 0x211552) is known color: Paua. HEX triplet: 21, 15 and 52. RGB value is (33,21,82). Sum of RGB (Red+Green+Blue) = 33+21+82=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 82 (32.42% from 255 or 60.29% from 136); Max value from RGB is 82 - color contains mainly: blue. Hex color #211552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211552 is #DEEAAD. Grayscale: #1F1F1F. Windows color (decimal): -14609070 or 5379361. OLE color: 5379361.
HSL color Cylindrical-coordinate representation of color #211552: hue angle of 251.8º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #211552 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 21 | 82 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.68 |
| HSL | 251.8º | 0.59% | 0.2% | - |
| HSV(B) | 251.8º | 0.74% | 0.32% | - |
| XYZ | 2.42 | 1.47 | 8.14 | - |
| YUV | 31.54 | 156.48 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 82 | 0.60 | 0.74 | 0 | 0.68 | 251.8 | 0.59 | 0.2 |
| Hex | 21 | 15 | 52 | 3C | 4A | 0 | 44 | FC | 3B | 14 |
| Octal | 41 | 25 | 122 | 74 | 112 | 0 | 104 | 374 | 73 | 24 |
| Binary | 100001 | 10101 | 1010010 | 111100 | 1001010 | 0 | 1000100 | 11111100 | 111011 | 10100 |
Color Harmonies of #211552
Complementary color
Monochromatic Colors of #211552
Black with #211552
Text Example
Text Example
White with #211552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211552; }
p { color: rgb(33,21,82); }
H1.HeaderClassName
{
color: #211552;
}
.AnyTagClassName
{
color: #211552;
}
</style>
background-color css
<style>
a { background-color: #211552; }
a { background-color: rgb(33,21,82); }
div.DivClassName
{
background-color: #211552;
}
.BgClassName
{
background-color: #211552;
}
</style>
border-color css
<style>
span { border-color: #211552; }
span { border-color: rgb(33,21,82); }
td.TdClassName
{
border-color: #211552;
}
.TagClassName
{
border-color: #211552;
}
</style>