#222055

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

Shades of Paua #222055

Tints of Paua #222055

Color information

#222055 (or 0x222055) is unknown color: approx Paua. HEX triplet: 22, 20 and 55. RGB value is (34,32,85). Sum of RGB (Red+Green+Blue) = 34+32+85=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #222055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222055 is #DDDFAA. Grayscale: #262626. Windows color (decimal): -14540715 or 5578786. OLE color: 5578786.

HSL color Cylindrical-coordinate representation of color #222055: hue angle of 242.26º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #222055 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB343285-
CMYK0.600.6200.67
HSL242.26º45.3%22.94%-
HSV(B)242.26º62.35%33.33%-
XYZ2.822.038.84-
YUV38.64154.16124.69-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.52%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 85 (33.59% from 255) = 56.29%
R=22.52%
G=21.19%
B=56.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3432850.600.6200.67242.2645.322.94
Hex2220553C3E043f22d17
Octal4240125747601033625527
Binary1000101000001010101111100111110010000111111001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222055; }

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

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

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

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

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

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

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

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