#29299A

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

Shades of Egyptian Blue #29299A

Tints of Egyptian Blue #29299A

Color information

#29299A (or 0x29299A) is unknown color: approx Egyptian Blue. HEX triplet: 29, 29 and 9A. RGB value is (41,41,154). Sum of RGB (Red+Green+Blue) = 41+41+154=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 154 (60.55% from 255 or 65.25% from 236); Max value from RGB is 154 - color contains mainly: blue. Hex color #29299A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29299A is #D6D665. Grayscale: #353535. Windows color (decimal): -14079590 or 10103081. OLE color: 10103081.

HSL color Cylindrical-coordinate representation of color #29299A: hue angle of 240º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29299A is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4141154-
CMYK0.730.7300.40
HSL240º57.95%38.24%-
HSV(B)240º73.38%60.39%-
XYZ7.544.3931.02-
YUV53.88184.5118.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.37%
GREEN value IS 41 (16.41% from 255) = 17.37%
BLUE value IS 154 (60.55% from 255) = 65.25%
R=17.37%
G=17.37%
B=65.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41411540.730.7300.4024057.9538.24
Hex29299A4949028f03a26
Octal51512321111110503607246
Binary1010011010011001101010010011001001010100011110000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29299A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29299A; }

 p { color: rgb(41,41,154); }

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

<style>
 a { background-color: #29299A; }

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

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

<style>
 span { border-color: #29299A; }

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

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