#29369A

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

Shades of Egyptian Blue #29369A

Tints of Egyptian Blue #29369A

Color information

#29369A (or 0x29369A) is unknown color: approx Egyptian Blue. HEX triplet: 29, 36 and 9A. RGB value is (41,54,154). Sum of RGB (Red+Green+Blue) = 41+54+154=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #29369A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29369A is #D6C965. Grayscale: #3D3D3D. Windows color (decimal): -14076262 or 10106409. OLE color: 10106409.

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

Color convert

RGB4154154-
CMYK0.730.6500.40
HSL233.1º57.95%38.24%-
HSV(B)233.1º73.38%60.39%-
XYZ8.075.4431.2-
YUV61.51180.19113.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 154 (60.55% from 255) = 61.85%
R=16.47%
G=21.69%
B=61.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41541540.730.6500.40233.157.9538.24
Hex29369A4941028e93a26
Octal51662321111010503517246
Binary1010011101101001101010010011000001010100011101001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29369A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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