#222A91

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

Shades of Egyptian Blue #222A91

Tints of Egyptian Blue #222A91

Color information

#222A91 (or 0x222A91) is unknown color: approx Egyptian Blue. HEX triplet: 22, 2A and 91. RGB value is (34,42,145). Sum of RGB (Red+Green+Blue) = 34+42+145=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #222A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222A91 is #DDD56E. Grayscale: #323232. Windows color (decimal): -14538095 or 9513506. OLE color: 9513506.

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

Color convert

RGB3442145-
CMYK0.770.7100.43
HSL235.68º62.01%35.1%-
HSV(B)235.68º76.55%56.86%-
XYZ6.64.0427.22-
YUV51.35180.85115.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.38%
GREEN value IS 42 (16.80% from 255) = 19.00%
BLUE value IS 145 (57.03% from 255) = 65.61%
R=15.38%
G=19.00%
B=65.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34421450.770.7100.43235.6862.0135.1
Hex222A914D4702Bec3e23
Octal42522211151070533547643
Binary1000101010101001000110011011000111010101111101100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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