#29349F

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

Shades of Egyptian Blue #29349F

Tints of Egyptian Blue #29349F

Color information

#29349F (or 0x29349F) is unknown color: approx Egyptian Blue. HEX triplet: 29, 34 and 9F. RGB value is (41,52,159). Sum of RGB (Red+Green+Blue) = 41+52+159=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #29349F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29349F is #D6CB60. Grayscale: #3C3C3C. Windows color (decimal): -14076769 or 10433577. OLE color: 10433577.

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

Color convert

RGB4152159-
CMYK0.740.6700.38
HSL234.41º59%39.22%-
HSV(B)234.41º74.21%62.35%-
XYZ8.45.4333.41-
YUV60.91183.36113.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.27%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 159 (62.5% from 255) = 63.10%
R=16.27%
G=20.63%
B=63.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41521590.740.6700.38234.415939.22
Hex29349F4A43026ea3b27
Octal51642371121030463527347
Binary1010011101001001111110010101000011010011011101010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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