#20205D

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

Shades of Paua #20205D

Tints of Paua #20205D

Color information

#20205D (or 0x20205D) is unknown color: approx Paua. HEX triplet: 20, 20 and 5D. RGB value is (32,32,93). Sum of RGB (Red+Green+Blue) = 32+32+93=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #20205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20205D is #DFDFA2. Grayscale: #262626. Windows color (decimal): -14671779 or 6103072. OLE color: 6103072.

HSL color Cylindrical-coordinate representation of color #20205D: hue angle of 240º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20205D is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB323293-
CMYK0.660.6600.64
HSL240º48.8%24.51%-
HSV(B)240º65.59%36.47%-
XYZ3.092.1310.6-
YUV38.95158.5123.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.38%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 93 (36.72% from 255) = 59.24%
R=20.38%
G=20.38%
B=59.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3232930.660.6600.6424048.824.51
Hex20205D4242040f03119
Octal404013510210201003606131
Binary100000100000101110110000101000010010000001111000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20205D; }

 p { color: rgb(32,32,93); }

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

<style>
 a { background-color: #20205D; }

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

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

<style>
 span { border-color: #20205D; }

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

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