#29319E

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

Shades of Egyptian Blue #29319E

Tints of Egyptian Blue #29319E

Color information

#29319E (or 0x29319E) is unknown color: approx Egyptian Blue. HEX triplet: 29, 31 and 9E. RGB value is (41,49,158). Sum of RGB (Red+Green+Blue) = 41+49+158=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 158 (62.11% from 255 or 63.71% from 248); Max value from RGB is 158 - color contains mainly: blue. Hex color #29319E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29319E is #D6CE61. Grayscale: #3A3A3A. Windows color (decimal): -14077538 or 10367273. OLE color: 10367273.

HSL color Cylindrical-coordinate representation of color #29319E: hue angle of 235.9º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29319E is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4149158-
CMYK0.740.6900.38
HSL235.9º58.79%39.02%-
HSV(B)235.9º74.05%61.96%-
XYZ8.185.1432.91-
YUV59.03183.85115.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.53%
GREEN value IS 49 (19.53% from 255) = 19.76%
BLUE value IS 158 (62.11% from 255) = 63.71%
R=16.53%
G=19.76%
B=63.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41491580.740.6900.38235.958.7939.02
Hex29319E4A45026ec3b27
Octal51612361121050463547347
Binary1010011100011001111010010101000101010011011101100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29319E; }

 p { color: rgb(41,49,158); }

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

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

 a { background-color: rgb(41,49,158); }

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

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

 span { border-color: rgb(41,49,158); }

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