#2E0DC3

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

Shades of Medium Blue #2E0DC3

Tints of Medium Blue #2E0DC3

Color information

#2E0DC3 (or 0x2E0DC3) is unknown color: approx Medium Blue. HEX triplet: 2E, 0D and C3. RGB value is (46,13,195). Sum of RGB (Red+Green+Blue) = 46+13+195=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 195 (76.56% from 255 or 76.77% from 254); Max value from RGB is 195 - color contains mainly: blue. Hex color #2E0DC3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0DC3 is #D1F23C. Grayscale: #2A2A2A. Windows color (decimal): -13759037 or 12782894. OLE color: 12782894.

HSL color Cylindrical-coordinate representation of color #2E0DC3: hue angle of 250.88º degrees, saturation: 0.88, 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 #2E0DC3 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4613195-
CMYK0.760.9300.24
HSL250.88º87.5%40.78%-
HSV(B)250.88º93.33%76.47%-
XYZ11.124.8151.97-
YUV43.61213.43129.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.11%
GREEN value IS 13 (5.47% from 255) = 5.12%
BLUE value IS 195 (76.56% from 255) = 76.77%
R=18.11%
G=5.12%
B=76.77%

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
Decimal46131950.760.9300.24250.8887.540.78
Hex2EDC34C5D018fb5829
Octal561530311413503037313051
Binary10111011011100001110011001011101011000111110111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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