#221552

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

Shades of Paua #221552

Tints of Paua #221552

Color information

#221552 (or 0x221552) is unknown color: approx Paua. HEX triplet: 22, 15 and 52. RGB value is (34,21,82). Sum of RGB (Red+Green+Blue) = 34+21+82=137 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.82% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #221552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221552 is #DDEAAD. Grayscale: #1F1F1F. Windows color (decimal): -14543534 or 5379362. OLE color: 5379362.

HSL color Cylindrical-coordinate representation of color #221552: hue angle of 252.79º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #221552 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB342182-
CMYK0.590.7400.68
HSL252.79º59.22%20.2%-
HSV(B)252.79º74.39%32.16%-
XYZ2.451.498.14-
YUV31.84156.31129.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.82%
GREEN value IS 21 (8.59% from 255) = 15.33%
BLUE value IS 82 (32.42% from 255) = 59.85%
R=24.82%
G=15.33%
B=59.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3421820.590.7400.68252.7959.2220.2
Hex2215523B4A044fd3b14
Octal42251227311201043757324
Binary1000101010110100101110111001010010001001111110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221552; }

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

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

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

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

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

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

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

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