#2A389B

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

Shades of Egyptian Blue #2A389B

Tints of Egyptian Blue #2A389B

Color information

#2A389B (or 0x2A389B) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 38 and 9B. RGB value is (42,56,155). Sum of RGB (Red+Green+Blue) = 42+56+155=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A389B is #D5C764. Grayscale: #3E3E3E. Windows color (decimal): -14010213 or 10172458. OLE color: 10172458.

HSL color Cylindrical-coordinate representation of color #2A389B: hue angle of 232.57º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A389B is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4256155-
CMYK0.730.6400.39
HSL232.57º57.36%38.63%-
HSV(B)232.57º72.9%60.78%-
XYZ8.295.6931.67-
YUV63.1179.86112.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.60%
GREEN value IS 56 (22.27% from 255) = 22.13%
BLUE value IS 155 (60.94% from 255) = 61.26%
R=16.60%
G=22.13%
B=61.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42561550.730.6400.39232.5757.3638.63
Hex2A389B4940027e93927
Octal52702331111000473517147
Binary1010101110001001101110010011000000010011111101001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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