#22155A

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

Shades of Paua #22155A

Tints of Paua #22155A

Color information

#22155A (or 0x22155A) is unknown color: approx Paua. HEX triplet: 22, 15 and 5A. RGB value is (34,21,90). Sum of RGB (Red+Green+Blue) = 34+21+90=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #22155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22155A is #DDEAA5. Grayscale: #202020. Windows color (decimal): -14543526 or 5903650. OLE color: 5903650.

HSL color Cylindrical-coordinate representation of color #22155A: hue angle of 251.3º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #22155A is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB342190-
CMYK0.620.7700.65
HSL251.3º62.16%21.76%-
HSV(B)251.3º76.67%35.29%-
XYZ2.771.619.84-
YUV32.75160.31128.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.45%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 90 (35.55% from 255) = 62.07%
R=23.45%
G=14.48%
B=62.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3421900.620.7700.65251.362.1621.76
Hex22155A3E4D041fb3e16
Octal42251327611501013737626
Binary1000101010110110101111101001101010000011111101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22155A; }

 p { color: rgb(34,21,90); }

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

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

 a { background-color: rgb(34,21,90); }

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

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

 span { border-color: rgb(34,21,90); }

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