#292e9c

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

Shades of Egyptian Blue #292E9C

Tints of Egyptian Blue #292E9C

Color information

#292E9C (or 0x292E9C) is unknown color: approx Egyptian Blue. HEX triplet: 29, 2E and 9C. RGB value is (41,46,156). Sum of RGB (Red+Green+Blue) = 41+46+156=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #292E9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292E9C is #D6D163. Grayscale: #383838. Windows color (decimal): -14078308 or 10235433. OLE color: 10235433.

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

Color convert

RGB4146156-
CMYK0.740.7100.39
HSL237.39º58.38%38.63%-
HSV(B)237.39º73.72%61.18%-
XYZ7.894.8331.97-
YUV57.04183.84116.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.87%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 156 (61.33% from 255) = 64.20%
R=16.87%
G=18.93%
B=64.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41461560.740.7100.39237.3958.3838.63
Hex292E9C4A47027ed3a27
Octal51562341121070473557247
Binary1010011011101001110010010101000111010011111101101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292e9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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