#2E319F

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

Shades of Egyptian Blue #2E319F

Tints of Egyptian Blue #2E319F

Color information

#2E319F (or 0x2E319F) is unknown color: approx Egyptian Blue. HEX triplet: 2E, 31 and 9F. RGB value is (46,49,159). Sum of RGB (Red+Green+Blue) = 46+49+159=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E319F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E319F is #D1CE60. Grayscale: #3C3C3C. Windows color (decimal): -13749857 or 10432814. OLE color: 10432814.

HSL color Cylindrical-coordinate representation of color #2E319F: hue angle of 238.41º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E319F is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4649159-
CMYK0.710.6900.38
HSL238.41º55.12%40.2%-
HSV(B)238.41º71.07%62.35%-
XYZ8.485.2833.37-
YUV60.64183.51117.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.11%
GREEN value IS 49 (19.53% from 255) = 19.29%
BLUE value IS 159 (62.5% from 255) = 62.60%
R=18.11%
G=19.29%
B=62.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal46491590.710.6900.38238.4155.1240.2
Hex2E319F4745026ee3728
Octal56612371071050463566750
Binary1011101100011001111110001111000101010011011101110110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E319F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,49,159); }

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

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

 a { background-color: rgb(46,49,159); }

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

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

 span { border-color: rgb(46,49,159); }

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