COLOR #2C6E9E

HEX: #2C6E9E
RGB: (44,110,158)

Color info

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

RGB color model

#2C6E9E color RGB value is (44,110,158).

  • red value is 44;
  • green value is 110;
  • blue value is 158.
RGB:
(44,110,158)
(17%,43%,62%)

RGB channels and saturation

R 44 of 255 = 17%
G 110 of 255 = 43%
B 158 of 255 = 62%

44
110
158

R + G + B ~ 41%. #2C6E9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
44 + 110 + 158 = 312 (100%)
R 44 of 312 ~ 14.1%
G 110 of 312 ~ 35.26%
B 158 of 312 ~ 50.64%

%14.1
%35.26
%50.64

CMYK color model

#2C6E9E color CMYK value is (72,30,0,38).

  • cyan value is 72.15%
  • magenta value is 30.38%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(72,30,0,38)
C72M30Y0K38 
(72%,30%,0%,38%)
(0.72/0.30/0.00/0.38)	

CMYK percentages

%72.15
%30.38
%0
%38.04

Codes

Color #2C6E9E in popluar color models

2C6E9E
RGB44110158
HSL205°56.44%39.61%
HSB/HSV205°72.15%61.96%
CMYK72.15%30.38%0.00%
38.04%

Color #2C6E9E in popluar number systems.

HEX2C6E9E
Decimal44110158
Binary101100110111010011110
Octal54156236

Shades and tints

Shades of #2C6E9E

#2C6E9E
(44,110,158)
#286490
(40,100,144)
#245A82
(36,90,130)
#205074
(32,80,116)
#1C4666
(28,70,102)
#183C58
(24,60,88)
#14324A
(20,50,74)
#10283C
(16,40,60)
#0C1E2E
(12,30,46)
#081420
(8,20,32)
#040A12
(4,10,18)
#000000
(0,0,0)

Tints of #2C6E9E

#2C6E9E
(44,110,158)
#3F7BA6
(63,123,166)
#5288AE
(82,136,174)
#6595B6
(101,149,182)
#78A2BE
(120,162,190)
#8BAFC6
(139,175,198)
#9EBCCE
(158,188,206)
#B1C9D6
(177,201,214)
#C4D6DE
(196,214,222)
#D7E3E6
(215,227,230)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C6E9E; }

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

This text font color is #2C6E9E.


Background Color

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

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

This div background color is #2C6E9E.


Border color

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

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

This div border color is #2C6E9E.


Opacity

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

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

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

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

This text has shadow with #2C6E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C6E9E on black background.


Color preview on white background

This text has color #2C6E9E on white background.



Black color preview on #2C6E9E background

This text has black color on #2C6E9E background.


White color preview on #2C6E9E background

This text has white color on #2C6E9E background.