#293096

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

Shades of Egyptian Blue #293096

Tints of Egyptian Blue #293096

Color information

#293096 (or 0x293096) is unknown color: approx Egyptian Blue. HEX triplet: 29, 30 and 96. RGB value is (41,48,150). Sum of RGB (Red+Green+Blue) = 41+48+150=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #293096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293096 is #D6CF69. Grayscale: #393939. Windows color (decimal): -14077802 or 9842729. OLE color: 9842729.

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

Color convert

RGB4148150-
CMYK0.730.6800.41
HSL236.15º57.07%37.45%-
HSV(B)236.15º72.67%58.82%-
XYZ7.484.7929.38-
YUV57.54180.18116.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 150 (58.98% from 255) = 62.76%
R=17.15%
G=20.08%
B=62.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41481500.730.6800.41236.1557.0737.45
Hex2930964944029ec3925
Octal51602261111040513547145
Binary1010011100001001011010010011000100010100111101100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293096; }

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

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

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

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

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

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

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

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