Shades of Paua #211F48
Tints of Paua #211F48
RGB
CMYK
RGB Variations
Color information
#211F48 (or 0x211F48) is known color: Paua. HEX triplet: 21, 1F and 48. RGB value is (33,31,72). Sum of RGB (Red+Green+Blue) = 33+31+72=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #211F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F48 is #DEE0B7. Grayscale: #242424. Windows color (decimal): -14606520 or 4726561. OLE color: 4726561.
HSL color Cylindrical-coordinate representation of color #211F48: hue angle of 242.93º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #211F48 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 31 | 72 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.72 |
| HSL | 242.93º | 0.4% | 0.2% | - |
| HSV(B) | 242.93º | 0.57% | 0.28% | - |
| XYZ | 2.29 | 1.77 | 6.35 | - |
| YUV | 36.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 72 | 0.54 | 0.57 | 0 | 0.72 | 242.93 | 0.4 | 0.2 |
| Hex | 21 | 1F | 48 | 36 | 39 | 0 | 48 | F3 | 28 | 14 |
| Octal | 41 | 37 | 110 | 66 | 71 | 0 | 110 | 363 | 50 | 24 |
| Binary | 100001 | 11111 | 1001000 | 110110 | 111001 | 0 | 1001000 | 11110011 | 101000 | 10100 |
Color Harmonies of #211F48
Complementary color
Monochromatic Colors of #211F48
Black with #211F48
Text Example
Text Example
White with #211F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F48; }
p { color: rgb(33,31,72); }
H1.HeaderClassName
{
color: #211F48;
}
.AnyTagClassName
{
color: #211F48;
}
</style>
background-color css
<style>
a { background-color: #211F48; }
a { background-color: rgb(33,31,72); }
div.DivClassName
{
background-color: #211F48;
}
.BgClassName
{
background-color: #211F48;
}
</style>
border-color css
<style>
span { border-color: #211F48; }
span { border-color: rgb(33,31,72); }
td.TdClassName
{
border-color: #211F48;
}
.TagClassName
{
border-color: #211F48;
}
</style>