#2A3299

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

Shades of Egyptian Blue #2A3299

Tints of Egyptian Blue #2A3299

Color information

#2A3299 (or 0x2A3299) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 32 and 99. RGB value is (42,50,153). Sum of RGB (Red+Green+Blue) = 42+50+153=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A3299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3299 is #D5CD66. Grayscale: #3A3A3A. Windows color (decimal): -14011751 or 10039850. OLE color: 10039850.

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

Color convert

RGB4250153-
CMYK0.730.6700.4
HSL235.68º56.92%38.24%-
HSV(B)235.68º72.55%60%-
XYZ7.855.0730.7-
YUV59.35180.85115.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.14%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 153 (60.16% from 255) = 62.45%
R=17.14%
G=20.41%
B=62.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal42501530.730.6700.4235.6856.9238.24
Hex2A32994943028ec3926
Octal52622311111030503547146
Binary1010101100101001100110010011000011010100011101100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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