#22215C

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

Shades of Paua #22215C

Tints of Paua #22215C

Color information

#22215C (or 0x22215C) is unknown color: approx Paua. HEX triplet: 22, 21 and 5C. RGB value is (34,33,92). Sum of RGB (Red+Green+Blue) = 34+33+92=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #22215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22215C is #DDDEA3. Grayscale: #272727. Windows color (decimal): -14540452 or 6037794. OLE color: 6037794.

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

Color convert

RGB343392-
CMYK0.630.6400.64
HSL241.02º47.2%24.51%-
HSV(B)241.02º64.13%36.08%-
XYZ3.142.210.38-
YUV40.02157.33123.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.38%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 92 (36.33% from 255) = 57.86%
R=21.38%
G=20.75%
B=57.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3433920.630.6400.64241.0247.224.51
Hex22215C3F40040f12f19
Octal42411347710001003615731
Binary10001010000110111001111111000000010000001111000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22215C; }

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

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

<style>
 a { background-color: #22215C; }

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

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

<style>
 span { border-color: #22215C; }

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

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