#22204E

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

Shades of Paua #22204E

Tints of Paua #22204E

Color information

#22204E (or 0x22204E) is unknown color: approx Paua. HEX triplet: 22, 20 and 4E. RGB value is (34,32,78). Sum of RGB (Red+Green+Blue) = 34+32+78=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #22204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22204E is #DDDFB1. Grayscale: #252525. Windows color (decimal): -14540722 or 5120034. OLE color: 5120034.

HSL color Cylindrical-coordinate representation of color #22204E: hue angle of 242.61º 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 #22204E is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB343278-
CMYK0.560.5900.69
HSL242.61º41.82%21.57%-
HSV(B)242.61º58.97%30.59%-
XYZ2.551.927.44-
YUV37.84150.66125.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.61%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 78 (30.86% from 255) = 54.17%
R=23.61%
G=22.22%
B=54.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3432780.560.5900.69242.6141.8221.57
Hex22204E383B045f32a16
Octal4240116707301053635226
Binary1000101000001001110111000111011010001011111001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22204E; }

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

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

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

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

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

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

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

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