COLOR #2676D3

HEX: #2676D3
RGB: (38,118,211)

Color info

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

RGB color model

#2676D3 color RGB value is (38,118,211).

  • red value is 38;
  • green value is 118;
  • blue value is 211.
RGB:
(38,118,211)
(15%,46%,83%)

RGB channels and saturation

R 38 of 255 = 15%
G 118 of 255 = 46%
B 211 of 255 = 83%

38
118
211

R + G + B ~ 48%. #2676D3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
38 + 118 + 211 = 367 (100%)
R 38 of 367 ~ 10.35%
G 118 of 367 ~ 32.15%
B 211 of 367 ~ 57.49%

%10.35
%32.15
%57.49

CMYK color model

#2676D3 color CMYK value is (82,44,0,17).

  • cyan value is 81.99%
  • magenta value is 44.08%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(82,44,0,17)
C82M44Y0K17 
(82%,44%,0%,17%)
(0.82/0.44/0.00/0.17)	

CMYK percentages

%81.99
%44.08
%0
%17.25

Codes

Color #2676D3 in popluar color models

2676D3
RGB38118211
HSL212°69.48%48.82%
HSB/HSV212°81.99%82.75%
CMYK81.99%44.08%0.00%
17.25%

Color #2676D3 in popluar number systems.

HEX2676D3
Decimal38118211
Binary100110111011011010011
Octal46166323

Shades and tints

Shades of #2676D3

#2676D3
(38,118,211)
#236CC0
(35,108,192)
#2062AD
(32,98,173)
#1D589A
(29,88,154)
#1A4E87
(26,78,135)
#174474
(23,68,116)
#143A61
(20,58,97)
#11304E
(17,48,78)
#0E263B
(14,38,59)
#0B1C28
(11,28,40)
#081215
(8,18,21)
#000000
(0,0,0)

Tints of #2676D3

#2676D3
(38,118,211)
#3982D7
(57,130,215)
#4C8EDB
(76,142,219)
#5F9ADF
(95,154,223)
#72A6E3
(114,166,227)
#85B2E7
(133,178,231)
#98BEEB
(152,190,235)
#ABCAEF
(171,202,239)
#BED6F3
(190,214,243)
#D1E2F7
(209,226,247)
#E4EEFB
(228,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2676D3 color. Also use rgb(38,118,211) instead hex code.

Text Font Color

.myTextColor { color: #2676D3; }

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

This text font color is #2676D3.


Background Color

.myBgColor { background-color: #2676D3; }

<div style="background-color:#2676D3">Inner text</div>

This div background color is #2676D3.


Border color

.myBorderColor { border: 1px solid #2676D3; }

<div style="border:3px solid #2676D3">Div</div>

This div border color is #2676D3.


Opacity

.myOpacity80 { color: #2676D3; opacity: 0.8; }

<p style="color:#2676D3;opacity:0.8;">80%</p>

Text with #2676D3 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 #2676D3;}

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

This text has shadow with #2676D3 color.

.textShadow {text-shadow: 3px 3px 1px #2676D3, 3px 3px 1px red;}

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

This text has shadow with #2676D3 primary color and red secondary color.


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

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

This text has shadow with #2676D3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2676D3 on black background.


Color preview on white background

This text has color #2676D3 on white background.



Black color preview on #2676D3 background

This text has black color on #2676D3 background.


White color preview on #2676D3 background

This text has white color on #2676D3 background.