#2A3499

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

Shades of Egyptian Blue #2A3499

Tints of Egyptian Blue #2A3499

Color information

#2A3499 (or 0x2A3499) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 34 and 99. RGB value is (42,52,153). Sum of RGB (Red+Green+Blue) = 42+52+153=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A3499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3499 is #D5CB66. Grayscale: #3C3C3C. Windows color (decimal): -14011239 or 10040362. OLE color: 10040362.

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

Color convert

RGB4252153-
CMYK0.730.6600.4
HSL234.59º56.92%38.24%-
HSV(B)234.59º72.55%60%-
XYZ7.935.2530.73-
YUV60.52180.19114.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.00%
GREEN value IS 52 (20.70% from 255) = 21.05%
BLUE value IS 153 (60.16% from 255) = 61.94%
R=17.00%
G=21.05%
B=61.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal42521530.730.6600.4234.5956.9238.24
Hex2A34994942028eb3926
Octal52642311111020503537146
Binary1010101101001001100110010011000010010100011101011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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