#293D9C

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

Shades of Egyptian Blue #293D9C

Tints of Egyptian Blue #293D9C

Color information

#293D9C (or 0x293D9C) is unknown color: approx Egyptian Blue. HEX triplet: 29, 3D and 9C. RGB value is (41,61,156). Sum of RGB (Red+Green+Blue) = 41+61+156=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #293D9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D9C is #D6C263. Grayscale: #414141. Windows color (decimal): -14074468 or 10239273. OLE color: 10239273.

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

Color convert

RGB4161156-
CMYK0.740.6100.39
HSL229.57º58.38%38.63%-
HSV(B)229.57º73.72%61.18%-
XYZ8.586.2132.2-
YUV65.85178.87110.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.89%
GREEN value IS 61 (24.22% from 255) = 23.64%
BLUE value IS 156 (61.33% from 255) = 60.47%
R=15.89%
G=23.64%
B=60.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41611560.740.6100.39229.5758.3838.63
Hex293D9C4A3D027e63a27
Octal5175234112750473467247
Binary101001111101100111001001010111101010011111100110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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