#20225A

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

Shades of Paua #20225A

Tints of Paua #20225A

Color information

#20225A (or 0x20225A) is unknown color: approx Paua. HEX triplet: 20, 22 and 5A. RGB value is (32,34,90). Sum of RGB (Red+Green+Blue) = 32+34+90=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #20225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20225A is #DFDDA5. Grayscale: #272727. Windows color (decimal): -14671270 or 5906976. OLE color: 5906976.

HSL color Cylindrical-coordinate representation of color #20225A: hue angle of 237.93º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #20225A is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB323490-
CMYK0.640.6200.65
HSL237.93º47.54%23.92%-
HSV(B)237.93º64.44%35.29%-
XYZ3.012.199.94-
YUV39.79156.34122.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.51%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 90 (35.55% from 255) = 57.69%
R=20.51%
G=21.79%
B=57.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3234900.640.6200.65237.9347.5423.92
Hex20225A403E041ee3018
Octal40421321007601013566030
Binary10000010001010110101000000111110010000011110111011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20225A; }

 p { color: rgb(32,34,90); }

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

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

 a { background-color: rgb(32,34,90); }

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

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

 span { border-color: rgb(32,34,90); }

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