#293298

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

Shades of Egyptian Blue #293298

Tints of Egyptian Blue #293298

Color information

#293298 (or 0x293298) is unknown color: approx Egyptian Blue. HEX triplet: 29, 32 and 98. RGB value is (41,50,152). Sum of RGB (Red+Green+Blue) = 41+50+152=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #293298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293298 is #D6CD67. Grayscale: #3A3A3A. Windows color (decimal): -14077288 or 9974313. OLE color: 9974313.

HSL color Cylindrical-coordinate representation of color #293298: hue angle of 235.14º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #293298 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4150152-
CMYK0.730.6700.40
HSL235.14º57.51%37.84%-
HSV(B)235.14º73.03%59.61%-
XYZ7.725.0230.27-
YUV58.94180.52115.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.87%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 152 (59.77% from 255) = 62.55%
R=16.87%
G=20.58%
B=62.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41501520.730.6700.40235.1457.5137.84
Hex2932984943028eb3a26
Octal51622301111030503537246
Binary1010011100101001100010010011000011010100011101011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293298; }

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

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

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

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

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

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

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

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