#292EA3

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

Shades of Egyptian Blue #292EA3

Tints of Egyptian Blue #292EA3

Color information

#292EA3 (or 0x292EA3) is unknown color: approx Egyptian Blue. HEX triplet: 29, 2E and A3. RGB value is (41,46,163). Sum of RGB (Red+Green+Blue) = 41+46+163=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 163 (64.06% from 255 or 65.2% from 250); Max value from RGB is 163 - color contains mainly: blue. Hex color #292EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292EA3 is #D6D15C. Grayscale: #393939. Windows color (decimal): -14078301 or 10694185. OLE color: 10694185.

HSL color Cylindrical-coordinate representation of color #292EA3: hue angle of 237.54º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #292EA3 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4146163-
CMYK0.750.7200.36
HSL237.54º59.8%40%-
HSV(B)237.54º74.85%63.92%-
XYZ8.55.0735.18-
YUV57.84187.34115.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.4%
GREEN value IS 46 (18.36% from 255) = 18.4%
BLUE value IS 163 (64.06% from 255) = 65.2%
R=16.4%
G=18.4%
B=65.2%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal41461630.750.7200.36237.5459.840
Hex292EA34B48024ee3c28
Octal51562431131100443567450
Binary1010011011101010001110010111001000010010011101110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,46,163); }

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

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

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

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

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

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

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