#221459

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

Shades of Paua #221459

Tints of Paua #221459

Color information

#221459 (or 0x221459) is unknown color: approx Paua. HEX triplet: 22, 14 and 59. RGB value is (34,20,89). Sum of RGB (Red+Green+Blue) = 34+20+89=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #221459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221459 is #DDEBA6. Grayscale: #1F1F1F. Windows color (decimal): -14543783 or 5837858. OLE color: 5837858.

HSL color Cylindrical-coordinate representation of color #221459: hue angle of 252.17º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #221459 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB342089-
CMYK0.620.7800.65
HSL252.17º63.3%21.37%-
HSV(B)252.17º77.53%34.9%-
XYZ2.711.569.61-
YUV32.05160.14129.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.78%
GREEN value IS 20 (8.20% from 255) = 13.99%
BLUE value IS 89 (35.16% from 255) = 62.24%
R=23.78%
G=13.99%
B=62.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3420890.620.7800.65252.1763.321.37
Hex2214593E4E041fc3f15
Octal42241317611601013747725
Binary1000101010010110011111101001110010000011111110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221459; }

 p { color: rgb(34,20,89); }

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

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

 a { background-color: rgb(34,20,89); }

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

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

 span { border-color: rgb(34,20,89); }

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