Shades of Paua #21204D
Tints of Paua #21204D
RGB
CMYK
RGB Variations
Color information
#21204D (or 0x21204D) is known color: Paua. HEX triplet: 21, 20 and 4D. RGB value is (33,32,77). Sum of RGB (Red+Green+Blue) = 33+32+77=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #21204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21204D is #DEDFB2. Grayscale: #252525. Windows color (decimal): -14606259 or 5054497. OLE color: 5054497.
HSL color Cylindrical-coordinate representation of color #21204D: hue angle of 241.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21204D is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 32 | 77 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.70 |
| HSL | 241.33º | 0.41% | 0.21% | - |
| HSV(B) | 241.33º | 0.58% | 0.3% | - |
| XYZ | 2.48 | 1.89 | 7.26 | - |
| YUV | 37.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 32 | 77 | 0.57 | 0.58 | 0 | 0.70 | 241.33 | 0.41 | 0.21 |
| Hex | 21 | 20 | 4D | 39 | 3A | 0 | 46 | F1 | 29 | 15 |
| Octal | 41 | 40 | 115 | 71 | 72 | 0 | 106 | 361 | 51 | 25 |
| Binary | 100001 | 100000 | 1001101 | 111001 | 111010 | 0 | 1000110 | 11110001 | 101001 | 10101 |
Color Harmonies of #21204D
Complementary color
Monochromatic Colors of #21204D
Black with #21204D
Text Example
Text Example
White with #21204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21204D; }
p { color: rgb(33,32,77); }
H1.HeaderClassName
{
color: #21204D;
}
.AnyTagClassName
{
color: #21204D;
}
</style>
background-color css
<style>
a { background-color: #21204D; }
a { background-color: rgb(33,32,77); }
div.DivClassName
{
background-color: #21204D;
}
.BgClassName
{
background-color: #21204D;
}
</style>
border-color css
<style>
span { border-color: #21204D; }
span { border-color: rgb(33,32,77); }
td.TdClassName
{
border-color: #21204D;
}
.TagClassName
{
border-color: #21204D;
}
</style>