Shades of Paua #212048
Tints of Paua #212048
RGB
CMYK
RGB Variations
Color information
#212048 (or 0x212048) is known color: Paua. HEX triplet: 21, 20 and 48. RGB value is (33,32,72). Sum of RGB (Red+Green+Blue) = 33+32+72=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #212048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212048 is #DEDFB7. Grayscale: #242424. Windows color (decimal): -14606264 or 4726817. OLE color: 4726817.
HSL color Cylindrical-coordinate representation of color #212048: hue angle of 241.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #212048 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 32 | 72 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.72 |
| HSL | 241.5º | 0.38% | 0.2% | - |
| HSV(B) | 241.5º | 0.56% | 0.28% | - |
| XYZ | 2.31 | 1.82 | 6.36 | - |
| YUV | 36.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 32 | 72 | 0.54 | 0.56 | 0 | 0.72 | 241.5 | 0.38 | 0.2 |
| Hex | 21 | 20 | 48 | 36 | 38 | 0 | 48 | F2 | 26 | 14 |
| Octal | 41 | 40 | 110 | 66 | 70 | 0 | 110 | 362 | 46 | 24 |
| Binary | 100001 | 100000 | 1001000 | 110110 | 111000 | 0 | 1001000 | 11110010 | 100110 | 10100 |
Color Harmonies of #212048
Complementary color
Monochromatic Colors of #212048
Black with #212048
Text Example
Text Example
White with #212048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212048; }
p { color: rgb(33,32,72); }
H1.HeaderClassName
{
color: #212048;
}
.AnyTagClassName
{
color: #212048;
}
</style>
background-color css
<style>
a { background-color: #212048; }
a { background-color: rgb(33,32,72); }
div.DivClassName
{
background-color: #212048;
}
.BgClassName
{
background-color: #212048;
}
</style>
border-color css
<style>
span { border-color: #212048; }
span { border-color: rgb(33,32,72); }
td.TdClassName
{
border-color: #212048;
}
.TagClassName
{
border-color: #212048;
}
</style>