#222E96

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

Shades of Egyptian Blue #222E96

Tints of Egyptian Blue #222E96

Color information

#222E96 (or 0x222E96) is unknown color: approx Egyptian Blue. HEX triplet: 22, 2E and 96. RGB value is (34,46,150). Sum of RGB (Red+Green+Blue) = 34+46+150=230 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.78% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 150 (58.98% from 255 or 65.22% from 230); Max value from RGB is 150 - color contains mainly: blue. Hex color #222E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222E96 is #DDD169. Grayscale: #353535. Windows color (decimal): -14537066 or 9842210. OLE color: 9842210.

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

Color convert

RGB3446150-
CMYK0.770.6900.41
HSL233.79º63.04%36.08%-
HSV(B)233.79º77.33%58.82%-
XYZ7.144.529.35-
YUV54.27182.02113.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.78%
GREEN value IS 46 (18.36% from 255) = 20%
BLUE value IS 150 (58.98% from 255) = 65.22%
R=14.78%
G=20%
B=65.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal34461500.770.6900.41233.7963.0436.08
Hex222E964D45029ea3f24
Octal42562261151050513527744
Binary1000101011101001011010011011000101010100111101010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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