#221eaa

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

Shades of Egyptian Blue #221EAA

Tints of Egyptian Blue #221EAA

Color information

#221EAA (or 0x221EAA) is unknown color: approx Egyptian Blue. HEX triplet: 22, 1E and AA. RGB value is (34,30,170). Sum of RGB (Red+Green+Blue) = 34+30+170=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #221EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221EAA is #DDE155. Grayscale: #2E2E2E. Windows color (decimal): -14541142 or 11148834. OLE color: 11148834.

HSL color Cylindrical-coordinate representation of color #221EAA: hue angle of 241.71º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #221EAA is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3430170-
CMYK0.800.8200.33
HSL241.71º70%39.22%-
HSV(B)241.71º82.35%66.67%-
XYZ8.384.1738.39-
YUV47.16197.33118.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.53%
GREEN value IS 30 (12.11% from 255) = 12.82%
BLUE value IS 170 (66.80% from 255) = 72.65%
R=14.53%
G=12.82%
B=72.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34301700.800.8200.33241.717039.22
Hex221EAA5052021f24627
Octal423625212012204136210647
Binary1000101111010101010101000010100100100001111100101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221eaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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