#22165A

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

Shades of Paua #22165A

Tints of Paua #22165A

Color information

#22165A (or 0x22165A) is unknown color: approx Paua. HEX triplet: 22, 16 and 5A. RGB value is (34,22,90). Sum of RGB (Red+Green+Blue) = 34+22+90=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #22165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22165A is #DDE9A5. Grayscale: #212121. Windows color (decimal): -14543270 or 5903906. OLE color: 5903906.

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

Color convert

RGB342290-
CMYK0.620.7600.65
HSL250.59º60.71%21.96%-
HSV(B)250.59º75.56%35.29%-
XYZ2.791.659.84-
YUV33.34159.98128.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.29%
GREEN value IS 22 (8.98% from 255) = 15.07%
BLUE value IS 90 (35.55% from 255) = 61.64%
R=23.29%
G=15.07%
B=61.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3422900.620.7600.65250.5960.7121.96
Hex22165A3E4C041fb3d16
Octal42261327611401013737526
Binary1000101011010110101111101001100010000011111101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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