#222A93

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

Shades of Egyptian Blue #222A93

Tints of Egyptian Blue #222A93

Color information

#222A93 (or 0x222A93) is unknown color: approx Egyptian Blue. HEX triplet: 22, 2A and 93. RGB value is (34,42,147). Sum of RGB (Red+Green+Blue) = 34+42+147=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #222A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222A93 is #DDD56C. Grayscale: #333333. Windows color (decimal): -14538093 or 9644578. OLE color: 9644578.

HSL color Cylindrical-coordinate representation of color #222A93: hue angle of 235.75º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #222A93 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3442147-
CMYK0.770.7100.42
HSL235.75º62.43%35.49%-
HSV(B)235.75º76.87%57.65%-
XYZ6.754.128.04-
YUV51.58181.85115.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.25%
GREEN value IS 42 (16.80% from 255) = 18.83%
BLUE value IS 147 (57.81% from 255) = 65.92%
R=15.25%
G=18.83%
B=65.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34421470.770.7100.42235.7562.4335.49
Hex222A934D4702Aec3e23
Octal42522231151070523547643
Binary1000101010101001001110011011000111010101011101100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,42,147); }

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

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

 a { background-color: rgb(34,42,147); }

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

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

 span { border-color: rgb(34,42,147); }

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