#292D9A

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

Shades of Egyptian Blue #292D9A

Tints of Egyptian Blue #292D9A

Color information

#292D9A (or 0x292D9A) is unknown color: approx Egyptian Blue. HEX triplet: 29, 2D and 9A. RGB value is (41,45,154). Sum of RGB (Red+Green+Blue) = 41+45+154=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #292D9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292D9A is #D6D265. Grayscale: #373737. Windows color (decimal): -14078566 or 10104105. OLE color: 10104105.

HSL color Cylindrical-coordinate representation of color #292D9A: hue angle of 237.88º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #292D9A is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4145154-
CMYK0.730.7100.40
HSL237.88º57.95%38.24%-
HSV(B)237.88º73.38%60.39%-
XYZ7.694.6831.07-
YUV56.23183.17117.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.08%
GREEN value IS 45 (17.97% from 255) = 18.75%
BLUE value IS 154 (60.55% from 255) = 64.17%
R=17.08%
G=18.75%
B=64.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41451540.730.7100.40237.8857.9538.24
Hex292D9A4947028ee3a26
Octal51552321111070503567246
Binary1010011011011001101010010011000111010100011101110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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