#2E309E

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

Shades of Egyptian Blue #2E309E

Tints of Egyptian Blue #2E309E

Color information

#2E309E (or 0x2E309E) is unknown color: approx Egyptian Blue. HEX triplet: 2E, 30 and 9E. RGB value is (46,48,158). Sum of RGB (Red+Green+Blue) = 46+48+158=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 158 (62.11% from 255 or 62.70% from 252); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E309E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E309E is #D1CF61. Grayscale: #3B3B3B. Windows color (decimal): -13750114 or 10367022. OLE color: 10367022.

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

Color convert

RGB4648158-
CMYK0.710.7000.38
HSL238.93º54.9%40%-
HSV(B)238.93º70.89%61.96%-
XYZ8.365.1632.9-
YUV59.94183.34118.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.25%
GREEN value IS 48 (19.14% from 255) = 19.05%
BLUE value IS 158 (62.11% from 255) = 62.70%
R=18.25%
G=19.05%
B=62.70%

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
Decimal46481580.710.7000.38238.9354.940
Hex2E309E4746026ef3728
Octal56602361071060463576750
Binary1011101100001001111010001111000110010011011101111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E309E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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