#293296

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

Shades of Egyptian Blue #293296

Tints of Egyptian Blue #293296

Color information

#293296 (or 0x293296) is unknown color: approx Egyptian Blue. HEX triplet: 29, 32 and 96. RGB value is (41,50,150). Sum of RGB (Red+Green+Blue) = 41+50+150=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #293296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293296 is #D6CD69. Grayscale: #3A3A3A. Windows color (decimal): -14077290 or 9843241. OLE color: 9843241.

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

Color convert

RGB4150150-
CMYK0.730.6700.41
HSL235.05º57.07%37.45%-
HSV(B)235.05º72.67%58.82%-
XYZ7.564.9529.41-
YUV58.71179.52115.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.01%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 150 (58.98% from 255) = 62.24%
R=17.01%
G=20.75%
B=62.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41501500.730.6700.41235.0557.0737.45
Hex2932964943029eb3925
Octal51622261111030513537145
Binary1010011100101001011010010011000011010100111101011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293296; }

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

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

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

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

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

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

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

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