Shades of Paua #211D45
Tints of Paua #211D45
RGB
CMYK
RGB Variations
Color information
#211D45 (or 0x211D45) is known color: Paua. HEX triplet: 21, 1D and 45. RGB value is (33,29,69). Sum of RGB (Red+Green+Blue) = 33+29+69=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 69 (27.34% from 255 or 52.67% from 131); Max value from RGB is 69 - color contains mainly: blue. Hex color #211D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D45 is #DEE2BA. Grayscale: #222222. Windows color (decimal): -14607035 or 4529441. OLE color: 4529441.
HSL color Cylindrical-coordinate representation of color #211D45: hue angle of 246º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #211D45 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 29 | 69 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.73 |
| HSL | 246º | 0.41% | 0.19% | - |
| HSV(B) | 246º | 0.58% | 0.27% | - |
| XYZ | 2.14 | 1.63 | 5.83 | - |
| YUV | 34.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 69 | 0.52 | 0.58 | 0 | 0.73 | 246 | 0.41 | 0.19 |
| Hex | 21 | 1D | 45 | 34 | 3A | 0 | 49 | F6 | 29 | 13 |
| Octal | 41 | 35 | 105 | 64 | 72 | 0 | 111 | 366 | 51 | 23 |
| Binary | 100001 | 11101 | 1000101 | 110100 | 111010 | 0 | 1001001 | 11110110 | 101001 | 10011 |
Color Harmonies of #211D45
Complementary color
Monochromatic Colors of #211D45
Black with #211D45
Text Example
Text Example
White with #211D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211D45; }
p { color: rgb(33,29,69); }
H1.HeaderClassName
{
color: #211D45;
}
.AnyTagClassName
{
color: #211D45;
}
</style>
background-color css
<style>
a { background-color: #211D45; }
a { background-color: rgb(33,29,69); }
div.DivClassName
{
background-color: #211D45;
}
.BgClassName
{
background-color: #211D45;
}
</style>
border-color css
<style>
span { border-color: #211D45; }
span { border-color: rgb(33,29,69); }
td.TdClassName
{
border-color: #211D45;
}
.TagClassName
{
border-color: #211D45;
}
</style>