#222250

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

Shades of Paua #222250

Tints of Paua #222250

Color information

#222250 (or 0x222250) is unknown color: approx Paua. HEX triplet: 22, 22 and 50. RGB value is (34,34,80). Sum of RGB (Red+Green+Blue) = 34+34+80=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #222250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222250 is #DDDDAF. Grayscale: #272727. Windows color (decimal): -14540208 or 5251618. OLE color: 5251618.

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

Color convert

RGB343480-
CMYK0.580.5800.69
HSL240º40.35%22.35%-
HSV(B)240º57.5%31.37%-
XYZ2.682.067.85-
YUV39.24151124.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.97%
GREEN value IS 34 (13.67% from 255) = 22.97%
BLUE value IS 80 (31.64% from 255) = 54.05%
R=22.97%
G=22.97%
B=54.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3434800.580.5800.6924040.3522.35
Hex2222503A3A045f02816
Octal4242120727201053605026
Binary1000101000101010000111010111010010001011111000010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222250; }

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

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

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

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

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

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

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

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