#22115D

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

Shades of Paua #22115D

Tints of Paua #22115D

Color information

#22115D (or 0x22115D) is unknown color: approx Paua. HEX triplet: 22, 11 and 5D. RGB value is (34,17,93). Sum of RGB (Red+Green+Blue) = 34+17+93=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #22115D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22115D is #DDEEA2. Grayscale: #1E1E1E. Windows color (decimal): -14544547 or 6099234. OLE color: 6099234.

HSL color Cylindrical-coordinate representation of color #22115D: hue angle of 253.42º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22115D is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB341793-
CMYK0.630.8200.64
HSL253.42º69.09%21.57%-
HSV(B)253.42º81.72%36.47%-
XYZ2.841.5310.5-
YUV30.75163.13130.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.61%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 93 (36.72% from 255) = 64.58%
R=23.61%
G=11.81%
B=64.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3417930.630.8200.64253.4269.0921.57
Hex22115D3F52040fd4516
Octal422113577122010037510526
Binary10001010001101110111111110100100100000011111101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22115D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22115D; }

 p { color: rgb(34,17,93); }

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

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

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

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

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

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

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