#202158

Color #202158 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #202158

Tints of Paua #202158

Color information

#202158 (or 0x202158) is unknown color: approx 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

RGB323388-
CMYK0.640.6200.65
HSL238.93º46.67%23.53%-
HSV(B)238.93º63.64%34.51%-
XYZ2.92.19.48-
YUV38.97155.67123.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 20.92%
GREEN value IS 33 (13.28% from 255) = 21.57%
BLUE value IS 88 (34.77% from 255) = 57.52%
R=20.92%
G=21.57%
B=57.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3233880.640.6200.65238.9346.6723.53
Hex202158403E041ef2f18
Octal40411301007601013575730
Binary10000010000110110001000000111110010000011110111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>