#222A92

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

Shades of Egyptian Blue #222A92

Tints of Egyptian Blue #222A92

Color information

#222A92 (or 0x222A92) is unknown color: approx Egyptian Blue. HEX triplet: 22, 2A and 92. RGB value is (34,42,146). Sum of RGB (Red+Green+Blue) = 34+42+146=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #222A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222A92 is #DDD56D. Grayscale: #333333. Windows color (decimal): -14538094 or 9579042. OLE color: 9579042.

HSL color Cylindrical-coordinate representation of color #222A92: hue angle of 235.71º 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 #222A92 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3442146-
CMYK0.770.7100.43
HSL235.71º62.22%35.29%-
HSV(B)235.71º76.71%57.25%-
XYZ6.684.0727.63-
YUV51.46181.35115.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.32%
GREEN value IS 42 (16.80% from 255) = 18.92%
BLUE value IS 146 (57.42% from 255) = 65.77%
R=15.32%
G=18.92%
B=65.77%

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
Decimal34421460.770.7100.43235.7162.2235.29
Hex222A924D4702Bec3e23
Octal42522221151070533547643
Binary1000101010101001001010011011000111010101111101100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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