#2A289E

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

Shades of Egyptian Blue #2A289E

Tints of Egyptian Blue #2A289E

Color information

#2A289E (or 0x2A289E) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 28 and 9E. RGB value is (42,40,158). Sum of RGB (Red+Green+Blue) = 42+40+158=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A289E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A289E is #D5D761. Grayscale: #353535. Windows color (decimal): -14014306 or 10364970. OLE color: 10364970.

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

Color convert

RGB4240158-
CMYK0.730.7500.38
HSL241.02º59.6%38.82%-
HSV(B)241.02º74.68%61.96%-
XYZ7.894.4832.8-
YUV54.05186.66119.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.5%
GREEN value IS 40 (16.02% from 255) = 16.67%
BLUE value IS 158 (62.11% from 255) = 65.83%
R=17.5%
G=16.67%
B=65.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42401580.730.7500.38241.0259.638.82
Hex2A289E494B026f13c27
Octal52502361111130463617447
Binary1010101010001001111010010011001011010011011110001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A289E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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