#29409F

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

Shades of Egyptian Blue #29409F

Tints of Egyptian Blue #29409F

Color information

#29409F (or 0x29409F) is unknown color: approx Egyptian Blue. HEX triplet: 29, 40 and 9F. RGB value is (41,64,159). Sum of RGB (Red+Green+Blue) = 41+64+159=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #29409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29409F is #D6BF60. Grayscale: #434343. Windows color (decimal): -14073697 or 10436649. OLE color: 10436649.

HSL color Cylindrical-coordinate representation of color #29409F: hue angle of 228.31º 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 #29409F is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4164159-
CMYK0.740.6000.38
HSL228.31º59%39.22%-
HSV(B)228.31º74.21%62.35%-
XYZ9.016.6433.61-
YUV67.95179.38108.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.53%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 159 (62.5% from 255) = 60.23%
R=15.53%
G=24.24%
B=60.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41641590.740.6000.38228.315939.22
Hex29409F4A3C026e43b27
Octal51100237112740463447347
Binary1010011000000100111111001010111100010011011100100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29409F; }

 p { color: rgb(41,64,159); }

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

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

 a { background-color: rgb(41,64,159); }

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

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

 span { border-color: rgb(41,64,159); }

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