#202049

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

Shades of Paua #202049

Tints of Paua #202049

Color information

#202049 (or 0x202049) is unknown color: approx Paua. HEX triplet: 20, 20 and 49. RGB value is (32,32,73). Sum of RGB (Red+Green+Blue) = 32+32+73=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #202049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202049 is #DFDFB6. Grayscale: #242424. Windows color (decimal): -14671799 or 4792352. OLE color: 4792352.

HSL color Cylindrical-coordinate representation of color #202049: hue angle of 240º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #202049 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB323273-
CMYK0.560.5600.71
HSL240º39.05%20.59%-
HSV(B)240º56.16%28.63%-
XYZ2.311.826.53-
YUV36.67148.5124.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.36%
GREEN value IS 32 (12.89% from 255) = 23.36%
BLUE value IS 73 (28.91% from 255) = 53.28%
R=23.36%
G=23.36%
B=53.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3232730.560.5600.7124039.0520.59
Hex2020493838047f02715
Octal4040111707001073604725
Binary1000001000001001001111000111000010001111111000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202049; }

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

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

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

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

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

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

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

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