COLOR #2C617E

HEX: #2C617E
RGB: (44,97,126)

Color info

#2C617E contains mainly green and blue colors. Web safe color of #2C617E is #336666 (or #366).

RGB color model

#2C617E color RGB value is (44,97,126).

  • red value is 44;
  • green value is 97;
  • blue value is 126.
RGB:
(44,97,126)
(17%,38%,49%)

RGB channels and saturation

R 44 of 255 = 17%
G 97 of 255 = 38%
B 126 of 255 = 49%

44
97
126

R + G + B ~ 35%. #2C617E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 97 + 126 = 267 (100%)
R 44 of 267 ~ 16.48%
G 97 of 267 ~ 36.33%
B 126 of 267 ~ 47.19%

%16.48
%36.33
%47.19

CMYK color model

#2C617E color CMYK value is (65,23,0,51).

  • cyan value is 65.08%
  • magenta value is 23.02%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(65,23,0,51)
C65M23Y0K51 
(65%,23%,0%,51%)
(0.65/0.23/0.00/0.51)	

CMYK percentages

%65.08
%23.02
%0
%50.59

Codes

Color #2C617E in popluar color models

2C617E
RGB4497126
HSL201°48.24%33.33%
HSB/HSV201°65.08%49.41%
CMYK65.08%23.02%0.00%
50.59%

Color #2C617E in popluar number systems.

HEX2C617E
Decimal4497126
Binary10110011000011111110
Octal54141176

Shades and tints

Shades of #2C617E

#2C617E
(44,97,126)
#285973
(40,89,115)
#245168
(36,81,104)
#20495D
(32,73,93)
#1C4152
(28,65,82)
#183947
(24,57,71)
#14313C
(20,49,60)
#102931
(16,41,49)
#0C2126
(12,33,38)
#08191B
(8,25,27)
#041110
(4,17,16)
#000000
(0,0,0)

Tints of #2C617E

#2C617E
(44,97,126)
#3F6F89
(63,111,137)
#527D94
(82,125,148)
#658B9F
(101,139,159)
#7899AA
(120,153,170)
#8BA7B5
(139,167,181)
#9EB5C0
(158,181,192)
#B1C3CB
(177,195,203)
#C4D1D6
(196,209,214)
#D7DFE1
(215,223,225)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C617E color. Also use rgb(44,97,126) instead hex code.

Text Font Color

.myTextColor { color: #2C617E; }

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

This text font color is #2C617E.


Background Color

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

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

This div background color is #2C617E.


Border color

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

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

This div border color is #2C617E.


Opacity

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

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

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

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

This text has shadow with #2C617E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C617E on black background.


Color preview on white background

This text has color #2C617E on white background.



Black color preview on #2C617E background

This text has black color on #2C617E background.


White color preview on #2C617E background

This text has white color on #2C617E background.