#292F99

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

Shades of Egyptian Blue #292F99

Tints of Egyptian Blue #292F99

Color information

#292F99 (or 0x292F99) is unknown color: approx Egyptian Blue. HEX triplet: 29, 2F and 99. RGB value is (41,47,153). Sum of RGB (Red+Green+Blue) = 41+47+153=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #292F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292F99 is #D6D066. Grayscale: #383838. Windows color (decimal): -14078055 or 10039081. OLE color: 10039081.

HSL color Cylindrical-coordinate representation of color #292F99: hue angle of 236.79º 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 #292F99 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4147153-
CMYK0.730.6900.4
HSL236.79º57.73%38.04%-
HSV(B)236.79º73.2%60%-
XYZ7.684.830.66-
YUV57.29182.01116.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.01%
GREEN value IS 47 (18.75% from 255) = 19.50%
BLUE value IS 153 (60.16% from 255) = 63.49%
R=17.01%
G=19.50%
B=63.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal41471530.730.6900.4236.7957.7338.04
Hex292F994945028ed3a26
Octal51572311111050503557246
Binary1010011011111001100110010011000101010100011101101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,47,153); }

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

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

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

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

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

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

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