#2A389F

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

Shades of Egyptian Blue #2A389F

Tints of Egyptian Blue #2A389F

Color information

#2A389F (or 0x2A389F) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 38 and 9F. RGB value is (42,56,159). Sum of RGB (Red+Green+Blue) = 42+56+159=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A389F is #D5C760. Grayscale: #3F3F3F. Windows color (decimal): -14010209 or 10434602. OLE color: 10434602.

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

Color convert

RGB4256159-
CMYK0.740.6500.38
HSL232.82º58.21%39.41%-
HSV(B)232.82º73.58%62.35%-
XYZ8.635.8233.47-
YUV63.56181.86112.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.34%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 159 (62.5% from 255) = 61.87%
R=16.34%
G=21.79%
B=61.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42561590.740.6500.38232.8258.2139.41
Hex2A389F4A41026e93a27
Octal52702371121010463517247
Binary1010101110001001111110010101000001010011011101001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A389F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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