#293696

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

Shades of Egyptian Blue #293696

Tints of Egyptian Blue #293696

Color information

#293696 (or 0x293696) is unknown color: approx Egyptian Blue. HEX triplet: 29, 36 and 96. RGB value is (41,54,150). Sum of RGB (Red+Green+Blue) = 41+54+150=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #293696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293696 is #D6C969. Grayscale: #3C3C3C. Windows color (decimal): -14076266 or 9844265. OLE color: 9844265.

HSL color Cylindrical-coordinate representation of color #293696: hue angle of 232.84º 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 #293696 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4154150-
CMYK0.730.6400.41
HSL232.84º57.07%37.45%-
HSV(B)232.84º72.67%58.82%-
XYZ7.745.3129.47-
YUV61.06178.19113.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.73%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 150 (58.98% from 255) = 61.22%
R=16.73%
G=22.04%
B=61.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41541500.730.6400.41232.8457.0737.45
Hex2936964940029e93925
Octal51662261111000513517145
Binary1010011101101001011010010011000000010100111101001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293696; }

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

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

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

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

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

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

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

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