Shades of Paua #211A51
Tints of Paua #211A51
RGB
CMYK
RGB Variations
Color information
#211A51 (or 0x211A51) is known color: Paua. HEX triplet: 21, 1A and 51. RGB value is (33,26,81). Sum of RGB (Red+Green+Blue) = 33+26+81=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #211A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211A51 is #DEE5AE. Grayscale: #222222. Windows color (decimal): -14607791 or 5315105. OLE color: 5315105.
HSL color Cylindrical-coordinate representation of color #211A51: hue angle of 247.64º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #211A51 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 26 | 81 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.68 |
| HSL | 247.64º | 0.51% | 0.21% | - |
| HSV(B) | 247.64º | 0.68% | 0.32% | - |
| XYZ | 2.48 | 1.66 | 7.97 | - |
| YUV | 34.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 81 | 0.59 | 0.68 | 0 | 0.68 | 247.64 | 0.51 | 0.21 |
| Hex | 21 | 1A | 51 | 3B | 44 | 0 | 44 | F8 | 33 | 15 |
| Octal | 41 | 32 | 121 | 73 | 104 | 0 | 104 | 370 | 63 | 25 |
| Binary | 100001 | 11010 | 1010001 | 111011 | 1000100 | 0 | 1000100 | 11111000 | 110011 | 10101 |
Color Harmonies of #211A51
Complementary color
Monochromatic Colors of #211A51
Black with #211A51
Text Example
Text Example
White with #211A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A51; }
p { color: rgb(33,26,81); }
H1.HeaderClassName
{
color: #211A51;
}
.AnyTagClassName
{
color: #211A51;
}
</style>
background-color css
<style>
a { background-color: #211A51; }
a { background-color: rgb(33,26,81); }
div.DivClassName
{
background-color: #211A51;
}
.BgClassName
{
background-color: #211A51;
}
</style>
border-color css
<style>
span { border-color: #211A51; }
span { border-color: rgb(33,26,81); }
td.TdClassName
{
border-color: #211A51;
}
.TagClassName
{
border-color: #211A51;
}
</style>