#202053

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

Shades of Paua #202053

Tints of Paua #202053

Color information

#202053 (or 0x202053) is unknown color: approx Paua. HEX triplet: 20, 20 and 53. RGB value is (32,32,83). Sum of RGB (Red+Green+Blue) = 32+32+83=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #202053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202053 is #DFDFAC. Grayscale: #252525. Windows color (decimal): -14671789 or 5447712. OLE color: 5447712.

HSL color Cylindrical-coordinate representation of color #202053: hue angle of 240º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #202053 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB323283-
CMYK0.610.6100.67
HSL240º44.35%22.55%-
HSV(B)240º61.45%32.55%-
XYZ2.671.968.42-
YUV37.81153.5123.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.77%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 83 (32.81% from 255) = 56.46%
R=21.77%
G=21.77%
B=56.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3232830.610.6100.6724044.3522.55
Hex2020533D3D043f02c17
Octal4040123757501033605427
Binary1000001000001010011111101111101010000111111000010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202053; }

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

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

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

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

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

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

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

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