#22469E

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

Shades of Egyptian Blue #22469E

Tints of Egyptian Blue #22469E

Color information

#22469E (or 0x22469E) is unknown color: approx Egyptian Blue. HEX triplet: 22, 46 and 9E. RGB value is (34,70,158). Sum of RGB (Red+Green+Blue) = 34+70+158=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #22469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22469E is #DDB961. Grayscale: #444444. Windows color (decimal): -14530914 or 10372642. OLE color: 10372642.

HSL color Cylindrical-coordinate representation of color #22469E: hue angle of 222.58º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22469E is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3470158-
CMYK0.780.5600.38
HSL222.58º64.58%37.65%-
HSV(B)222.58º78.48%61.96%-
XYZ9.027.1933.26-
YUV69.27178.07102.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.98%
GREEN value IS 70 (27.73% from 255) = 26.72%
BLUE value IS 158 (62.11% from 255) = 60.31%
R=12.98%
G=26.72%
B=60.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34701580.780.5600.38222.5864.5837.65
Hex22469E4E38026df4126
Octal421062361167004633710146
Binary10001010001101001111010011101110000100110110111111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22469E; }

 p { color: rgb(34,70,158); }

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

<style>
 a { background-color: #22469E; }

 a { background-color: rgb(34,70,158); }

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

<style>
 span { border-color: #22469E; }

 span { border-color: rgb(34,70,158); }

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