#292E9B

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

Shades of Egyptian Blue #292E9B

Tints of Egyptian Blue #292E9B

Color information

#292E9B (or 0x292E9B) is unknown color: approx Egyptian Blue. HEX triplet: 29, 2E and 9B. RGB value is (41,46,155). Sum of RGB (Red+Green+Blue) = 41+46+155=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #292E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292E9B is #D6D164. Grayscale: #383838. Windows color (decimal): -14078309 or 10169897. OLE color: 10169897.

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

Color convert

RGB4146155-
CMYK0.740.7000.39
HSL237.37º58.16%38.43%-
HSV(B)237.37º73.55%60.78%-
XYZ7.814.7931.52-
YUV56.93183.34116.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.94%
GREEN value IS 46 (18.36% from 255) = 19.01%
BLUE value IS 155 (60.94% from 255) = 64.05%
R=16.94%
G=19.01%
B=64.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41461550.740.7000.39237.3758.1638.43
Hex292E9B4A46027ed3a26
Octal51562331121060473557246
Binary1010011011101001101110010101000110010011111101101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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