#2A349B

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

Shades of Egyptian Blue #2A349B

Tints of Egyptian Blue #2A349B

Color information

#2A349B (or 0x2A349B) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 34 and 9B. RGB value is (42,52,155). Sum of RGB (Red+Green+Blue) = 42+52+155=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A349B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A349B is #D5CB64. Grayscale: #3C3C3C. Windows color (decimal): -14011237 or 10171434. OLE color: 10171434.

HSL color Cylindrical-coordinate representation of color #2A349B: hue angle of 234.69º 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 #2A349B is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4252155-
CMYK0.730.6600.39
HSL234.69º57.36%38.63%-
HSV(B)234.69º72.9%60.78%-
XYZ8.15.3131.61-
YUV60.75181.19114.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.87%
GREEN value IS 52 (20.70% from 255) = 20.88%
BLUE value IS 155 (60.94% from 255) = 62.25%
R=16.87%
G=20.88%
B=62.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42521550.730.6600.39234.6957.3638.63
Hex2A349B4942027eb3927
Octal52642331111020473537147
Binary1010101101001001101110010011000010010011111101011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A349B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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