#221550

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

Shades of Paua #221550

Tints of Paua #221550

Color information

#221550 (or 0x221550) is unknown color: approx Paua. HEX triplet: 22, 15 and 50. RGB value is (34,21,80). Sum of RGB (Red+Green+Blue) = 34+21+80=135 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.19% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #221550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221550 is #DDEAAF. Grayscale: #1F1F1F. Windows color (decimal): -14543536 or 5248290. OLE color: 5248290.

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

Color convert

RGB342180-
CMYK0.580.7400.69
HSL253.22º58.42%19.8%-
HSV(B)253.22º73.75%31.37%-
XYZ2.381.467.75-
YUV31.61155.31129.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.19%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 80 (31.64% from 255) = 59.26%
R=25.19%
G=15.56%
B=59.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3421800.580.7400.69253.2258.4219.8
Hex2215503A4A045fd3a14
Octal42251207211201053757224
Binary1000101010110100001110101001010010001011111110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221550; }

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

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

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

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

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

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

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

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