Shades of Paua #211C56
Tints of Paua #211C56
RGB
CMYK
RGB Variations
Color information
#211C56 (or 0x211C56) is known color: Paua. HEX triplet: 21, 1C and 56. RGB value is (33,28,86). Sum of RGB (Red+Green+Blue) = 33+28+86=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 86 (33.98% from 255 or 58.50% from 147); Max value from RGB is 86 - color contains mainly: blue. Hex color #211C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211C56 is #DEE3A9. Grayscale: #232323. Windows color (decimal): -14607274 or 5643297. OLE color: 5643297.
HSL color Cylindrical-coordinate representation of color #211C56: hue angle of 245.17º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211C56 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 28 | 86 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.66 |
| HSL | 245.17º | 0.51% | 0.22% | - |
| HSV(B) | 245.17º | 0.67% | 0.34% | - |
| XYZ | 2.72 | 1.83 | 9.01 | - |
| YUV | 36.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 86 | 0.62 | 0.67 | 0 | 0.66 | 245.17 | 0.51 | 0.22 |
| Hex | 21 | 1C | 56 | 3E | 43 | 0 | 42 | F5 | 33 | 16 |
| Octal | 41 | 34 | 126 | 76 | 103 | 0 | 102 | 365 | 63 | 26 |
| Binary | 100001 | 11100 | 1010110 | 111110 | 1000011 | 0 | 1000010 | 11110101 | 110011 | 10110 |
Color Harmonies of #211C56
Complementary color
Monochromatic Colors of #211C56
Black with #211C56
Text Example
Text Example
White with #211C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C56; }
p { color: rgb(33,28,86); }
H1.HeaderClassName
{
color: #211C56;
}
.AnyTagClassName
{
color: #211C56;
}
</style>
background-color css
<style>
a { background-color: #211C56; }
a { background-color: rgb(33,28,86); }
div.DivClassName
{
background-color: #211C56;
}
.BgClassName
{
background-color: #211C56;
}
</style>
border-color css
<style>
span { border-color: #211C56; }
span { border-color: rgb(33,28,86); }
td.TdClassName
{
border-color: #211C56;
}
.TagClassName
{
border-color: #211C56;
}
</style>