#2A2D9C

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

Shades of Egyptian Blue #2A2D9C

Tints of Egyptian Blue #2A2D9C

Color information

#2A2D9C (or 0x2A2D9C) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 2D and 9C. RGB value is (42,45,156). Sum of RGB (Red+Green+Blue) = 42+45+156=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A2D9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2D9C is #D5D263. Grayscale: #383838. Windows color (decimal): -14013028 or 10235178. OLE color: 10235178.

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

Color convert

RGB4245156-
CMYK0.730.7100.39
HSL238.42º57.58%38.82%-
HSV(B)238.42º73.08%61.18%-
XYZ7.894.7731.96-
YUV56.76184.01117.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.28%
GREEN value IS 45 (17.97% from 255) = 18.52%
BLUE value IS 156 (61.33% from 255) = 64.20%
R=17.28%
G=18.52%
B=64.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42451560.730.7100.39238.4257.5838.82
Hex2A2D9C4947027ee3a27
Octal52552341111070473567247
Binary1010101011011001110010010011000111010011111101110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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