Shades of Paua #211A5A
Tints of Paua #211A5A
RGB
CMYK
RGB Variations
Color information
#211A5A (or 0x211A5A) is known color: Paua. HEX triplet: 21, 1A and 5A. RGB value is (33,26,90). Sum of RGB (Red+Green+Blue) = 33+26+90=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #211A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211A5A is #DEE5A5. Grayscale: #232323. Windows color (decimal): -14607782 or 5904929. OLE color: 5904929.
HSL color Cylindrical-coordinate representation of color #211A5A: hue angle of 246.56º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #211A5A is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 26 | 90 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.65 |
| HSL | 246.56º | 0.55% | 0.23% | - |
| HSV(B) | 246.56º | 0.71% | 0.35% | - |
| XYZ | 2.84 | 1.8 | 9.87 | - |
| YUV | 35.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 90 | 0.63 | 0.71 | 0 | 0.65 | 246.56 | 0.55 | 0.23 |
| Hex | 21 | 1A | 5A | 3F | 47 | 0 | 41 | F7 | 37 | 17 |
| Octal | 41 | 32 | 132 | 77 | 107 | 0 | 101 | 367 | 67 | 27 |
| Binary | 100001 | 11010 | 1011010 | 111111 | 1000111 | 0 | 1000001 | 11110111 | 110111 | 10111 |
Color Harmonies of #211A5A
Complementary color
Monochromatic Colors of #211A5A
Black with #211A5A
Text Example
Text Example
White with #211A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A5A; }
p { color: rgb(33,26,90); }
H1.HeaderClassName
{
color: #211A5A;
}
.AnyTagClassName
{
color: #211A5A;
}
</style>
background-color css
<style>
a { background-color: #211A5A; }
a { background-color: rgb(33,26,90); }
div.DivClassName
{
background-color: #211A5A;
}
.BgClassName
{
background-color: #211A5A;
}
</style>
border-color css
<style>
span { border-color: #211A5A; }
span { border-color: rgb(33,26,90); }
td.TdClassName
{
border-color: #211A5A;
}
.TagClassName
{
border-color: #211A5A;
}
</style>