Shades of Paua #211156
Tints of Paua #211156
RGB
CMYK
RGB Variations
Color information
#211156 (or 0x211156) is known color: Paua. HEX triplet: 21, 11 and 56. RGB value is (33,17,86). Sum of RGB (Red+Green+Blue) = 33+17+86=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 86 (33.98% from 255 or 63.24% from 136); Max value from RGB is 86 - color contains mainly: blue. Hex color #211156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211156 is #DEEEA9. Grayscale: #1D1D1D. Windows color (decimal): -14610090 or 5640481. OLE color: 5640481.
HSL color Cylindrical-coordinate representation of color #211156: hue angle of 253.91º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #211156 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 17 | 86 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.66 |
| HSL | 253.91º | 0.67% | 0.2% | - |
| HSV(B) | 253.91º | 0.8% | 0.34% | - |
| XYZ | 2.51 | 1.4 | 8.94 | - |
| YUV | 29.65 | 159.8 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 86 | 0.62 | 0.80 | 0 | 0.66 | 253.91 | 0.67 | 0.2 |
| Hex | 21 | 11 | 56 | 3E | 50 | 0 | 42 | FE | 43 | 14 |
| Octal | 41 | 21 | 126 | 76 | 120 | 0 | 102 | 376 | 103 | 24 |
| Binary | 100001 | 10001 | 1010110 | 111110 | 1010000 | 0 | 1000010 | 11111110 | 1000011 | 10100 |
Color Harmonies of #211156
Complementary color
Monochromatic Colors of #211156
Black with #211156
Text Example
Text Example
White with #211156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211156; }
p { color: rgb(33,17,86); }
H1.HeaderClassName
{
color: #211156;
}
.AnyTagClassName
{
color: #211156;
}
</style>
background-color css
<style>
a { background-color: #211156; }
a { background-color: rgb(33,17,86); }
div.DivClassName
{
background-color: #211156;
}
.BgClassName
{
background-color: #211156;
}
</style>
border-color css
<style>
span { border-color: #211156; }
span { border-color: rgb(33,17,86); }
td.TdClassName
{
border-color: #211156;
}
.TagClassName
{
border-color: #211156;
}
</style>