#292C97

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

Shades of Egyptian Blue #292C97

Tints of Egyptian Blue #292C97

Color information

#292C97 (or 0x292C97) is unknown color: approx Egyptian Blue. HEX triplet: 29, 2C and 97. RGB value is (41,44,151). Sum of RGB (Red+Green+Blue) = 41+44+151=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #292C97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292C97 is #D6D368. Grayscale: #363636. Windows color (decimal): -14078825 or 9907241. OLE color: 9907241.

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

Color convert

RGB4144151-
CMYK0.730.7100.41
HSL238.36º57.29%37.65%-
HSV(B)238.36º72.85%59.22%-
XYZ7.44.5129.76-
YUV55.3182.01117.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.37%
GREEN value IS 44 (17.58% from 255) = 18.64%
BLUE value IS 151 (59.38% from 255) = 63.98%
R=17.37%
G=18.64%
B=63.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41441510.730.7100.41238.3657.2937.65
Hex292C974947029ee3926
Octal51542271111070513567146
Binary1010011011001001011110010011000111010100111101110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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