#222051

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

Shades of Paua #222051

Tints of Paua #222051

Color information

#222051 (or 0x222051) is unknown color: approx Paua. HEX triplet: 22, 20 and 51. RGB value is (34,32,81). Sum of RGB (Red+Green+Blue) = 34+32+81=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #222051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222051 is #DDDFAE. Grayscale: #252525. Windows color (decimal): -14540719 or 5316642. OLE color: 5316642.

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

Color convert

RGB343281-
CMYK0.580.6000.68
HSL242.45º43.36%22.16%-
HSV(B)242.45º60.49%31.76%-
XYZ2.661.978.02-
YUV38.18152.16125.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.13%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=23.13%
G=21.77%
B=55.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3432810.580.6000.68242.4543.3622.16
Hex2220513A3C044f22b16
Octal4240121727401043625326
Binary1000101000001010001111010111100010001001111001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222051; }

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

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

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

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

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

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

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

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