#2E0ACC

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

Shades of Medium Blue #2E0ACC

Tints of Medium Blue #2E0ACC

Color information

#2E0ACC (or 0x2E0ACC) is unknown color: approx Medium Blue. HEX triplet: 2E, 0A and CC. RGB value is (46,10,204). Sum of RGB (Red+Green+Blue) = 46+10+204=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 204 (80.08% from 255 or 78.46% from 260); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E0ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0ACC is #D1F533. Grayscale: #2A2A2A. Windows color (decimal): -13759796 or 13371950. OLE color: 13371950.

HSL color Cylindrical-coordinate representation of color #2E0ACC: hue angle of 251.13º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E0ACC is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4610204-
CMYK0.770.9500.2
HSL251.13º90.65%41.96%-
HSV(B)251.13º95.1%80%-
XYZ12.135.1657.48-
YUV42.88218.93130.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.69%
GREEN value IS 10 (4.30% from 255) = 3.85%
BLUE value IS 204 (80.08% from 255) = 78.46%
R=17.69%
G=3.85%
B=78.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal46102040.770.9500.2251.1390.6541.96
Hex2EACC4D5F014fb5b2a
Octal561231411513702437313352
Binary10111010101100110010011011011111010100111110111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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