#29269F

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

Shades of Egyptian Blue #29269F

Tints of Egyptian Blue #29269F

Color information

#29269F (or 0x29269F) is unknown color: approx Egyptian Blue. HEX triplet: 29, 26 and 9F. RGB value is (41,38,159). Sum of RGB (Red+Green+Blue) = 41+38+159=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #29269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29269F is #D6D960. Grayscale: #343434. Windows color (decimal): -14080353 or 10429993. OLE color: 10429993.

HSL color Cylindrical-coordinate representation of color #29269F: hue angle of 241.49º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29269F is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4138159-
CMYK0.740.7600.38
HSL241.49º61.42%38.63%-
HSV(B)241.49º76.1%62.35%-
XYZ7.874.3633.23-
YUV52.69187.99119.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.23%
GREEN value IS 38 (15.23% from 255) = 15.97%
BLUE value IS 159 (62.5% from 255) = 66.81%
R=17.23%
G=15.97%
B=66.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41381590.740.7600.38241.4961.4238.63
Hex29269F4A4C026f13d27
Octal51462371121140463617547
Binary1010011001101001111110010101001100010011011110001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29269F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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