#293F9F

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

Shades of Egyptian Blue #293F9F

Tints of Egyptian Blue #293F9F

Color information

#293F9F (or 0x293F9F) is unknown color: approx Egyptian Blue. HEX triplet: 29, 3F and 9F. RGB value is (41,63,159). Sum of RGB (Red+Green+Blue) = 41+63+159=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #293F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293F9F is #D6C060. Grayscale: #424242. Windows color (decimal): -14073953 or 10436393. OLE color: 10436393.

HSL color Cylindrical-coordinate representation of color #293F9F: hue angle of 228.81º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #293F9F is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4163159-
CMYK0.740.6000.38
HSL228.81º59%39.22%-
HSV(B)228.81º74.21%62.35%-
XYZ8.956.5333.59-
YUV67.37179.71109.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.59%
GREEN value IS 63 (25% from 255) = 23.95%
BLUE value IS 159 (62.5% from 255) = 60.46%
R=15.59%
G=23.95%
B=60.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41631590.740.6000.38228.815939.22
Hex293F9F4A3C026e53b27
Octal5177237112740463457347
Binary101001111111100111111001010111100010011011100101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,63,159); }

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

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

 a { background-color: rgb(41,63,159); }

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

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

 span { border-color: rgb(41,63,159); }

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