#293098

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

Shades of Egyptian Blue #293098

Tints of Egyptian Blue #293098

Color information

#293098 (or 0x293098) is unknown color: approx Egyptian Blue. HEX triplet: 29, 30 and 98. RGB value is (41,48,152). Sum of RGB (Red+Green+Blue) = 41+48+152=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #293098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293098 is #D6CF67. Grayscale: #393939. Windows color (decimal): -14077800 or 9973801. OLE color: 9973801.

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

Color convert

RGB4148152-
CMYK0.730.6800.40
HSL236.22º57.51%37.84%-
HSV(B)236.22º73.03%59.61%-
XYZ7.644.8530.24-
YUV57.76181.18116.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.01%
GREEN value IS 48 (19.14% from 255) = 19.92%
BLUE value IS 152 (59.77% from 255) = 63.07%
R=17.01%
G=19.92%
B=63.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41481520.730.6800.40236.2257.5137.84
Hex2930984944028ec3a26
Octal51602301111040503547246
Binary1010011100001001100010010011000100010100011101100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293098; }

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

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

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

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

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

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

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

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