COLOR #2E78BE

HEX: #2E78BE RGB: (46,120,190)

Color info

#2E78BE contains mainly blue color. Web safe color of #2E78BE is #3366CC (or #36C).

RGB color model

#2E78BE color RGB value is (46,120,190).

RGB: (46,120,190) (18%, 47%, 75%)

RGB channels and saturation

R 46 of 255 = 18%
G 120 of 255 = 47%
B 190 of 255 = 75%

46
120
190

R + G + B ~ 47%. #2E78BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 46 + 120 + 190 = 356 (100%)
R 46 of 356 ~ 12.92%
G 120 of 356 ~ 33.71%
B 190 of 356 ~ 53.37'%

%12.92
%33.71
%53.37

CMYK color model

#2E78BE color CMYK value is (76,37,0,25).

  • cyan value is 75.79%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (76,37,0,25)
C76M37Y0K25 (76%, 37%, 0%, 25%)
(0.76 / 0.37 / 0.00 / 0.25)

CMYK percentages

%75.79
%36.84
%0
%25.49

Codes

Color #2E78BE in popluar color models

2E 78 BE
RGB 46 120 190
HSL 209° 61.02% 46.27%
HSB/HSV 209° 75.79% 74.51%
CMYK 75.79% 36.84% 0.00%
25.49%

Color #2E78BE in popluar number systems.

HEX 2E 78 BE
Decimal 46 120 190
Binary 101110 1111000 10111110
Octal 56 170 276

Shades and tints

Shades of #2E78BE

#2E78BE
(46,120,190)
#2A6EAD
(42,110,173)
#26649C
(38,100,156)
#225A8B
(34,90,139)
#1E507A
(30,80,122)
#1A4669
(26,70,105)
#163C58
(22,60,88)
#123247
(18,50,71)
#0E2836
(14,40,54)
#0A1E25
(10,30,37)
#061414
(6,20,20)
#000000
(0,0,0)

Tints of #2E78BE

#2E78BE
(46,120,190)
#4184C3
(65,132,195)
#5490C8
(84,144,200)
#679CCD
(103,156,205)
#7AA8D2
(122,168,210)
#8DB4D7
(141,180,215)
#A0C0DC
(160,192,220)
#B3CCE1
(179,204,225)
#C6D8E6
(198,216,230)
#D9E4EB
(217,228,235)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E78BE color. Also use rgb(46,120,190) instead hex code.

Text Font Color

.myTextColor { color: #2E78BE; }

<p style="color:#2E78BE">This sample text font color is #2E78BE.</p>

This text font color is #2E78BE.

Background Color

.myBgColor { background-color: #2E78BE; }

<div style="background-color:#2E78BE">Inner text</div>

This div background color is #2E78BE.

Border color

.myBorderColor { border: 1px solid #2E78BE; }

<div style="border:3px solid #2E78BE">Div</div>

This div border color is #2E78BE.

Opacity

.myOpacity80 { color: #2E78BE; opacity: 0.8; }

<p style="color:#2E78BE;opacity:0.8;">80%</p>

Text with #2E78BE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #2E78BE;}

<p style="text-shadow: 3px 3px 1px #2E78BE">Text here.</p>

This text has shadow with #2E78BE color.


.textShadow {text-shadow: 3px 3px 1px #2E78BE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #2E78BE, 5px 5px 20px red">Text here.</p>

This text has shadow with #2E78BE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2E78BE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#2E78BE, Direction=45, Strength=4)">Text</p>

This text has shadow with #2E78BE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #2E78BE;
-webkit-box-shadow: 1px 1px 3px 2px #2E78BE;
box-shadow: 1px 1px 3px 2px #2E78BE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2E78BE; -webkit-box-shadow: 1px 1px 3px 2px #2E78BE; box-shadow:1px 1px 3px 2px #2E78BE;">
Div content here
</div>

This div box has shadow with color #2E78BE.

Preview

Color preview on black background

This text has color #2E78BE on black background.


Color preview on white background

This text has color #2E78BE on white background.


Black color preview on #2E78BE background

This text has black color on #2E78BE background.


White color preview on #2E78BE background

This text has white color on #2E78BE background.


Related colors

Complementary color

Complementary color for #hex is #D18741.


I love getcolorcode.com

Triadic colors

1 #BE2E78 and #78BE2E with #2E78BE are triadic colors.

2 #BE782E and #782EBE with #2E78BE are triadic colors.