#201357

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

Shades of Paua #201357

Tints of Paua #201357

Color information

#201357 (or 0x201357) is unknown color: approx Paua. HEX triplet: 20, 13 and 57. RGB value is (32,19,87). Sum of RGB (Red+Green+Blue) = 32+19+87=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 87 (34.38% from 255 or 63.04% from 138); Max value from RGB is 87 - color contains mainly: blue. Hex color #201357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201357 is #DFECA8. Grayscale: #1E1E1E. Windows color (decimal): -14675113 or 5706528. OLE color: 5706528.

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

Color convert

RGB321987-
CMYK0.630.7800.66
HSL251.47º64.15%20.78%-
HSV(B)251.47º78.16%34.12%-
XYZ2.551.469.16-
YUV30.64159.81128.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.19%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 87 (34.38% from 255) = 63.04%
R=23.19%
G=13.77%
B=63.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3219870.630.7800.66251.4764.1520.78
Hex2013573F4E042fb4015
Octal402312777116010237310025
Binary10000010011101011111111110011100100001011111011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201357; }

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

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

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

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

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

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

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

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