#201354

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

Shades of Paua #201354

Tints of Paua #201354

Color information

#201354 (or 0x201354) is unknown color: approx Paua. HEX triplet: 20, 13 and 54. RGB value is (32,19,84). Sum of RGB (Red+Green+Blue) = 32+19+84=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 84 (33.20% from 255 or 62.22% from 135); Max value from RGB is 84 - color contains mainly: blue. Hex color #201354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201354 is #DFECAB. Grayscale: #1E1E1E. Windows color (decimal): -14675116 or 5509920. OLE color: 5509920.

HSL color Cylindrical-coordinate representation of color #201354: hue angle of 252º 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 #201354 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB321984-
CMYK0.620.7700.67
HSL252º63.11%20.2%-
HSV(B)252º77.38%32.94%-
XYZ2.431.418.53-
YUV30.3158.31129.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.70%
GREEN value IS 19 (7.81% from 255) = 14.07%
BLUE value IS 84 (33.20% from 255) = 62.22%
R=23.70%
G=14.07%
B=62.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3219840.620.7700.6725263.1120.2
Hex2013543E4D043fc3f14
Octal40231247611501033747724
Binary1000001001110101001111101001101010000111111110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201354; }

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

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

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

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

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

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

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

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