#293997

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

Shades of Egyptian Blue #293997

Tints of Egyptian Blue #293997

Color information

#293997 (or 0x293997) is unknown color: approx Egyptian Blue. HEX triplet: 29, 39 and 97. RGB value is (41,57,151). Sum of RGB (Red+Green+Blue) = 41+57+151=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 151 (59.38% from 255 or 60.64% from 249); Max value from RGB is 151 - color contains mainly: blue. Hex color #293997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293997 is #D6C668. Grayscale: #3E3E3E. Windows color (decimal): -14075497 or 9910569. OLE color: 9910569.

HSL color Cylindrical-coordinate representation of color #293997: hue angle of 231.27º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #293997 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4157151-
CMYK0.730.6200.41
HSL231.27º57.29%37.65%-
HSV(B)231.27º72.85%59.22%-
XYZ7.965.6329.95-
YUV62.93177.7112.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 151 (59.38% from 255) = 60.64%
R=16.47%
G=22.89%
B=60.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41571510.730.6200.41231.2757.2937.65
Hex293997493E029e73926
Octal5171227111760513477146
Binary101001111001100101111001001111110010100111100111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293997; }

 p { color: rgb(41,57,151); }

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

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

 a { background-color: rgb(41,57,151); }

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

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

 span { border-color: rgb(41,57,151); }

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