#293796

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

Shades of Egyptian Blue #293796

Tints of Egyptian Blue #293796

Color information

#293796 (or 0x293796) is unknown color: approx Egyptian Blue. HEX triplet: 29, 37 and 96. RGB value is (41,55,150). Sum of RGB (Red+Green+Blue) = 41+55+150=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #293796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293796 is #D6C869. Grayscale: #3D3D3D. Windows color (decimal): -14076010 or 9844521. OLE color: 9844521.

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

Color convert

RGB4155150-
CMYK0.730.6300.41
HSL232.29º57.07%37.45%-
HSV(B)232.29º72.67%58.82%-
XYZ7.795.4129.49-
YUV61.64177.86113.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 150 (58.98% from 255) = 60.98%
R=16.67%
G=22.36%
B=60.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41551500.730.6300.41232.2957.0737.45
Hex293796493F029e83925
Octal5167226111770513507145
Binary101001110111100101101001001111111010100111101000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293796; }

 p { color: rgb(41,55,150); }

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

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

 a { background-color: rgb(41,55,150); }

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

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

 span { border-color: rgb(41,55,150); }

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