#221556

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

Shades of Paua #221556

Tints of Paua #221556

Color information

#221556 (or 0x221556) is unknown color: approx Paua. HEX triplet: 22, 15 and 56. RGB value is (34,21,86). Sum of RGB (Red+Green+Blue) = 34+21+86=141 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.11% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 86 (33.98% from 255 or 60.99% from 141); Max value from RGB is 86 - color contains mainly: blue. Hex color #221556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221556 is #DDEAA9. Grayscale: #202020. Windows color (decimal): -14543530 or 5641506. OLE color: 5641506.

HSL color Cylindrical-coordinate representation of color #221556: hue angle of 252º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #221556 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB342186-
CMYK0.600.7600.66
HSL252º60.75%20.98%-
HSV(B)252º75.58%33.73%-
XYZ2.611.558.97-
YUV32.3158.31129.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.11%
GREEN value IS 21 (8.59% from 255) = 14.89%
BLUE value IS 86 (33.98% from 255) = 60.99%
R=24.11%
G=14.89%
B=60.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3421860.600.7600.6625260.7520.98
Hex2215563C4C042fc3d15
Octal42251267411401023747525
Binary1000101010110101101111001001100010000101111110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221556; }

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

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

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

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

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

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

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

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