#29269c

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

Shades of Egyptian Blue #29269C

Tints of Egyptian Blue #29269C

Color information

#29269C (or 0x29269C) is unknown color: approx Egyptian Blue. HEX triplet: 29, 26 and 9C. RGB value is (41,38,156). Sum of RGB (Red+Green+Blue) = 41+38+156=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 156 (61.33% from 255 or 66.38% from 235); Max value from RGB is 156 - color contains mainly: blue. Hex color #29269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29269C is #D6D963. Grayscale: #333333. Windows color (decimal): -14080356 or 10233385. OLE color: 10233385.

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

Color convert

RGB4138156-
CMYK0.740.7600.39
HSL241.53º60.82%38.04%-
HSV(B)241.53º75.64%61.18%-
XYZ7.614.2631.87-
YUV52.35186.49119.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.45%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 156 (61.33% from 255) = 66.38%
R=17.45%
G=16.17%
B=66.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41381560.740.7600.39241.5360.8238.04
Hex29269C4A4C027f23d26
Octal51462341121140473627546
Binary1010011001101001110010010101001100010011111110010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29269c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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