#221551

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

Shades of Paua #221551

Tints of Paua #221551

Color information

#221551 (or 0x221551) is unknown color: approx Paua. HEX triplet: 22, 15 and 51. RGB value is (34,21,81). Sum of RGB (Red+Green+Blue) = 34+21+81=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #221551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221551 is #DDEAAE. Grayscale: #1F1F1F. Windows color (decimal): -14543535 or 5313826. OLE color: 5313826.

HSL color Cylindrical-coordinate representation of color #221551: hue angle of 253º 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 #221551 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB342181-
CMYK0.580.7400.68
HSL253º58.82%20%-
HSV(B)253º74.07%31.76%-
XYZ2.411.477.94-
YUV31.73155.81129.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 81 (32.03% from 255) = 59.56%
R=25%
G=15.44%
B=59.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3421810.580.7400.6825358.8220
Hex2215513A4A044fd3b14
Octal42251217211201043757324
Binary1000101010110100011110101001010010001001111110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221551; }

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

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

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

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

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

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

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

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