#292C9D

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

Shades of Egyptian Blue #292C9D

Tints of Egyptian Blue #292C9D

Color information

#292C9D (or 0x292C9D) is unknown color: approx Egyptian Blue. HEX triplet: 29, 2C and 9D. RGB value is (41,44,157). Sum of RGB (Red+Green+Blue) = 41+44+157=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #292C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292C9D is #D6D362. Grayscale: #373737. Windows color (decimal): -14078819 or 10300457. OLE color: 10300457.

HSL color Cylindrical-coordinate representation of color #292C9D: hue angle of 238.45º 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 #292C9D is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4144157-
CMYK0.740.7200.38
HSL238.45º58.59%38.82%-
HSV(B)238.45º73.89%61.57%-
XYZ7.94.7132.39-
YUV55.98185.01117.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.94%
GREEN value IS 44 (17.58% from 255) = 18.18%
BLUE value IS 157 (61.72% from 255) = 64.88%
R=16.94%
G=18.18%
B=64.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41441570.740.7200.38238.4558.5938.82
Hex292C9D4A48026ee3b27
Octal51542351121100463567347
Binary1010011011001001110110010101001000010011011101110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292C9D; }

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

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

<style>
 a { background-color: #292C9D; }

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

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

<style>
 span { border-color: #292C9D; }

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

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