#2A289D

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

Shades of Egyptian Blue #2A289D

Tints of Egyptian Blue #2A289D

Color information

#2A289D (or 0x2A289D) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 28 and 9D. RGB value is (42,40,157). Sum of RGB (Red+Green+Blue) = 42+40+157=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A289D is #D5D762. Grayscale: #353535. Windows color (decimal): -14014307 or 10299434. OLE color: 10299434.

HSL color Cylindrical-coordinate representation of color #2A289D: hue angle of 241.03º degrees, saturation: 0.59, 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 #2A289D is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4240157-
CMYK0.730.7500.38
HSL241.03º59.39%38.63%-
HSV(B)241.03º74.52%61.57%-
XYZ7.84.4432.35-
YUV53.94186.16119.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.57%
GREEN value IS 40 (16.02% from 255) = 16.74%
BLUE value IS 157 (61.72% from 255) = 65.69%
R=17.57%
G=16.74%
B=65.69%

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
Decimal42401570.730.7500.38241.0359.3938.63
Hex2A289D494B026f13b27
Octal52502351111130463617347
Binary1010101010001001110110010011001011010011011110001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A289D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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