Shades of Paua #211A58
Tints of Paua #211A58
RGB
CMYK
RGB Variations
Color information
#211A58 (or 0x211A58) is known color: Paua. HEX triplet: 21, 1A and 58. RGB value is (33,26,88). Sum of RGB (Red+Green+Blue) = 33+26+88=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #211A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211A58 is #DEE5A7. Grayscale: #222222. Windows color (decimal): -14607784 or 5773857. OLE color: 5773857.
HSL color Cylindrical-coordinate representation of color #211A58: hue angle of 246.77º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #211A58 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 26 | 88 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.65 |
| HSL | 246.77º | 0.54% | 0.22% | - |
| HSV(B) | 246.77º | 0.7% | 0.35% | - |
| XYZ | 2.76 | 1.77 | 9.43 | - |
| YUV | 35.16 | 157.82 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 88 | 0.62 | 0.70 | 0 | 0.65 | 246.77 | 0.54 | 0.22 |
| Hex | 21 | 1A | 58 | 3E | 46 | 0 | 41 | F7 | 36 | 16 |
| Octal | 41 | 32 | 130 | 76 | 106 | 0 | 101 | 367 | 66 | 26 |
| Binary | 100001 | 11010 | 1011000 | 111110 | 1000110 | 0 | 1000001 | 11110111 | 110110 | 10110 |
Color Harmonies of #211A58
Complementary color
Monochromatic Colors of #211A58
Black with #211A58
Text Example
Text Example
White with #211A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A58; }
p { color: rgb(33,26,88); }
H1.HeaderClassName
{
color: #211A58;
}
.AnyTagClassName
{
color: #211A58;
}
</style>
background-color css
<style>
a { background-color: #211A58; }
a { background-color: rgb(33,26,88); }
div.DivClassName
{
background-color: #211A58;
}
.BgClassName
{
background-color: #211A58;
}
</style>
border-color css
<style>
span { border-color: #211A58; }
span { border-color: rgb(33,26,88); }
td.TdClassName
{
border-color: #211A58;
}
.TagClassName
{
border-color: #211A58;
}
</style>