Shades of Paua #20215C
Tints of Paua #20215C
RGB
CMYK
RGB Variations
Color information
#20215C (or 0x20215C) is known color: Paua. HEX triplet: 20, 21 and 5C. RGB value is (32,33,92). Sum of RGB (Red+Green+Blue) = 32+33+92=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #20215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20215C is #DFDEA3. Grayscale: #272727. Windows color (decimal): -14671524 or 6037792. OLE color: 6037792.
HSL color Cylindrical-coordinate representation of color #20215C: hue angle of 239º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #20215C is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 33 | 92 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.64 |
| HSL | 239º | 0.48% | 0.24% | - |
| HSV(B) | 239º | 0.65% | 0.36% | - |
| XYZ | 3.07 | 2.17 | 10.38 | - |
| YUV | 39.43 | 157.67 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 92 | 0.65 | 0.64 | 0 | 0.64 | 239 | 0.48 | 0.24 |
| Hex | 20 | 21 | 5C | 41 | 40 | 0 | 40 | EF | 30 | 18 |
| Octal | 40 | 41 | 134 | 101 | 100 | 0 | 100 | 357 | 60 | 30 |
| Binary | 100000 | 100001 | 1011100 | 1000001 | 1000000 | 0 | 1000000 | 11101111 | 110000 | 11000 |
Color Harmonies of #20215C
Complementary color
Monochromatic Colors of #20215C
Black with #20215C
Text Example
Text Example
White with #20215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20215C; }
p { color: rgb(32,33,92); }
H1.HeaderClassName
{
color: #20215C;
}
.AnyTagClassName
{
color: #20215C;
}
</style>
background-color css
<style>
a { background-color: #20215C; }
a { background-color: rgb(32,33,92); }
div.DivClassName
{
background-color: #20215C;
}
.BgClassName
{
background-color: #20215C;
}
</style>
border-color css
<style>
span { border-color: #20215C; }
span { border-color: rgb(32,33,92); }
td.TdClassName
{
border-color: #20215C;
}
.TagClassName
{
border-color: #20215C;
}
</style>