#2A3799

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

Shades of Egyptian Blue #2A3799

Tints of Egyptian Blue #2A3799

Color information

#2A3799 (or 0x2A3799) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 37 and 99. RGB value is (42,55,153). Sum of RGB (Red+Green+Blue) = 42+55+153=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A3799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3799 is #D5C866. Grayscale: #3D3D3D. Windows color (decimal): -14010471 or 10041130. OLE color: 10041130.

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

Color convert

RGB4255153-
CMYK0.730.6400.4
HSL232.97º56.92%38.24%-
HSV(B)232.97º72.55%60%-
XYZ8.075.5230.78-
YUV62.28179.19113.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.8%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 153 (60.16% from 255) = 61.2%
R=16.8%
G=22%
B=61.2%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal42551530.730.6400.4232.9756.9238.24
Hex2A37994940028e93926
Octal52672311111000503517146
Binary1010101101111001100110010011000000010100011101001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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