#22175c

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

Shades of Paua #22175C

Tints of Paua #22175C

Color information

#22175C (or 0x22175C) is unknown color: approx Paua. HEX triplet: 22, 17 and 5C. RGB value is (34,23,92). Sum of RGB (Red+Green+Blue) = 34+23+92=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #22175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22175C is #DDE8A3. Grayscale: #212121. Windows color (decimal): -14543012 or 6035234. OLE color: 6035234.

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

Color convert

RGB342392-
CMYK0.630.7500.64
HSL249.57º60%22.55%-
HSV(B)249.57º75%36.08%-
XYZ2.91.7310.31-
YUV34.16160.64127.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 23 (9.38% from 255) = 15.44%
BLUE value IS 92 (36.33% from 255) = 61.74%
R=22.82%
G=15.44%
B=61.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3423920.630.7500.64249.576022.55
Hex22175C3F4B040fa3c17
Octal42271347711301003727427
Binary1000101011110111001111111001011010000001111101011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22175c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22175c; }

 p { color: rgb(34,23,92); }

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

<style>
 a { background-color: #22175c; }

 a { background-color: rgb(34,23,92); }

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

<style>
 span { border-color: #22175c; }

 span { border-color: rgb(34,23,92); }

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