Shades of Paua #212051
Tints of Paua #212051
RGB
CMYK
RGB Variations
Color information
#212051 (or 0x212051) is known color: Paua. HEX triplet: 21, 20 and 51. RGB value is (33,32,81). Sum of RGB (Red+Green+Blue) = 33+32+81=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #212051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212051 is #DEDFAE. Grayscale: #252525. Windows color (decimal): -14606255 or 5316641. OLE color: 5316641.
HSL color Cylindrical-coordinate representation of color #212051: hue angle of 241.22º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #212051 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 32 | 81 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.68 |
| HSL | 241.22º | 0.43% | 0.22% | - |
| HSV(B) | 241.22º | 0.6% | 0.32% | - |
| XYZ | 2.63 | 1.95 | 8.02 | - |
| YUV | 37.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 32 | 81 | 0.59 | 0.60 | 0 | 0.68 | 241.22 | 0.43 | 0.22 |
| Hex | 21 | 20 | 51 | 3B | 3C | 0 | 44 | F1 | 2B | 16 |
| Octal | 41 | 40 | 121 | 73 | 74 | 0 | 104 | 361 | 53 | 26 |
| Binary | 100001 | 100000 | 1010001 | 111011 | 111100 | 0 | 1000100 | 11110001 | 101011 | 10110 |
Color Harmonies of #212051
Complementary color
Monochromatic Colors of #212051
Black with #212051
Text Example
Text Example
White with #212051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212051; }
p { color: rgb(33,32,81); }
H1.HeaderClassName
{
color: #212051;
}
.AnyTagClassName
{
color: #212051;
}
</style>
background-color css
<style>
a { background-color: #212051; }
a { background-color: rgb(33,32,81); }
div.DivClassName
{
background-color: #212051;
}
.BgClassName
{
background-color: #212051;
}
</style>
border-color css
<style>
span { border-color: #212051; }
span { border-color: rgb(33,32,81); }
td.TdClassName
{
border-color: #212051;
}
.TagClassName
{
border-color: #212051;
}
</style>