#2A299C

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

Shades of Egyptian Blue #2A299C

Tints of Egyptian Blue #2A299C

Color information

#2A299C (or 0x2A299C) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 29 and 9C. RGB value is (42,41,156). Sum of RGB (Red+Green+Blue) = 42+41+156=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A299C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A299C is #D5D663. Grayscale: #353535. Windows color (decimal): -14014052 or 10234154. OLE color: 10234154.

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

Color convert

RGB4241156-
CMYK0.730.7400.39
HSL240.52º58.38%38.63%-
HSV(B)240.52º73.72%61.18%-
XYZ7.754.4831.91-
YUV54.41185.33119.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.57%
GREEN value IS 41 (16.41% from 255) = 17.15%
BLUE value IS 156 (61.33% from 255) = 65.27%
R=17.57%
G=17.15%
B=65.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42411560.730.7400.39240.5258.3838.63
Hex2A299C494A027f13a27
Octal52512341111120473617247
Binary1010101010011001110010010011001010010011111110001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A299C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,41,156); }

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

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

 a { background-color: rgb(42,41,156); }

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

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

 span { border-color: rgb(42,41,156); }

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