Shades of Paua #20214C
Tints of Paua #20214C
RGB
CMYK
RGB Variations
Color information
#20214C (or 0x20214C) is known color: Paua. HEX triplet: 20, 21 and 4C. RGB value is (32,33,76). Sum of RGB (Red+Green+Blue) = 32+33+76=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 76 (30.08% from 255 or 53.90% from 141); Max value from RGB is 76 - color contains mainly: blue. Hex color #20214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20214C is #DFDEB3. Grayscale: #252525. Windows color (decimal): -14671540 or 4989216. OLE color: 4989216.
HSL color Cylindrical-coordinate representation of color #20214C: hue angle of 238.64º 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 #20214C is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 33 | 76 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.70 |
| HSL | 238.64º | 0.41% | 0.21% | - |
| HSV(B) | 238.64º | 0.58% | 0.3% | - |
| XYZ | 2.44 | 1.92 | 7.08 | - |
| YUV | 37.6 | 149.67 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 76 | 0.58 | 0.57 | 0 | 0.70 | 238.64 | 0.41 | 0.21 |
| Hex | 20 | 21 | 4C | 3A | 39 | 0 | 46 | EF | 29 | 15 |
| Octal | 40 | 41 | 114 | 72 | 71 | 0 | 106 | 357 | 51 | 25 |
| Binary | 100000 | 100001 | 1001100 | 111010 | 111001 | 0 | 1000110 | 11101111 | 101001 | 10101 |
Color Harmonies of #20214C
Complementary color
Monochromatic Colors of #20214C
Black with #20214C
Text Example
Text Example
White with #20214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20214C; }
p { color: rgb(32,33,76); }
H1.HeaderClassName
{
color: #20214C;
}
.AnyTagClassName
{
color: #20214C;
}
</style>
background-color css
<style>
a { background-color: #20214C; }
a { background-color: rgb(32,33,76); }
div.DivClassName
{
background-color: #20214C;
}
.BgClassName
{
background-color: #20214C;
}
</style>
border-color css
<style>
span { border-color: #20214C; }
span { border-color: rgb(32,33,76); }
td.TdClassName
{
border-color: #20214C;
}
.TagClassName
{
border-color: #20214C;
}
</style>