#20155E

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

Shades of Paua #20155E

Tints of Paua #20155E

Color information

#20155E (or 0x20155E) is unknown color: approx Paua. HEX triplet: 20, 15 and 5E. RGB value is (32,21,94). Sum of RGB (Red+Green+Blue) = 32+21+94=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #20155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20155E is #DFEAA1. Grayscale: #202020. Windows color (decimal): -14674594 or 6165792. OLE color: 6165792.

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

Color convert

RGB322194-
CMYK0.660.7800.63
HSL249.04º63.48%22.55%-
HSV(B)249.04º77.66%36.86%-
XYZ2.881.6510.76-
YUV32.61162.64127.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.77%
GREEN value IS 21 (8.59% from 255) = 14.29%
BLUE value IS 94 (37.11% from 255) = 63.95%
R=21.77%
G=14.29%
B=63.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3221940.660.7800.63249.0463.4822.55
Hex20155E424E03Ff93f17
Octal40251361021160773717727
Binary1000001010110111101000010100111001111111111100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20155E; }

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

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

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

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

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

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

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

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