Shades of Paua #211356
Tints of Paua #211356
RGB
CMYK
RGB Variations
Color information
#211356 (or 0x211356) is known color: Paua. HEX triplet: 21, 13 and 56. RGB value is (33,19,86). Sum of RGB (Red+Green+Blue) = 33+19+86=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 86 (33.98% from 255 or 62.32% from 138); Max value from RGB is 86 - color contains mainly: blue. Hex color #211356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211356 is #DEECA9. Grayscale: #1E1E1E. Windows color (decimal): -14609578 or 5640993. OLE color: 5640993.
HSL color Cylindrical-coordinate representation of color #211356: hue angle of 252.54º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #211356 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 19 | 86 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.66 |
| HSL | 252.54º | 0.64% | 0.21% | - |
| HSV(B) | 252.54º | 0.78% | 0.34% | - |
| XYZ | 2.54 | 1.46 | 8.95 | - |
| YUV | 30.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 86 | 0.62 | 0.78 | 0 | 0.66 | 252.54 | 0.64 | 0.21 |
| Hex | 21 | 13 | 56 | 3E | 4E | 0 | 42 | FD | 40 | 15 |
| Octal | 41 | 23 | 126 | 76 | 116 | 0 | 102 | 375 | 100 | 25 |
| Binary | 100001 | 10011 | 1010110 | 111110 | 1001110 | 0 | 1000010 | 11111101 | 1000000 | 10101 |
Color Harmonies of #211356
Complementary color
Monochromatic Colors of #211356
Black with #211356
Text Example
Text Example
White with #211356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211356; }
p { color: rgb(33,19,86); }
H1.HeaderClassName
{
color: #211356;
}
.AnyTagClassName
{
color: #211356;
}
</style>
background-color css
<style>
a { background-color: #211356; }
a { background-color: rgb(33,19,86); }
div.DivClassName
{
background-color: #211356;
}
.BgClassName
{
background-color: #211356;
}
</style>
border-color css
<style>
span { border-color: #211356; }
span { border-color: rgb(33,19,86); }
td.TdClassName
{
border-color: #211356;
}
.TagClassName
{
border-color: #211356;
}
</style>