#292AA1

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

Shades of Egyptian Blue #292AA1

Tints of Egyptian Blue #292AA1

Color information

#292AA1 (or 0x292AA1) is unknown color: approx Egyptian Blue. HEX triplet: 29, 2A and A1. RGB value is (41,42,161). Sum of RGB (Red+Green+Blue) = 41+42+161=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 161 (63.28% from 255 or 65.98% from 244); Max value from RGB is 161 - color contains mainly: blue. Hex color #292AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292AA1 is #D6D55E. Grayscale: #363636. Windows color (decimal): -14079327 or 10562089. OLE color: 10562089.

HSL color Cylindrical-coordinate representation of color #292AA1: hue angle of 239.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #292AA1 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4142161-
CMYK0.750.7400.37
HSL239.5º59.41%39.61%-
HSV(B)239.5º74.53%63.14%-
XYZ8.184.734.19-
YUV55.27187.67117.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.80%
GREEN value IS 42 (16.80% from 255) = 17.21%
BLUE value IS 161 (63.28% from 255) = 65.98%
R=16.80%
G=17.21%
B=65.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41421610.750.7400.37239.559.4139.61
Hex292AA14B4A025f03b28
Octal51522411131120453607350
Binary1010011010101010000110010111001010010010111110000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,42,161); }

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

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

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

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

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

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

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