COLOR #2C6886

HEX: #2C6886
RGB: (44,104,134)

Color info

#2C6886 contains mainly green and blue colors. Web safe color of #2C6886 is #336699 (or #369).

RGB color model

#2C6886 color RGB value is (44,104,134).

  • red value is 44;
  • green value is 104;
  • blue value is 134.
RGB:
(44,104,134)
(17%,41%,53%)

RGB channels and saturation

R 44 of 255 = 17%
G 104 of 255 = 41%
B 134 of 255 = 53%

44
104
134

R + G + B ~ 37%. #2C6886 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 104 + 134 = 282 (100%)
R 44 of 282 ~ 15.6%
G 104 of 282 ~ 36.88%
B 134 of 282 ~ 47.52%

%15.6
%36.88
%47.52

CMYK color model

#2C6886 color CMYK value is (67,22,0,47).

  • cyan value is 67.16%
  • magenta value is 22.39%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(67,22,0,47)
C67M22Y0K47 
(67%,22%,0%,47%)
(0.67/0.22/0.00/0.47)	

CMYK percentages

%67.16
%22.39
%0
%47.45

Codes

Color #2C6886 in popluar color models

2C6886
RGB44104134
HSL200°50.56%34.90%
HSB/HSV200°67.16%52.55%
CMYK67.16%22.39%0.00%
47.45%

Color #2C6886 in popluar number systems.

HEX2C6886
Decimal44104134
Binary101100110100010000110
Octal54150206

Shades and tints

Shades of #2C6886

#2C6886
(44,104,134)
#285F7A
(40,95,122)
#24566E
(36,86,110)
#204D62
(32,77,98)
#1C4456
(28,68,86)
#183B4A
(24,59,74)
#14323E
(20,50,62)
#102932
(16,41,50)
#0C2026
(12,32,38)
#08171A
(8,23,26)
#040E0E
(4,14,14)
#000000
(0,0,0)

Tints of #2C6886

#2C6886
(44,104,134)
#3F7591
(63,117,145)
#52829C
(82,130,156)
#658FA7
(101,143,167)
#789CB2
(120,156,178)
#8BA9BD
(139,169,189)
#9EB6C8
(158,182,200)
#B1C3D3
(177,195,211)
#C4D0DE
(196,208,222)
#D7DDE9
(215,221,233)
#EAEAF4
(234,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C6886 color. Also use rgb(44,104,134) instead hex code.

Text Font Color

.myTextColor { color: #2C6886; }

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

This text font color is #2C6886.


Background Color

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

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

This div background color is #2C6886.


Border color

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

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

This div border color is #2C6886.


Opacity

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

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

Text with #2C6886 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 #2C6886;}

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

This text has shadow with #2C6886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C6886 on black background.


Color preview on white background

This text has color #2C6886 on white background.



Black color preview on #2C6886 background

This text has black color on #2C6886 background.


White color preview on #2C6886 background

This text has white color on #2C6886 background.