#22165B

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

Shades of Paua #22165B

Tints of Paua #22165B

Color information

#22165B (or 0x22165B) is unknown color: approx Paua. HEX triplet: 22, 16 and 5B. RGB value is (34,22,91). Sum of RGB (Red+Green+Blue) = 34+22+91=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #22165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22165B is #DDE9A4. Grayscale: #212121. Windows color (decimal): -14543269 or 5969442. OLE color: 5969442.

HSL color Cylindrical-coordinate representation of color #22165B: hue angle of 250.43º 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 #22165B is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB342291-
CMYK0.630.7600.64
HSL250.43º61.06%22.16%-
HSV(B)250.43º75.82%35.69%-
XYZ2.831.6710.07-
YUV33.45160.48128.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.13%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 91 (35.94% from 255) = 61.90%
R=23.13%
G=14.97%
B=61.90%

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
Decimal3422910.630.7600.64250.4361.0622.16
Hex22165B3F4C040fa3d16
Octal42261337711401003727526
Binary1000101011010110111111111001100010000001111101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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