Shades of Paua #20205B
Tints of Paua #20205B
RGB
CMYK
RGB Variations
Color information
#20205B (or 0x20205B) is known color: Paua. HEX triplet: 20, 20 and 5B. RGB value is (32,32,91). Sum of RGB (Red+Green+Blue) = 32+32+91=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #20205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20205B is #DFDFA4. Grayscale: #262626. Windows color (decimal): -14671781 or 5972000. OLE color: 5972000.
HSL color Cylindrical-coordinate representation of color #20205B: hue angle of 240º 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 #20205B is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 32 | 91 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.64 |
| HSL | 240º | 0.48% | 0.24% | - |
| HSV(B) | 240º | 0.65% | 0.36% | - |
| XYZ | 3 | 2.1 | 10.14 | - |
| YUV | 38.73 | 157.5 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 91 | 0.65 | 0.65 | 0 | 0.64 | 240 | 0.48 | 0.24 |
| Hex | 20 | 20 | 5B | 41 | 41 | 0 | 40 | F0 | 30 | 18 |
| Octal | 40 | 40 | 133 | 101 | 101 | 0 | 100 | 360 | 60 | 30 |
| Binary | 100000 | 100000 | 1011011 | 1000001 | 1000001 | 0 | 1000000 | 11110000 | 110000 | 11000 |
Color Harmonies of #20205B
Complementary color
Monochromatic Colors of #20205B
Black with #20205B
Text Example
Text Example
White with #20205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20205B; }
p { color: rgb(32,32,91); }
H1.HeaderClassName
{
color: #20205B;
}
.AnyTagClassName
{
color: #20205B;
}
</style>
background-color css
<style>
a { background-color: #20205B; }
a { background-color: rgb(32,32,91); }
div.DivClassName
{
background-color: #20205B;
}
.BgClassName
{
background-color: #20205B;
}
</style>
border-color css
<style>
span { border-color: #20205B; }
span { border-color: rgb(32,32,91); }
td.TdClassName
{
border-color: #20205B;
}
.TagClassName
{
border-color: #20205B;
}
</style>