#2A3F9E

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

Shades of Egyptian Blue #2A3F9E

Tints of Egyptian Blue #2A3F9E

Color information

#2A3F9E (or 0x2A3F9E) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 3F and 9E. RGB value is (42,63,158). Sum of RGB (Red+Green+Blue) = 42+63+158=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A3F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3F9E is #D5C061. Grayscale: #434343. Windows color (decimal): -14008418 or 10370858. OLE color: 10370858.

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

Color convert

RGB4263158-
CMYK0.730.6000.38
HSL229.14º58%39.22%-
HSV(B)229.14º73.42%61.96%-
XYZ8.96.5233.14-
YUV67.55179.04109.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.97%
GREEN value IS 63 (25% from 255) = 23.95%
BLUE value IS 158 (62.11% from 255) = 60.08%
R=15.97%
G=23.95%
B=60.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42631580.730.6000.38229.145839.22
Hex2A3F9E493C026e53a27
Octal5277236111740463457247
Binary101010111111100111101001001111100010011011100101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,63,158); }

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

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

 a { background-color: rgb(42,63,158); }

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

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

 span { border-color: rgb(42,63,158); }

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