#292D9B

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

Shades of Egyptian Blue #292D9B

Tints of Egyptian Blue #292D9B

Color information

#292D9B (or 0x292D9B) is unknown color: approx Egyptian Blue. HEX triplet: 29, 2D and 9B. RGB value is (41,45,155). Sum of RGB (Red+Green+Blue) = 41+45+155=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #292D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292D9B is #D6D264. Grayscale: #373737. Windows color (decimal): -14078565 or 10169641. OLE color: 10169641.

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

Color convert

RGB4145155-
CMYK0.740.7100.39
HSL237.89º58.16%38.43%-
HSV(B)237.89º73.55%60.78%-
XYZ7.774.7131.51-
YUV56.34183.67117.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.01%
GREEN value IS 45 (17.97% from 255) = 18.67%
BLUE value IS 155 (60.94% from 255) = 64.32%
R=17.01%
G=18.67%
B=64.32%

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
Decimal41451550.740.7100.39237.8958.1638.43
Hex292D9B4A47027ee3a26
Octal51552331121070473567246
Binary1010011011011001101110010101000111010011111101110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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