#2E0AC6

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

Shades of Medium Blue #2E0AC6

Tints of Medium Blue #2E0AC6

Color information

#2E0AC6 (or 0x2E0AC6) is unknown color: approx Medium Blue. HEX triplet: 2E, 0A and C6. RGB value is (46,10,198). Sum of RGB (Red+Green+Blue) = 46+10+198=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 198 (77.73% from 255 or 77.95% from 254); Max value from RGB is 198 - color contains mainly: blue. Hex color #2E0AC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0AC6 is #D1F539. Grayscale: #292929. Windows color (decimal): -13759802 or 12978734. OLE color: 12978734.

HSL color Cylindrical-coordinate representation of color #2E0AC6: hue angle of 251.49º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E0AC6 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4610198-
CMYK0.770.9500.22
HSL251.49º90.38%40.78%-
HSV(B)251.49º94.95%77.65%-
XYZ11.434.8853.76-
YUV42.2215.93130.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.11%
GREEN value IS 10 (4.30% from 255) = 3.94%
BLUE value IS 198 (77.73% from 255) = 77.95%
R=18.11%
G=3.94%
B=77.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal46101980.770.9500.22251.4990.3840.78
Hex2EAC64D5F016fb5a29
Octal561230611513702637313251
Binary10111010101100011010011011011111010110111110111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,10,198); }

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

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

 a { background-color: rgb(46,10,198); }

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

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

 span { border-color: rgb(46,10,198); }

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