#2A339C

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

Shades of Egyptian Blue #2A339C

Tints of Egyptian Blue #2A339C

Color information

#2A339C (or 0x2A339C) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 33 and 9C. RGB value is (42,51,156). Sum of RGB (Red+Green+Blue) = 42+51+156=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A339C is #D5CC63. Grayscale: #3B3B3B. Windows color (decimal): -14011492 or 10236714. OLE color: 10236714.

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

Color convert

RGB4251156-
CMYK0.730.6700.39
HSL235.26º57.58%38.82%-
HSV(B)235.26º73.08%61.18%-
XYZ8.145.2632.04-
YUV60.28182.02114.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.87%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 156 (61.33% from 255) = 62.65%
R=16.87%
G=20.48%
B=62.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42511560.730.6700.39235.2657.5838.82
Hex2A339C4943027eb3a27
Octal52632341111030473537247
Binary1010101100111001110010010011000011010011111101011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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