#20215C

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

Shades of Paua #20215C

Tints of Paua #20215C

Color information

#20215C (or 0x20215C) is unknown color: approx Paua. HEX triplet: 20, 21 and 5C. RGB value is (32,33,92). Sum of RGB (Red+Green+Blue) = 32+33+92=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #20215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20215C is #DFDEA3. Grayscale: #272727. Windows color (decimal): -14671524 or 6037792. OLE color: 6037792.

HSL color Cylindrical-coordinate representation of color #20215C: hue angle of 239º 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 #20215C is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB323392-
CMYK0.650.6400.64
HSL239º48.39%24.31%-
HSV(B)239º65.22%36.08%-
XYZ3.072.1710.38-
YUV39.43157.67122.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.38%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 92 (36.33% from 255) = 58.60%
R=20.38%
G=21.02%
B=58.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3233920.650.6400.6423948.3924.31
Hex20215C4140040ef3018
Octal404113410110001003576030
Binary100000100001101110010000011000000010000001110111111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20215C; }

 p { color: rgb(32,33,92); }

 H1.HeaderClassName
 {
   color: #20215C;
 }
 .AnyTagClassName
 {
   color: #20215C;
 }
</style>
background-color css

<style>
 a { background-color: #20215C; }

 a { background-color: rgb(32,33,92); }

 div.DivClassName
 {
   background-color: #20215C;
 }
 .BgClassName
 {
   background-color: #20215C;
 }
</style>
border-color css

<style>
 span { border-color: #20215C; }

 span { border-color: rgb(32,33,92); }

 td.TdClassName
 {
   border-color: #20215C;
 }
 .TagClassName
 {
   border-color: #20215C;
 }
</style>