#292E98

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

Shades of Egyptian Blue #292E98

Tints of Egyptian Blue #292E98

Color information

#292E98 (or 0x292E98) is unknown color: approx Egyptian Blue. HEX triplet: 29, 2E and 98. RGB value is (41,46,152). Sum of RGB (Red+Green+Blue) = 41+46+152=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #292E98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292E98 is #D6D167. Grayscale: #383838. Windows color (decimal): -14078312 or 9973289. OLE color: 9973289.

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

Color convert

RGB4146152-
CMYK0.730.7000.40
HSL237.3º57.51%37.84%-
HSV(B)237.3º73.03%59.61%-
XYZ7.564.6930.21-
YUV56.59181.84116.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 46 (18.36% from 255) = 19.25%
BLUE value IS 152 (59.77% from 255) = 63.60%
R=17.15%
G=19.25%
B=63.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41461520.730.7000.40237.357.5137.84
Hex292E984946028ed3a26
Octal51562301111060503557246
Binary1010011011101001100010010011000110010100011101101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292E98; }

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

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

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

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

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

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

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

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