#2A2899

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

Shades of Egyptian Blue #2A2899

Tints of Egyptian Blue #2A2899

Color information

#2A2899 (or 0x2A2899) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 28 and 99. RGB value is (42,40,153). Sum of RGB (Red+Green+Blue) = 42+40+153=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A2899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2899 is #D5D766. Grayscale: #353535. Windows color (decimal): -14014311 or 10037290. OLE color: 10037290.

HSL color Cylindrical-coordinate representation of color #2A2899: hue angle of 241.06º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A2899 is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4240153-
CMYK0.730.7400.4
HSL241.06º58.55%37.84%-
HSV(B)241.06º73.86%60%-
XYZ7.464.3130.58-
YUV53.48184.16119.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.87%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 153 (60.16% from 255) = 65.11%
R=17.87%
G=17.02%
B=65.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal42401530.730.7400.4241.0658.5537.84
Hex2A2899494A028f13b26
Octal52502311111120503617346
Binary1010101010001001100110010011001010010100011110001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A2899; }

 p { color: rgb(42,40,153); }

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

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

 a { background-color: rgb(42,40,153); }

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

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

 span { border-color: rgb(42,40,153); }

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