#29269B

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

Shades of Egyptian Blue #29269B

Tints of Egyptian Blue #29269B

Color information

#29269B (or 0x29269B) is unknown color: approx Egyptian Blue. HEX triplet: 29, 26 and 9B. RGB value is (41,38,155). Sum of RGB (Red+Green+Blue) = 41+38+155=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #29269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29269B is #D6D964. Grayscale: #333333. Windows color (decimal): -14080357 or 10167849. OLE color: 10167849.

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

Color convert

RGB4138155-
CMYK0.740.7500.39
HSL241.54º60.62%37.84%-
HSV(B)241.54º75.48%60.78%-
XYZ7.524.2231.43-
YUV52.24185.99119.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.52%
GREEN value IS 38 (15.23% from 255) = 16.24%
BLUE value IS 155 (60.94% from 255) = 66.24%
R=17.52%
G=16.24%
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.39
SystemRedGreenBlueCMYKHSL
Decimal41381550.740.7500.39241.5460.6237.84
Hex29269B4A4B027f23d26
Octal51462331121130473627546
Binary1010011001101001101110010101001011010011111110010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29269B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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