COLOR #2677C8

HEX: #2677C8
RGB: (38,119,200)

Color info

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

RGB color model

#2677C8 color RGB value is (38,119,200).

  • red value is 38;
  • green value is 119;
  • blue value is 200.
RGB:
(38,119,200)
(15%,47%,78%)

RGB channels and saturation

R 38 of 255 = 15%
G 119 of 255 = 47%
B 200 of 255 = 78%

38
119
200

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

Portions of RGB colors in percentages

R + G + B =
38 + 119 + 200 = 357 (100%)
R 38 of 357 ~ 10.64%
G 119 of 357 ~ 33.33%
B 200 of 357 ~ 56.02%

%10.64
%33.33
%56.02

CMYK color model

#2677C8 color CMYK value is (81,41,0,22).

  • cyan value is 81.00%
  • magenta value is 40.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(81,41,0,22)
C81M41Y0K22 
(81%,41%,0%,22%)
(0.81/0.41/0.00/0.22)	

CMYK percentages

%81
%40.5
%0
%21.57

Codes

Color #2677C8 in popluar color models

2677C8
RGB38119200
HSL210°68.07%46.67%
HSB/HSV210°81.00%78.43%
CMYK81.00%40.50%0.00%
21.57%

Color #2677C8 in popluar number systems.

HEX2677C8
Decimal38119200
Binary100110111011111001000
Octal46167310

Shades and tints

Shades of #2677C8

#2677C8
(38,119,200)
#236DB6
(35,109,182)
#2063A4
(32,99,164)
#1D5992
(29,89,146)
#1A4F80
(26,79,128)
#17456E
(23,69,110)
#143B5C
(20,59,92)
#11314A
(17,49,74)
#0E2738
(14,39,56)
#0B1D26
(11,29,38)
#081314
(8,19,20)
#000000
(0,0,0)

Tints of #2677C8

#2677C8
(38,119,200)
#3983CD
(57,131,205)
#4C8FD2
(76,143,210)
#5F9BD7
(95,155,215)
#72A7DC
(114,167,220)
#85B3E1
(133,179,225)
#98BFE6
(152,191,230)
#ABCBEB
(171,203,235)
#BED7F0
(190,215,240)
#D1E3F5
(209,227,245)
#E4EFFA
(228,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2677C8 color. Also use rgb(38,119,200) instead hex code.

Text Font Color

.myTextColor { color: #2677C8; }

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

This text font color is #2677C8.


Background Color

.myBgColor { background-color: #2677C8; }

<div style="background-color:#2677C8">Inner text</div>

This div background color is #2677C8.


Border color

.myBorderColor { border: 1px solid #2677C8; }

<div style="border:3px solid #2677C8">Div</div>

This div border color is #2677C8.


Opacity

.myOpacity80 { color: #2677C8; opacity: 0.8; }

<p style="color:#2677C8;opacity:0.8;">80%</p>

Text with #2677C8 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 #2677C8;}

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

This text has shadow with #2677C8 color.

.textShadow {text-shadow: 3px 3px 1px #2677C8, 3px 3px 1px red;}

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

This text has shadow with #2677C8 primary color and red secondary color.


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

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

This text has shadow with #2677C8 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2677C8;
-webkit-box-shadow: 1px 1px 3px 2px #2677C8;
box-shadow:1px 1px 3px 2px #2677C8;">
Div content here</div>
This div box has shadow with color #2677C8.

Preview

Color preview on black background

This text has color #2677C8 on black background.


Color preview on white background

This text has color #2677C8 on white background.



Black color preview on #2677C8 background

This text has black color on #2677C8 background.


White color preview on #2677C8 background

This text has white color on #2677C8 background.