#20205B

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

Shades of Paua #20205B

Tints of Paua #20205B

Color information

#20205B (or 0x20205B) is unknown color: approx Paua. HEX triplet: 20, 20 and 5B. RGB value is (32,32,91). Sum of RGB (Red+Green+Blue) = 32+32+91=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #20205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20205B is #DFDFA4. Grayscale: #262626. Windows color (decimal): -14671781 or 5972000. OLE color: 5972000.

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

Color convert

RGB323291-
CMYK0.650.6500.64
HSL240º47.97%24.12%-
HSV(B)240º64.84%35.69%-
XYZ32.110.14-
YUV38.73157.5123.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.65%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 91 (35.94% from 255) = 58.71%
R=20.65%
G=20.65%
B=58.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3232910.650.6500.6424047.9724.12
Hex20205B4141040f03018
Octal404013310110101003606030
Binary100000100000101101110000011000001010000001111000011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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