#222059

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

Shades of Paua #222059

Tints of Paua #222059

Color information

#222059 (or 0x222059) is unknown color: approx Paua. HEX triplet: 22, 20 and 59. RGB value is (34,32,89). Sum of RGB (Red+Green+Blue) = 34+32+89=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #222059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222059 is #DDDFA6. Grayscale: #262626. Windows color (decimal): -14540711 or 5840930. OLE color: 5840930.

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

Color convert

RGB343289-
CMYK0.620.6400.65
HSL242.11º47.11%23.73%-
HSV(B)242.11º64.04%34.9%-
XYZ2.982.099.7-
YUV39.1156.16124.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.94%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 89 (35.16% from 255) = 57.42%
R=21.94%
G=20.65%
B=57.42%

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
Decimal3432890.620.6400.65242.1147.1123.73
Hex2220593E40041f22f18
Octal42401317610001013625730
Binary10001010000010110011111101000000010000011111001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222059; }

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

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

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

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

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

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

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

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