#29289A

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

Shades of Egyptian Blue #29289A

Tints of Egyptian Blue #29289A

Color information

#29289A (or 0x29289A) is unknown color: approx Egyptian Blue. HEX triplet: 29, 28 and 9A. RGB value is (41,40,154). Sum of RGB (Red+Green+Blue) = 41+40+154=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 154 (60.55% from 255 or 65.53% from 235); Max value from RGB is 154 - color contains mainly: blue. Hex color #29289A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29289A is #D6D765. Grayscale: #343434. Windows color (decimal): -14079846 or 10102825. OLE color: 10102825.

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

Color convert

RGB4140154-
CMYK0.730.7400.40
HSL240.53º58.76%38.04%-
HSV(B)240.53º74.03%60.39%-
XYZ7.514.3231.01-
YUV53.3184.83119.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.45%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 154 (60.55% from 255) = 65.53%
R=17.45%
G=17.02%
B=65.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41401540.730.7400.40240.5358.7638.04
Hex29289A494A028f13b26
Octal51502321111120503617346
Binary1010011010001001101010010011001010010100011110001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29289A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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