#201554

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

Shades of Paua #201554

Tints of Paua #201554

Color information

#201554 (or 0x201554) is unknown color: approx Paua. HEX triplet: 20, 15 and 54. RGB value is (32,21,84). Sum of RGB (Red+Green+Blue) = 32+21+84=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 84 (33.20% from 255 or 61.31% from 137); Max value from RGB is 84 - color contains mainly: blue. Hex color #201554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201554 is #DFEAAB. Grayscale: #1F1F1F. Windows color (decimal): -14674604 or 5510432. OLE color: 5510432.

HSL color Cylindrical-coordinate representation of color #201554: hue angle of 250.48º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201554 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB322184-
CMYK0.620.7500.67
HSL250.48º60%20.59%-
HSV(B)250.48º75%32.94%-
XYZ2.461.488.54-
YUV31.47157.64128.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.36%
GREEN value IS 21 (8.59% from 255) = 15.33%
BLUE value IS 84 (33.20% from 255) = 61.31%
R=23.36%
G=15.33%
B=61.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3221840.620.7500.67250.486020.59
Hex2015543E4B043fa3c15
Octal40251247611301033727425
Binary1000001010110101001111101001011010000111111101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201554; }

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

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

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

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

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

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

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

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