#293698

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

Shades of Egyptian Blue #293698

Tints of Egyptian Blue #293698

Color information

#293698 (or 0x293698) is unknown color: approx Egyptian Blue. HEX triplet: 29, 36 and 98. RGB value is (41,54,152). Sum of RGB (Red+Green+Blue) = 41+54+152=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #293698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293698 is #D6C967. Grayscale: #3C3C3C. Windows color (decimal): -14076264 or 9975337. OLE color: 9975337.

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

Color convert

RGB4154152-
CMYK0.730.6400.40
HSL232.97º57.51%37.84%-
HSV(B)232.97º73.03%59.61%-
XYZ7.95.3830.33-
YUV61.28179.19113.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.60%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 152 (59.77% from 255) = 61.54%
R=16.60%
G=21.86%
B=61.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41541520.730.6400.40232.9757.5137.84
Hex2936984940028e93a26
Octal51662301111000503517246
Binary1010011101101001100010010011000000010100011101001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293698; }

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

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

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

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

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

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

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

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