#29399D

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

Shades of Egyptian Blue #29399D

Tints of Egyptian Blue #29399D

Color information

#29399D (or 0x29399D) is unknown color: approx Egyptian Blue. HEX triplet: 29, 39 and 9D. RGB value is (41,57,157). Sum of RGB (Red+Green+Blue) = 41+57+157=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #29399D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29399D is #D6C662. Grayscale: #3F3F3F. Windows color (decimal): -14075491 or 10303785. OLE color: 10303785.

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

Color convert

RGB4157157-
CMYK0.740.6400.38
HSL231.72º58.59%38.82%-
HSV(B)231.72º73.89%61.57%-
XYZ8.465.8332.58-
YUV63.62180.7111.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.08%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 157 (61.72% from 255) = 61.57%
R=16.08%
G=22.35%
B=61.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41571570.740.6400.38231.7258.5938.82
Hex29399D4A40026e83b27
Octal51712351121000463507347
Binary1010011110011001110110010101000000010011011101000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29399D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29399D; }

 p { color: rgb(41,57,157); }

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

<style>
 a { background-color: #29399D; }

 a { background-color: rgb(41,57,157); }

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

<style>
 span { border-color: #29399D; }

 span { border-color: rgb(41,57,157); }

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