#29369D

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

Shades of Egyptian Blue #29369D

Tints of Egyptian Blue #29369D

Color information

#29369D (or 0x29369D) is unknown color: approx Egyptian Blue. HEX triplet: 29, 36 and 9D. RGB value is (41,54,157). Sum of RGB (Red+Green+Blue) = 41+54+157=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #29369D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29369D is #D6C962. Grayscale: #3D3D3D. Windows color (decimal): -14076259 or 10303017. OLE color: 10303017.

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

Color convert

RGB4154157-
CMYK0.740.6600.38
HSL233.28º58.59%38.82%-
HSV(B)233.28º73.89%61.57%-
XYZ8.325.5432.53-
YUV61.85181.69113.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.27%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 157 (61.72% from 255) = 62.30%
R=16.27%
G=21.43%
B=62.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41541570.740.6600.38233.2858.5938.82
Hex29369D4A42026e93b27
Octal51662351121020463517347
Binary1010011101101001110110010101000010010011011101001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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