#2A3A9C

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

Shades of Egyptian Blue #2A3A9C

Tints of Egyptian Blue #2A3A9C

Color information

#2A3A9C (or 0x2A3A9C) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 3A and 9C. RGB value is (42,58,156). Sum of RGB (Red+Green+Blue) = 42+58+156=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A3A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3A9C is #D5C563. Grayscale: #3F3F3F. Windows color (decimal): -14009700 or 10238506. OLE color: 10238506.

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

Color convert

RGB4258156-
CMYK0.730.6300.39
HSL231.58º57.58%38.82%-
HSV(B)231.58º73.08%61.18%-
XYZ8.475.9232.15-
YUV64.39179.7112.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.41%
GREEN value IS 58 (23.05% from 255) = 22.66%
BLUE value IS 156 (61.33% from 255) = 60.94%
R=16.41%
G=22.66%
B=60.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42581560.730.6300.39231.5857.5838.82
Hex2A3A9C493F027e83a27
Octal5272234111770473507247
Binary101010111010100111001001001111111010011111101000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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