#292897

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

Shades of Egyptian Blue #292897

Tints of Egyptian Blue #292897

Color information

#292897 (or 0x292897) is unknown color: approx Egyptian Blue. HEX triplet: 29, 28 and 97. RGB value is (41,40,151). Sum of RGB (Red+Green+Blue) = 41+40+151=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 151 (59.38% from 255 or 65.09% from 232); Max value from RGB is 151 - color contains mainly: blue. Hex color #292897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292897 is #D6D768. Grayscale: #343434. Windows color (decimal): -14079849 or 9906217. OLE color: 9906217.

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

Color convert

RGB4140151-
CMYK0.730.7400.41
HSL240.54º58.12%37.45%-
HSV(B)240.54º73.51%59.22%-
XYZ7.264.2229.71-
YUV52.95183.33119.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 40 (16.02% from 255) = 17.24%
BLUE value IS 151 (59.38% from 255) = 65.09%
R=17.67%
G=17.24%
B=65.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41401510.730.7400.41240.5458.1237.45
Hex292897494A029f13a25
Octal51502271111120513617245
Binary1010011010001001011110010011001010010100111110001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292897; }

 p { color: rgb(41,40,151); }

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

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

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

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

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

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

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