#201353

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

Shades of Paua #201353

Tints of Paua #201353

Color information

#201353 (or 0x201353) is unknown color: approx Paua. HEX triplet: 20, 13 and 53. RGB value is (32,19,83). Sum of RGB (Red+Green+Blue) = 32+19+83=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #201353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201353 is #DFECAC. Grayscale: #1D1D1D. Windows color (decimal): -14675117 or 5444384. OLE color: 5444384.

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

Color convert

RGB321983-
CMYK0.610.7700.67
HSL252.19º62.75%20%-
HSV(B)252.19º77.11%32.55%-
XYZ2.391.48.33-
YUV30.18157.81129.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.88%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 83 (32.81% from 255) = 61.94%
R=23.88%
G=14.18%
B=61.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3219830.610.7700.67252.1962.7520
Hex2013533D4D043fc3f14
Octal40231237511501033747724
Binary1000001001110100111111011001101010000111111110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201353; }

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

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

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

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

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

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

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

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