#222049

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

Shades of Paua #222049

Tints of Paua #222049

Color information

#222049 (or 0x222049) is unknown color: approx Paua. HEX triplet: 22, 20 and 49. RGB value is (34,32,73). Sum of RGB (Red+Green+Blue) = 34+32+73=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #222049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222049 is #DDDFB6. Grayscale: #252525. Windows color (decimal): -14540727 or 4792354. OLE color: 4792354.

HSL color Cylindrical-coordinate representation of color #222049: hue angle of 242.93º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #222049 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB343273-
CMYK0.530.5600.71
HSL242.93º39.05%20.59%-
HSV(B)242.93º56.16%28.63%-
XYZ2.381.856.54-
YUV37.27148.16125.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.46%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 73 (28.91% from 255) = 52.52%
R=24.46%
G=23.02%
B=52.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3432730.530.5600.71242.9339.0520.59
Hex2220493538047f32715
Octal4240111657001073634725
Binary1000101000001001001110101111000010001111111001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222049; }

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

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

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

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

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

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

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

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