#22155B

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

Shades of Paua #22155B

Tints of Paua #22155B

Color information

#22155B (or 0x22155B) is unknown color: approx Paua. HEX triplet: 22, 15 and 5B. RGB value is (34,21,91). Sum of RGB (Red+Green+Blue) = 34+21+91=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #22155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22155B is #DDEAA4. Grayscale: #202020. Windows color (decimal): -14543525 or 5969186. OLE color: 5969186.

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

Color convert

RGB342191-
CMYK0.630.7700.64
HSL251.14º62.5%21.96%-
HSV(B)251.14º76.92%35.69%-
XYZ2.821.6310.06-
YUV32.87160.81128.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.29%
GREEN value IS 21 (8.59% from 255) = 14.38%
BLUE value IS 91 (35.94% from 255) = 62.33%
R=23.29%
G=14.38%
B=62.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3421910.630.7700.64251.1462.521.96
Hex22155B3F4D040fb3e16
Octal42251337711501003737626
Binary1000101010110110111111111001101010000001111101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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