Shades of Paua #211E48
Tints of Paua #211E48
RGB
CMYK
RGB Variations
Color information
#211E48 (or 0x211E48) is known color: Paua. HEX triplet: 21, 1E and 48. RGB value is (33,30,72). Sum of RGB (Red+Green+Blue) = 33+30+72=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #211E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E48 is #DEE1B7. Grayscale: #232323. Windows color (decimal): -14606776 or 4726305. OLE color: 4726305.
HSL color Cylindrical-coordinate representation of color #211E48: hue angle of 244.29º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #211E48 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 30 | 72 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.72 |
| HSL | 244.29º | 0.41% | 0.2% | - |
| HSV(B) | 244.29º | 0.58% | 0.28% | - |
| XYZ | 2.26 | 1.72 | 6.34 | - |
| YUV | 35.69 | 148.49 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 72 | 0.54 | 0.58 | 0 | 0.72 | 244.29 | 0.41 | 0.2 |
| Hex | 21 | 1E | 48 | 36 | 3A | 0 | 48 | F4 | 29 | 14 |
| Octal | 41 | 36 | 110 | 66 | 72 | 0 | 110 | 364 | 51 | 24 |
| Binary | 100001 | 11110 | 1001000 | 110110 | 111010 | 0 | 1001000 | 11110100 | 101001 | 10100 |
Color Harmonies of #211E48
Complementary color
Monochromatic Colors of #211E48
Black with #211E48
Text Example
Text Example
White with #211E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211E48; }
p { color: rgb(33,30,72); }
H1.HeaderClassName
{
color: #211E48;
}
.AnyTagClassName
{
color: #211E48;
}
</style>
background-color css
<style>
a { background-color: #211E48; }
a { background-color: rgb(33,30,72); }
div.DivClassName
{
background-color: #211E48;
}
.BgClassName
{
background-color: #211E48;
}
</style>
border-color css
<style>
span { border-color: #211E48; }
span { border-color: rgb(33,30,72); }
td.TdClassName
{
border-color: #211E48;
}
.TagClassName
{
border-color: #211E48;
}
</style>