#202051

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

Shades of Paua #202051

Tints of Paua #202051

Color information

#202051 (or 0x202051) is unknown color: approx Paua. HEX triplet: 20, 20 and 51. RGB value is (32,32,81). Sum of RGB (Red+Green+Blue) = 32+32+81=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 81 (32.03% from 255 or 55.86% from 145); Max value from RGB is 81 - color contains mainly: blue. Hex color #202051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202051 is #DFDFAE. Grayscale: #252525. Windows color (decimal): -14671791 or 5316640. OLE color: 5316640.

HSL color Cylindrical-coordinate representation of color #202051: hue angle of 240º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #202051 is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB323281-
CMYK0.600.6000.68
HSL240º43.36%22.16%-
HSV(B)240º60.49%31.76%-
XYZ2.61.938.02-
YUV37.59152.5124.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.07%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 81 (32.03% from 255) = 55.86%
R=22.07%
G=22.07%
B=55.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3232810.600.6000.6824043.3622.16
Hex2020513C3C044f02b16
Octal4040121747401043605326
Binary1000001000001010001111100111100010001001111000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202051; }

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

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

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

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

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

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

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

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