#202057

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

Shades of Paua #202057

Tints of Paua #202057

Color information

#202057 (or 0x202057) is unknown color: approx Paua. HEX triplet: 20, 20 and 57. RGB value is (32,32,87). Sum of RGB (Red+Green+Blue) = 32+32+87=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #202057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202057 is #DFDFA8. Grayscale: #262626. Windows color (decimal): -14671785 or 5709856. OLE color: 5709856.

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

Color convert

RGB323287-
CMYK0.630.6300.66
HSL240º46.22%23.33%-
HSV(B)240º63.22%34.12%-
XYZ2.832.039.26-
YUV38.27155.5123.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.19%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 87 (34.38% from 255) = 57.62%
R=21.19%
G=21.19%
B=57.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3232870.630.6300.6624046.2223.33
Hex2020573F3F042f02e17
Octal4040127777701023605627
Binary1000001000001010111111111111111010000101111000010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202057; }

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

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

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

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

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

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

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

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