#222150

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

Shades of Paua #222150

Tints of Paua #222150

Color information

#222150 (or 0x222150) is unknown color: approx Paua. HEX triplet: 22, 21 and 50. RGB value is (34,33,80). Sum of RGB (Red+Green+Blue) = 34+33+80=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #222150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222150 is #DDDEAF. Grayscale: #262626. Windows color (decimal): -14540464 or 5251362. OLE color: 5251362.

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

Color convert

RGB343380-
CMYK0.580.5900.69
HSL241.28º41.59%22.16%-
HSV(B)241.28º58.75%31.37%-
XYZ2.652.017.84-
YUV38.66151.33124.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.13%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 80 (31.64% from 255) = 54.42%
R=23.13%
G=22.45%
B=54.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3433800.580.5900.69241.2841.5922.16
Hex2221503A3B045f12a16
Octal4241120727301053615226
Binary1000101000011010000111010111011010001011111000110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222150; }

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

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

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

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

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

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

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

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