#293D9D

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

Shades of Egyptian Blue #293D9D

Tints of Egyptian Blue #293D9D

Color information

#293D9D (or 0x293D9D) is unknown color: approx Egyptian Blue. HEX triplet: 29, 3D and 9D. RGB value is (41,61,157). Sum of RGB (Red+Green+Blue) = 41+61+157=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #293D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D9D is #D6C262. Grayscale: #414141. Windows color (decimal): -14074467 or 10304809. OLE color: 10304809.

HSL color Cylindrical-coordinate representation of color #293D9D: hue angle of 229.66º 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 #293D9D is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4161157-
CMYK0.740.6100.38
HSL229.66º58.59%38.82%-
HSV(B)229.66º73.89%61.57%-
XYZ8.676.2432.65-
YUV65.96179.37110.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.83%
GREEN value IS 61 (24.22% from 255) = 23.55%
BLUE value IS 157 (61.72% from 255) = 60.62%
R=15.83%
G=23.55%
B=60.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41611570.740.6100.38229.6658.5938.82
Hex293D9D4A3D026e63b27
Octal5175235112750463467347
Binary101001111101100111011001010111101010011011100110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,61,157); }

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

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

 a { background-color: rgb(41,61,157); }

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

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

 span { border-color: rgb(41,61,157); }

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