#2E0EC3

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

Shades of Medium Blue #2E0EC3

Tints of Medium Blue #2E0EC3

Color information

#2E0EC3 (or 0x2E0EC3) is unknown color: approx Medium Blue. HEX triplet: 2E, 0E and C3. RGB value is (46,14,195). Sum of RGB (Red+Green+Blue) = 46+14+195=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 195 (76.56% from 255 or 76.47% from 255); Max value from RGB is 195 - color contains mainly: blue. Hex color #2E0EC3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0EC3 is #D1F13C. Grayscale: #2B2B2B. Windows color (decimal): -13758781 or 12783150. OLE color: 12783150.

HSL color Cylindrical-coordinate representation of color #2E0EC3: hue angle of 250.61º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E0EC3 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4614195-
CMYK0.760.9300.24
HSL250.61º86.6%40.98%-
HSV(B)250.61º92.82%76.47%-
XYZ11.134.8451.98-
YUV44.2213.1129.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.04%
GREEN value IS 14 (5.86% from 255) = 5.49%
BLUE value IS 195 (76.56% from 255) = 76.47%
R=18.04%
G=5.49%
B=76.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46141950.760.9300.24250.6186.640.98
Hex2EEC34C5D018fb5729
Octal561630311413503037312751
Binary10111011101100001110011001011101011000111110111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,14,195); }

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

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

 a { background-color: rgb(46,14,195); }

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

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

 span { border-color: rgb(46,14,195); }

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