#222047

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

Shades of Paua #222047

Tints of Paua #222047

Color information

#222047 (or 0x222047) is unknown color: approx Paua. HEX triplet: 22, 20 and 47. RGB value is (34,32,71). Sum of RGB (Red+Green+Blue) = 34+32+71=137 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.82% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #222047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222047 is #DDDFB8. Grayscale: #242424. Windows color (decimal): -14540729 or 4661282. OLE color: 4661282.

HSL color Cylindrical-coordinate representation of color #222047: hue angle of 243.08º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #222047 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB343271-
CMYK0.520.5500.72
HSL243.08º37.86%20.2%-
HSV(B)243.08º54.93%27.84%-
XYZ2.311.836.19-
YUV37.04147.16125.83-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.82%
GREEN value IS 32 (12.89% from 255) = 23.36%
BLUE value IS 71 (28.12% from 255) = 51.82%
R=24.82%
G=23.36%
B=51.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3432710.520.5500.72243.0837.8620.2
Hex2220473437048f32614
Octal4240107646701103634624
Binary1000101000001000111110100110111010010001111001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222047; }

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

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

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

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

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

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

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

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