Shades of Paua #211D48
Tints of Paua #211D48
RGB
CMYK
RGB Variations
Color information
#211D48 (or 0x211D48) is known color: Paua. HEX triplet: 21, 1D and 48. RGB value is (33,29,72). Sum of RGB (Red+Green+Blue) = 33+29+72=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 72 (28.52% from 255 or 53.73% from 134); Max value from RGB is 72 - color contains mainly: blue. Hex color #211D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D48 is #DEE2B7. Grayscale: #222222. Windows color (decimal): -14607032 or 4726049. OLE color: 4726049.
HSL color Cylindrical-coordinate representation of color #211D48: hue angle of 245.58º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #211D48 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 29 | 72 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.72 |
| HSL | 245.58º | 0.43% | 0.2% | - |
| HSV(B) | 245.58º | 0.6% | 0.28% | - |
| XYZ | 2.24 | 1.67 | 6.34 | - |
| YUV | 35.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 72 | 0.54 | 0.60 | 0 | 0.72 | 245.58 | 0.43 | 0.2 |
| Hex | 21 | 1D | 48 | 36 | 3C | 0 | 48 | F6 | 2B | 14 |
| Octal | 41 | 35 | 110 | 66 | 74 | 0 | 110 | 366 | 53 | 24 |
| Binary | 100001 | 11101 | 1001000 | 110110 | 111100 | 0 | 1001000 | 11110110 | 101011 | 10100 |
Color Harmonies of #211D48
Complementary color
Monochromatic Colors of #211D48
Black with #211D48
Text Example
Text Example
White with #211D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211D48; }
p { color: rgb(33,29,72); }
H1.HeaderClassName
{
color: #211D48;
}
.AnyTagClassName
{
color: #211D48;
}
</style>
background-color css
<style>
a { background-color: #211D48; }
a { background-color: rgb(33,29,72); }
div.DivClassName
{
background-color: #211D48;
}
.BgClassName
{
background-color: #211D48;
}
</style>
border-color css
<style>
span { border-color: #211D48; }
span { border-color: rgb(33,29,72); }
td.TdClassName
{
border-color: #211D48;
}
.TagClassName
{
border-color: #211D48;
}
</style>