#2E309F

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

Shades of Egyptian Blue #2E309F

Tints of Egyptian Blue #2E309F

Color information

#2E309F (or 0x2E309F) is unknown color: approx Egyptian Blue. HEX triplet: 2E, 30 and 9F. RGB value is (46,48,159). Sum of RGB (Red+Green+Blue) = 46+48+159=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E309F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E309F is #D1CF60. Grayscale: #3B3B3B. Windows color (decimal): -13750113 or 10432558. OLE color: 10432558.

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

Color convert

RGB4648159-
CMYK0.710.7000.38
HSL238.94º55.12%40.2%-
HSV(B)238.94º71.07%62.35%-
XYZ8.445.233.36-
YUV60.06183.84117.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.18%
GREEN value IS 48 (19.14% from 255) = 18.97%
BLUE value IS 159 (62.5% from 255) = 62.85%
R=18.18%
G=18.97%
B=62.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal46481590.710.7000.38238.9455.1240.2
Hex2E309F4746026ef3728
Octal56602371071060463576750
Binary1011101100001001111110001111000110010011011101111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E309F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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