#293A99

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

Shades of Egyptian Blue #293A99

Tints of Egyptian Blue #293A99

Color information

#293A99 (or 0x293A99) is unknown color: approx Egyptian Blue. HEX triplet: 29, 3A and 99. RGB value is (41,58,153). Sum of RGB (Red+Green+Blue) = 41+58+153=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #293A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293A99 is #D6C566. Grayscale: #3F3F3F. Windows color (decimal): -14075239 or 10041897. OLE color: 10041897.

HSL color Cylindrical-coordinate representation of color #293A99: hue angle of 230.89º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #293A99 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4158153-
CMYK0.730.6200.4
HSL230.89º57.73%38.04%-
HSV(B)230.89º73.2%60%-
XYZ8.185.830.83-
YUV63.75178.37111.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.27%
GREEN value IS 58 (23.05% from 255) = 23.02%
BLUE value IS 153 (60.16% from 255) = 60.71%
R=16.27%
G=23.02%
B=60.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal41581530.730.6200.4230.8957.7338.04
Hex293A99493E028e73a26
Octal5172231111760503477246
Binary101001111010100110011001001111110010100011100111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293A99; }

 p { color: rgb(41,58,153); }

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

<style>
 a { background-color: #293A99; }

 a { background-color: rgb(41,58,153); }

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

<style>
 span { border-color: #293A99; }

 span { border-color: rgb(41,58,153); }

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