#29429F

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

Shades of Egyptian Blue #29429F

Tints of Egyptian Blue #29429F

Color information

#29429F (or 0x29429F) is unknown color: approx Egyptian Blue. HEX triplet: 29, 42 and 9F. RGB value is (41,66,159). Sum of RGB (Red+Green+Blue) = 41+66+159=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #29429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29429F is #D6BD60. Grayscale: #444444. Windows color (decimal): -14073185 or 10437161. OLE color: 10437161.

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

Color convert

RGB4166159-
CMYK0.740.5800.38
HSL227.29º59%39.22%-
HSV(B)227.29º74.21%62.35%-
XYZ9.126.8733.65-
YUV69.13178.72107.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.41%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 159 (62.5% from 255) = 59.77%
R=15.41%
G=24.81%
B=59.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41661590.740.5800.38227.295939.22
Hex29429F4A3A026e33b27
Octal51102237112720463437347
Binary1010011000010100111111001010111010010011011100011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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