#22165C

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

Shades of Paua #22165C

Tints of Paua #22165C

Color information

#22165C (or 0x22165C) is unknown color: approx Paua. HEX triplet: 22, 16 and 5C. RGB value is (34,22,92). Sum of RGB (Red+Green+Blue) = 34+22+92=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #22165C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22165C is #DDE9A3. Grayscale: #212121. Windows color (decimal): -14543268 or 6034978. OLE color: 6034978.

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

Color convert

RGB342292-
CMYK0.630.7600.64
HSL250.29º61.4%22.35%-
HSV(B)250.29º76.09%36.08%-
XYZ2.881.6910.3-
YUV33.57160.98128.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.97%
GREEN value IS 22 (8.98% from 255) = 14.86%
BLUE value IS 92 (36.33% from 255) = 62.16%
R=22.97%
G=14.86%
B=62.16%

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
Decimal3422920.630.7600.64250.2961.422.35
Hex22165C3F4C040fa3d16
Octal42261347711401003727526
Binary1000101011010111001111111001100010000001111101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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