COLOR #2C6F8D

HEX: #2C6F8D RGB: (44,111,141)

Color info

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

RGB color model

#2C6F8D color RGB value is (44,111,141).

RGB: (44,111,141) (17%, 44%, 55%)

RGB channels and saturation

R 44 of 255 = 17%
G 111 of 255 = 44%
B 141 of 255 = 55%

44
111
141

R + G + B ~ 39%. #2C6F8D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 44 + 111 + 141 = 296 (100%)
R 44 of 296 ~ 14.86%
G 111 of 296 ~ 37.5%
B 141 of 296 ~ 47.64'%

%14.86
%37.5
%47.64

CMYK color model

#2C6F8D color CMYK value is (69,21,0,45).

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

CMYK: (69,21,0,45)
C69M21Y0K45 (69%, 21%, 0%, 45%)
(0.69 / 0.21 / 0.00 / 0.45)

CMYK percentages

%68.79
%21.28
%0
%44.71

Codes

Color #2C6F8D in popluar color models

2C 6F 8D
RGB 44 111 141
HSL 199° 52.43% 36.27%
HSB/HSV 199° 68.79% 55.29%
CMYK 68.79% 21.28% 0.00%
44.71%

Color #2C6F8D in popluar number systems.

HEX 2C 6F 8D
Decimal 44 111 141
Binary 101100 1101111 10001101
Octal 54 157 215

Shades and tints

Shades of #2C6F8D

#2C6F8D
(44,111,141)
#286581
(40,101,129)
#245B75
(36,91,117)
#205169
(32,81,105)
#1C475D
(28,71,93)
#183D51
(24,61,81)
#143345
(20,51,69)
#102939
(16,41,57)
#0C1F2D
(12,31,45)
#081521
(8,21,33)
#040B15
(4,11,21)
#000000
(0,0,0)

Tints of #2C6F8D

#2C6F8D
(44,111,141)
#3F7C97
(63,124,151)
#5289A1
(82,137,161)
#6596AB
(101,150,171)
#78A3B5
(120,163,181)
#8BB0BF
(139,176,191)
#9EBDC9
(158,189,201)
#B1CAD3
(177,202,211)
#C4D7DD
(196,215,221)
#D7E4E7
(215,228,231)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C6F8D; }

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

This text font color is #2C6F8D.

Background Color

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

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

This div background color is #2C6F8D.

Border color

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

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

This div border color is #2C6F8D.

Opacity

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

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

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

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

This text has shadow with #2C6F8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C6F8D.

Preview

Color preview on black background

This text has color #2C6F8D on black background.


Color preview on white background

This text has color #2C6F8D on white background.


Black color preview on #2C6F8D background

This text has black color on #2C6F8D background.


White color preview on #2C6F8D background

This text has white color on #2C6F8D background.


Related colors

Complementary color

Complementary color for #hex is #D39072.


I love getcolorcode.com

Triadic colors

1 #8D2C6F and #6F8D2C with #2C6F8D are triadic colors.

2 #8D6F2C and #6F2C8D with #2C6F8D are triadic colors.