#22205A

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

Shades of Paua #22205A

Tints of Paua #22205A

Color information

#22205A (or 0x22205A) is unknown color: approx Paua. HEX triplet: 22, 20 and 5A. RGB value is (34,32,90). Sum of RGB (Red+Green+Blue) = 34+32+90=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 32 (12.89% from 255 or 20.51% 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 #22205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22205A is #DDDFA5. Grayscale: #262626. Windows color (decimal): -14540710 or 5906466. OLE color: 5906466.

HSL color Cylindrical-coordinate representation of color #22205A: hue angle of 242.07º 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 #22205A is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB343290-
CMYK0.620.6400.65
HSL242.07º47.54%23.92%-
HSV(B)242.07º64.44%35.29%-
XYZ3.022.119.92-
YUV39.21156.66124.28-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3432900.620.6400.65242.0747.5423.92
Hex22205A3E40041f23018
Octal42401327610001013626030
Binary10001010000010110101111101000000010000011111001011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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