#29279D

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

Shades of Egyptian Blue #29279D

Tints of Egyptian Blue #29279D

Color information

#29279D (or 0x29279D) is unknown color: approx Egyptian Blue. HEX triplet: 29, 27 and 9D. RGB value is (41,39,157). Sum of RGB (Red+Green+Blue) = 41+39+157=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #29279D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29279D is #D6D862. Grayscale: #343434. Windows color (decimal): -14080099 or 10299177. OLE color: 10299177.

HSL color Cylindrical-coordinate representation of color #29279D: hue angle of 241.02º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29279D is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4139157-
CMYK0.740.7500.38
HSL241.02º60.2%38.43%-
HSV(B)241.02º75.16%61.57%-
XYZ7.734.3632.33-
YUV53.05186.66119.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.30%
GREEN value IS 39 (15.62% from 255) = 16.46%
BLUE value IS 157 (61.72% from 255) = 66.24%
R=17.30%
G=16.46%
B=66.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41391570.740.7500.38241.0260.238.43
Hex29279D4A4B026f13c26
Octal51472351121130463617446
Binary1010011001111001110110010101001011010011011110001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29279D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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