#22115B

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

Shades of Paua #22115B

Tints of Paua #22115B

Color information

#22115B (or 0x22115B) is unknown color: approx Paua. HEX triplet: 22, 11 and 5B. RGB value is (34,17,91). Sum of RGB (Red+Green+Blue) = 34+17+91=142 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.94% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 91 (35.94% from 255 or 64.08% from 142); Max value from RGB is 91 - color contains mainly: blue. Hex color #22115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22115B is #DDEEA4. Grayscale: #1E1E1E. Windows color (decimal): -14544549 or 5968162. OLE color: 5968162.

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

Color convert

RGB341791-
CMYK0.630.8100.64
HSL253.78º68.52%21.18%-
HSV(B)253.78º81.32%35.69%-
XYZ2.751.510.04-
YUV30.52162.13130.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.94%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 91 (35.94% from 255) = 64.08%
R=23.94%
G=11.97%
B=64.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3417910.630.8100.64253.7868.5221.18
Hex22115B3F51040fe4515
Octal422113377121010037610525
Binary10001010001101101111111110100010100000011111110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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