#222E94

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

Shades of Egyptian Blue #222E94

Tints of Egyptian Blue #222E94

Color information

#222E94 (or 0x222E94) is unknown color: approx Egyptian Blue. HEX triplet: 22, 2E and 94. RGB value is (34,46,148). Sum of RGB (Red+Green+Blue) = 34+46+148=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 148 (58.20% from 255 or 64.91% from 228); Max value from RGB is 148 - color contains mainly: blue. Hex color #222E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222E94 is #DDD16B. Grayscale: #353535. Windows color (decimal): -14537068 or 9711138. OLE color: 9711138.

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

Color convert

RGB3446148-
CMYK0.770.6900.42
HSL233.68º62.64%35.69%-
HSV(B)233.68º77.03%58.04%-
XYZ6.984.4328.5-
YUV54.04181.02113.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.91%
GREEN value IS 46 (18.36% from 255) = 20.18%
BLUE value IS 148 (58.20% from 255) = 64.91%
R=14.91%
G=20.18%
B=64.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34461480.770.6900.42233.6862.6435.69
Hex222E944D4502Aea3f24
Octal42562241151050523527744
Binary1000101011101001010010011011000101010101011101010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,46,148); }

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

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

 a { background-color: rgb(34,46,148); }

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

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

 span { border-color: rgb(34,46,148); }

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