#2A3899

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

Shades of Egyptian Blue #2A3899

Tints of Egyptian Blue #2A3899

Color information

#2A3899 (or 0x2A3899) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 38 and 99. RGB value is (42,56,153). Sum of RGB (Red+Green+Blue) = 42+56+153=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A3899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3899 is #D5C766. Grayscale: #3E3E3E. Windows color (decimal): -14010215 or 10041386. OLE color: 10041386.

HSL color Cylindrical-coordinate representation of color #2A3899: hue angle of 232.43º degrees, saturation: 0.57, 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 #2A3899 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4256153-
CMYK0.730.6300.4
HSL232.43º56.92%38.24%-
HSV(B)232.43º72.55%60%-
XYZ8.125.6230.79-
YUV62.87178.86113.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.73%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 153 (60.16% from 255) = 60.96%
R=16.73%
G=22.31%
B=60.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal42561530.730.6300.4232.4356.9238.24
Hex2A3899493F028e83926
Octal5270231111770503507146
Binary101010111000100110011001001111111010100011101000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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