Shades of Paua #211A45
Tints of Paua #211A45
RGB
CMYK
RGB Variations
Color information
#211A45 (or 0x211A45) is known color: Paua. HEX triplet: 21, 1A and 45. RGB value is (33,26,69). Sum of RGB (Red+Green+Blue) = 33+26+69=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 69 (27.34% from 255 or 53.91% from 128); Max value from RGB is 69 - color contains mainly: blue. Hex color #211A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A45 is #DEE5BA. Grayscale: #202020. Windows color (decimal): -14607803 or 4528673. OLE color: 4528673.
HSL color Cylindrical-coordinate representation of color #211A45: hue angle of 249.77º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #211A45 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 26 | 69 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.73 |
| HSL | 249.77º | 0.45% | 0.19% | - |
| HSV(B) | 249.77º | 0.62% | 0.27% | - |
| XYZ | 2.07 | 1.49 | 5.81 | - |
| YUV | 33 | 148.32 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 69 | 0.52 | 0.62 | 0 | 0.73 | 249.77 | 0.45 | 0.19 |
| Hex | 21 | 1A | 45 | 34 | 3E | 0 | 49 | FA | 2D | 13 |
| Octal | 41 | 32 | 105 | 64 | 76 | 0 | 111 | 372 | 55 | 23 |
| Binary | 100001 | 11010 | 1000101 | 110100 | 111110 | 0 | 1001001 | 11111010 | 101101 | 10011 |
Color Harmonies of #211A45
Complementary color
Monochromatic Colors of #211A45
Black with #211A45
Text Example
Text Example
White with #211A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A45; }
p { color: rgb(33,26,69); }
H1.HeaderClassName
{
color: #211A45;
}
.AnyTagClassName
{
color: #211A45;
}
</style>
background-color css
<style>
a { background-color: #211A45; }
a { background-color: rgb(33,26,69); }
div.DivClassName
{
background-color: #211A45;
}
.BgClassName
{
background-color: #211A45;
}
</style>
border-color css
<style>
span { border-color: #211A45; }
span { border-color: rgb(33,26,69); }
td.TdClassName
{
border-color: #211A45;
}
.TagClassName
{
border-color: #211A45;
}
</style>