COLOR #2C6E8D

HEX: #2C6E8D RGB: (44,110,141)

Color info

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

RGB color model

#2C6E8D color RGB value is (44,110,141).

RGB: (44,110,141) (17%, 43%, 55%)

RGB channels and saturation

R 44 of 255 = 17%
G 110 of 255 = 43%
B 141 of 255 = 55%

44
110
141

R + G + B ~ 38%. #2C6E8D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 44 + 110 + 141 = 295 (100%)
R 44 of 295 ~ 14.92%
G 110 of 295 ~ 37.29%
B 141 of 295 ~ 47.8'%

%14.92
%37.29
%47.8

CMYK color model

#2C6E8D color CMYK value is (69,22,0,45).

  • cyan value is 68.79%
  • magenta value is 21.99%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (69,22,0,45)
C69M22Y0K45 (69%, 22%, 0%, 45%)
(0.69 / 0.22 / 0.00 / 0.45)

CMYK percentages

%68.79
%21.99
%0
%44.71

Codes

Color #2C6E8D in popluar color models

2C 6E 8D
RGB 44 110 141
HSL 199° 52.43% 36.27%
HSB/HSV 199° 68.79% 55.29%
CMYK 68.79% 21.99% 0.00%
44.71%

Color #2C6E8D in popluar number systems.

HEX 2C 6E 8D
Decimal 44 110 141
Binary 101100 1101110 10001101
Octal 54 156 215

Shades and tints

Shades of #2C6E8D

#2C6E8D
(44,110,141)
#286481
(40,100,129)
#245A75
(36,90,117)
#205069
(32,80,105)
#1C465D
(28,70,93)
#183C51
(24,60,81)
#143245
(20,50,69)
#102839
(16,40,57)
#0C1E2D
(12,30,45)
#081421
(8,20,33)
#040A15
(4,10,21)
#000000
(0,0,0)

Tints of #2C6E8D

#2C6E8D
(44,110,141)
#3F7B97
(63,123,151)
#5288A1
(82,136,161)
#6595AB
(101,149,171)
#78A2B5
(120,162,181)
#8BAFBF
(139,175,191)
#9EBCC9
(158,188,201)
#B1C9D3
(177,201,211)
#C4D6DD
(196,214,221)
#D7E3E7
(215,227,231)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C6E8D color. Also use rgb(44,110,141) instead hex code.

Text Font Color

.myTextColor { color: #2C6E8D; }

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

This text font color is #2C6E8D.

Background Color

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

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

This div background color is #2C6E8D.

Border color

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

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

This div border color is #2C6E8D.

Opacity

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

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

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

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

This text has shadow with #2C6E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C6E8D.

Preview

Color preview on black background

This text has color #2C6E8D on black background.


Color preview on white background

This text has color #2C6E8D on white background.


Black color preview on #2C6E8D background

This text has black color on #2C6E8D background.


White color preview on #2C6E8D background

This text has white color on #2C6E8D background.


Related colors

Complementary color

Complementary color for #hex is #D39172.


I love getcolorcode.com

Triadic colors

1 #8D2C6E and #6E8D2C with #2C6E8D are triadic colors.

2 #8D6E2C and #6E2C8D with #2C6E8D are triadic colors.