#22195B

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

Shades of Paua #22195B

Tints of Paua #22195B

Color information

#22195B (or 0x22195B) is unknown color: approx Paua. HEX triplet: 22, 19 and 5B. RGB value is (34,25,91). Sum of RGB (Red+Green+Blue) = 34+25+91=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #22195B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22195B is #DDE6A4. Grayscale: #222222. Windows color (decimal): -14542501 or 5970210. OLE color: 5970210.

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

Color convert

RGB342591-
CMYK0.630.7300.64
HSL248.18º56.9%22.75%-
HSV(B)248.18º72.53%35.69%-
XYZ2.91.7910.09-
YUV35.22159.48127.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.67%
GREEN value IS 25 (10.16% from 255) = 16.67%
BLUE value IS 91 (35.94% from 255) = 60.67%
R=22.67%
G=16.67%
B=60.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3425910.630.7300.64248.1856.922.75
Hex22195B3F49040f83917
Octal42311337711101003707127
Binary1000101100110110111111111001001010000001111100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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