#222251

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

Shades of Paua #222251

Tints of Paua #222251

Color information

#222251 (or 0x222251) is unknown color: approx Paua. HEX triplet: 22, 22 and 51. RGB value is (34,34,81). Sum of RGB (Red+Green+Blue) = 34+34+81=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #222251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222251 is #DDDDAE. Grayscale: #272727. Windows color (decimal): -14540207 or 5317154. OLE color: 5317154.

HSL color Cylindrical-coordinate representation of color #222251: hue angle of 240º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #222251 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB343481-
CMYK0.580.5800.68
HSL240º40.87%22.55%-
HSV(B)240º58.02%31.76%-
XYZ2.722.088.04-
YUV39.36151.5124.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 34 (13.67% from 255) = 22.82%
BLUE value IS 81 (32.03% from 255) = 54.36%
R=22.82%
G=22.82%
B=54.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3434810.580.5800.6824040.8722.55
Hex2222513A3A044f02917
Octal4242121727201043605127
Binary1000101000101010001111010111010010001001111000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222251; }

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

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

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

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

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

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

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

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