Shades of Paua #202157
Tints of Paua #202157
RGB
CMYK
RGB Variations
Color information
#202157 (or 0x202157) is known color: Paua. HEX triplet: 20, 21 and 57. RGB value is (32,33,87). Sum of RGB (Red+Green+Blue) = 32+33+87=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #202157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202157 is #DFDEA8. Grayscale: #262626. Windows color (decimal): -14671529 or 5710112. OLE color: 5710112.
HSL color Cylindrical-coordinate representation of color #202157: hue angle of 238.91º 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 #202157 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 33 | 87 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.66 |
| HSL | 238.91º | 0.46% | 0.23% | - |
| HSV(B) | 238.91º | 0.63% | 0.34% | - |
| XYZ | 2.86 | 2.08 | 9.27 | - |
| YUV | 38.86 | 155.17 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 87 | 0.63 | 0.62 | 0 | 0.66 | 238.91 | 0.46 | 0.23 |
| Hex | 20 | 21 | 57 | 3F | 3E | 0 | 42 | EF | 2E | 17 |
| Octal | 40 | 41 | 127 | 77 | 76 | 0 | 102 | 357 | 56 | 27 |
| Binary | 100000 | 100001 | 1010111 | 111111 | 111110 | 0 | 1000010 | 11101111 | 101110 | 10111 |
Color Harmonies of #202157
Complementary color
Monochromatic Colors of #202157
Black with #202157
Text Example
Text Example
White with #202157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202157; }
p { color: rgb(32,33,87); }
H1.HeaderClassName
{
color: #202157;
}
.AnyTagClassName
{
color: #202157;
}
</style>
background-color css
<style>
a { background-color: #202157; }
a { background-color: rgb(32,33,87); }
div.DivClassName
{
background-color: #202157;
}
.BgClassName
{
background-color: #202157;
}
</style>
border-color css
<style>
span { border-color: #202157; }
span { border-color: rgb(32,33,87); }
td.TdClassName
{
border-color: #202157;
}
.TagClassName
{
border-color: #202157;
}
</style>