Shades of Paua #202057
Tints of Paua #202057
RGB
CMYK
RGB Variations
Color information
#202057 (or 0x202057) is known color: Paua. HEX triplet: 20, 20 and 57. RGB value is (32,32,87). Sum of RGB (Red+Green+Blue) = 32+32+87=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #202057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202057 is #DFDFA8. Grayscale: #262626. Windows color (decimal): -14671785 or 5709856. OLE color: 5709856.
HSL color Cylindrical-coordinate representation of color #202057: hue angle of 240º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #202057 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 32 | 87 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.66 |
| HSL | 240º | 0.46% | 0.23% | - |
| HSV(B) | 240º | 0.63% | 0.34% | - |
| XYZ | 2.83 | 2.03 | 9.26 | - |
| YUV | 38.27 | 155.5 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 87 | 0.63 | 0.63 | 0 | 0.66 | 240 | 0.46 | 0.23 |
| Hex | 20 | 20 | 57 | 3F | 3F | 0 | 42 | F0 | 2E | 17 |
| Octal | 40 | 40 | 127 | 77 | 77 | 0 | 102 | 360 | 56 | 27 |
| Binary | 100000 | 100000 | 1010111 | 111111 | 111111 | 0 | 1000010 | 11110000 | 101110 | 10111 |
Color Harmonies of #202057
Complementary color
Monochromatic Colors of #202057
Black with #202057
Text Example
Text Example
White with #202057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202057; }
p { color: rgb(32,32,87); }
H1.HeaderClassName
{
color: #202057;
}
.AnyTagClassName
{
color: #202057;
}
</style>
background-color css
<style>
a { background-color: #202057; }
a { background-color: rgb(32,32,87); }
div.DivClassName
{
background-color: #202057;
}
.BgClassName
{
background-color: #202057;
}
</style>
border-color css
<style>
span { border-color: #202057; }
span { border-color: rgb(32,32,87); }
td.TdClassName
{
border-color: #202057;
}
.TagClassName
{
border-color: #202057;
}
</style>