#292996

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

Shades of Egyptian Blue #292996

Tints of Egyptian Blue #292996

Color information

#292996 (or 0x292996) is unknown color: approx Egyptian Blue. HEX triplet: 29, 29 and 96. RGB value is (41,41,150). Sum of RGB (Red+Green+Blue) = 41+41+150=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #292996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292996 is #D6D669. Grayscale: #343434. Windows color (decimal): -14079594 or 9840937. OLE color: 9840937.

HSL color Cylindrical-coordinate representation of color #292996: hue angle of 240º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #292996 is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4141150-
CMYK0.730.7300.41
HSL240º57.07%37.45%-
HSV(B)240º72.67%58.82%-
XYZ7.214.2629.3-
YUV53.43182.5119.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 150 (58.98% from 255) = 64.66%
R=17.67%
G=17.67%
B=64.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41411500.730.7300.4124057.0737.45
Hex2929964949029f03925
Octal51512261111110513607145
Binary1010011010011001011010010011001001010100111110000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292996; }

 p { color: rgb(41,41,150); }

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

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

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

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

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

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

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