#22165D

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

Shades of Paua #22165D

Tints of Paua #22165D

Color information

#22165D (or 0x22165D) is unknown color: approx Paua. HEX triplet: 22, 16 and 5D. RGB value is (34,22,93). Sum of RGB (Red+Green+Blue) = 34+22+93=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #22165D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22165D is #DDE9A2. Grayscale: #212121. Windows color (decimal): -14543267 or 6100514. OLE color: 6100514.

HSL color Cylindrical-coordinate representation of color #22165D: hue angle of 250.14º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22165D is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB342293-
CMYK0.630.7600.64
HSL250.14º61.74%22.55%-
HSV(B)250.14º76.34%36.47%-
XYZ2.921.710.53-
YUV33.68161.48128.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 22 (8.98% from 255) = 14.77%
BLUE value IS 93 (36.72% from 255) = 62.42%
R=22.82%
G=14.77%
B=62.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3422930.630.7600.64250.1461.7422.55
Hex22165D3F4C040fa3e17
Octal42261357711401003727627
Binary1000101011010111011111111001100010000001111101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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