#222CA9

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

Shades of Egyptian Blue #222CA9

Tints of Egyptian Blue #222CA9

Color information

#222CA9 (or 0x222CA9) is unknown color: approx Egyptian Blue. HEX triplet: 22, 2C and A9. RGB value is (34,44,169). Sum of RGB (Red+Green+Blue) = 34+44+169=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 169 (66.41% from 255 or 68.42% from 247); Max value from RGB is 169 - color contains mainly: blue. Hex color #222CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222CA9 is #DDD356. Grayscale: #363636. Windows color (decimal): -14537559 or 11086882. OLE color: 11086882.

HSL color Cylindrical-coordinate representation of color #222CA9: hue angle of 235.56º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #222CA9 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3444169-
CMYK0.800.7400.34
HSL235.56º66.5%39.8%-
HSV(B)235.56º79.88%66.27%-
XYZ8.725.0138.04-
YUV55.26192.19112.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.77%
GREEN value IS 44 (17.58% from 255) = 17.81%
BLUE value IS 169 (66.41% from 255) = 68.42%
R=13.77%
G=17.81%
B=68.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal34441690.800.7400.34235.5666.539.8
Hex222CA9504A022ec4328
Octal425425112011204235410350
Binary10001010110010101001101000010010100100010111011001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222CA9; }

 p { color: rgb(34,44,169); }

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

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

 a { background-color: rgb(34,44,169); }

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

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

 span { border-color: rgb(34,44,169); }

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