#221557

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

Shades of Paua #221557

Tints of Paua #221557

Color information

#221557 (or 0x221557) is unknown color: approx Paua. HEX triplet: 22, 15 and 57. RGB value is (34,21,87). Sum of RGB (Red+Green+Blue) = 34+21+87=142 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.94% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 87 (34.38% from 255 or 61.27% from 142); Max value from RGB is 87 - color contains mainly: blue. Hex color #221557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221557 is #DDEAA8. Grayscale: #202020. Windows color (decimal): -14543529 or 5707042. OLE color: 5707042.

HSL color Cylindrical-coordinate representation of color #221557: hue angle of 251.82º 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 #221557 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB342187-
CMYK0.610.7600.66
HSL251.82º61.11%21.18%-
HSV(B)251.82º75.86%34.12%-
XYZ2.651.569.18-
YUV32.41158.81129.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.94%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 87 (34.38% from 255) = 61.27%
R=23.94%
G=14.79%
B=61.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3421870.610.7600.66251.8261.1121.18
Hex2215573D4C042fc3d15
Octal42251277511401023747525
Binary1000101010110101111111011001100010000101111110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221557; }

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

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

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

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

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

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

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

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