Shades of Paua #202158
Tints of Paua #202158
RGB
CMYK
RGB Variations
Color information
#202158 (or 0x202158) is known color: Paua. HEX triplet: 20, 21 and 58. RGB value is (32,33,88). Sum of RGB (Red+Green+Blue) = 32+33+88=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #202158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202158 is #DFDEA7. Grayscale: #262626. Windows color (decimal): -14671528 or 5775648. OLE color: 5775648.
HSL color Cylindrical-coordinate representation of color #202158: hue angle of 238.93º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #202158 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
RGB | 32 | 33 | 88 | - |
CMYK | 0.64 | 0.62 | 0 | 0.65 |
HSL | 238.93º | 0.47% | 0.24% | - |
HSV(B) | 238.93º | 0.64% | 0.35% | - |
XYZ | 2.9 | 2.1 | 9.48 | - |
YUV | 38.97 | 155.67 | 123.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 33 | 88 | 0.64 | 0.62 | 0 | 0.65 | 238.93 | 0.47 | 0.24 |
Hex | 20 | 21 | 58 | 40 | 3E | 0 | 41 | EF | 2F | 18 |
Octal | 40 | 41 | 130 | 100 | 76 | 0 | 101 | 357 | 57 | 30 |
Binary | 100000 | 100001 | 1011000 | 1000000 | 111110 | 0 | 1000001 | 11101111 | 101111 | 11000 |
Color Harmonies of #202158
Complementary color
Monochromatic Colors of #202158
Black with #202158
Text Example
Text Example
White with #202158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202158; }
p { color: rgb(32,33,88); }
H1.HeaderClassName
{
color: #202158;
}
.AnyTagClassName
{
color: #202158;
}
</style>
background-color css
<style>
a { background-color: #202158; }
a { background-color: rgb(32,33,88); }
div.DivClassName
{
background-color: #202158;
}
.BgClassName
{
background-color: #202158;
}
</style>
border-color css
<style>
span { border-color: #202158; }
span { border-color: rgb(32,33,88); }
td.TdClassName
{
border-color: #202158;
}
.TagClassName
{
border-color: #202158;
}
</style>