#221E59

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

Shades of Paua #221E59

Tints of Paua #221E59

Color information

#221E59 (or 0x221E59) is unknown color: approx Paua. HEX triplet: 22, 1E and 59. RGB value is (34,30,89). Sum of RGB (Red+Green+Blue) = 34+30+89=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #221E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221E59 is #DDE1A6. Grayscale: #252525. Windows color (decimal): -14541223 or 5840418. OLE color: 5840418.

HSL color Cylindrical-coordinate representation of color #221E59: hue angle of 244.07º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #221E59 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB343089-
CMYK0.620.6600.65
HSL244.07º49.58%23.33%-
HSV(B)244.07º66.29%34.9%-
XYZ2.931.999.68-
YUV37.92156.83125.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.22%
GREEN value IS 30 (12.11% from 255) = 19.61%
BLUE value IS 89 (35.16% from 255) = 58.17%
R=22.22%
G=19.61%
B=58.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3430890.620.6600.65244.0749.5823.33
Hex221E593E42041f43217
Octal42361317610201013646227
Binary1000101111010110011111101000010010000011111010011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221E59; }

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

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

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

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

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

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

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

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