#222050

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

Shades of Paua #222050

Tints of Paua #222050

Color information

#222050 (or 0x222050) is unknown color: approx Paua. HEX triplet: 22, 20 and 50. RGB value is (34,32,80). Sum of RGB (Red+Green+Blue) = 34+32+80=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #222050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222050 is #DDDFAF. Grayscale: #252525. Windows color (decimal): -14540720 or 5251106. OLE color: 5251106.

HSL color Cylindrical-coordinate representation of color #222050: hue angle of 242.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #222050 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB343280-
CMYK0.580.6000.69
HSL242.5º42.86%21.96%-
HSV(B)242.5º60%31.37%-
XYZ2.621.957.83-
YUV38.07151.66125.1-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.29%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 80 (31.64% from 255) = 54.79%
R=23.29%
G=21.92%
B=54.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3432800.580.6000.69242.542.8621.96
Hex2220503A3C045f22b16
Octal4240120727401053625326
Binary1000101000001010000111010111100010001011111001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222050; }

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

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

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

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

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

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

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

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