#2A359D

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

Shades of Egyptian Blue #2A359D

Tints of Egyptian Blue #2A359D

Color information

#2A359D (or 0x2A359D) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 35 and 9D. RGB value is (42,53,157). Sum of RGB (Red+Green+Blue) = 42+53+157=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A359D is #D5CA62. Grayscale: #3D3D3D. Windows color (decimal): -14010979 or 10302762. OLE color: 10302762.

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

Color convert

RGB4253157-
CMYK0.730.6600.38
HSL234.26º57.79%39.02%-
HSV(B)234.26º73.25%61.57%-
XYZ8.315.4732.52-
YUV61.57181.86114.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.67%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 157 (61.72% from 255) = 62.30%
R=16.67%
G=21.03%
B=62.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42531570.730.6600.38234.2657.7939.02
Hex2A359D4942026ea3a27
Octal52652351111020463527247
Binary1010101101011001110110010011000010010011011101010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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