COLOR #2C5266

HEX: #2C5266 RGB: (44,82,102)

Color info

#2C5266 contains red, green and blue colors in about the same proportion. Web safe color of #2C5266 is #336666 (or #366).

RGB color model

#2C5266 color RGB value is (44,82,102).

RGB: (44,82,102) (17%, 32%, 40%)

RGB channels and saturation

R 44 of 255 = 17%
G 82 of 255 = 32%
B 102 of 255 = 40%

44
82
102

R + G + B ~ 30%. #2C5266 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 44 + 82 + 102 = 228 (100%)
R 44 of 228 ~ 19.3%
G 82 of 228 ~ 35.96%
B 102 of 228 ~ 44.74'%

%19.3
%35.96
%44.74

CMYK color model

#2C5266 color CMYK value is (57,20,0,60).

  • cyan value is 56.86%
  • magenta value is 19.61%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK: (57,20,0,60) C57M20Y0K60 (57%,20%,0%,60%) (0.57/0.20/0.00/0.60) 

CMYK percentages

%56.86
%19.61
%0
%60

Codes

Color #2C5266 in popluar color models

2C 52 66
RGB 44 82 102
HSL 201° 39.73% 28.63%
HSB/HSV 201° 56.86% 40.00%
CMYK 56.86% 19.61% 0.00%
60.00%

Color #2C5266 in popluar number systems.

HEX 2C 52 66
Decimal 44 82 102
Binary 101100 1010010 1100110
Octal 54 122 146

Shades and tints

Shades of #2C5266

#2C5266
(44,82,102)
#284B5D
(40,75,93)
#244454
(36,68,84)
#203D4B
(32,61,75)
#1C3642
(28,54,66)
#182F39
(24,47,57)
#142830
(20,40,48)
#102127
(16,33,39)
#0C1A1E
(12,26,30)
#081315
(8,19,21)
#040C0C
(4,12,12)
#000000
(0,0,0)

Tints of #2C5266

#2C5266
(44,82,102)
#3F6173
(63,97,115)
#527080
(82,112,128)
#657F8D
(101,127,141)
#788E9A
(120,142,154)
#8B9DA7
(139,157,167)
#9EACB4
(158,172,180)
#B1BBC1
(177,187,193)
#C4CACE
(196,202,206)
#D7D9DB
(215,217,219)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C5266 color. Also use rgb(44,82,102) instead hex code.

Text Font Color

.myTextColor { color: #2C5266; }

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

This text font color is #2C5266.

Background Color

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

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

This div background color is #2C5266.

Border color

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

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

This div border color is #2C5266.

Opacity

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

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

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

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

This text has shadow with #2C5266 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C5266.

Preview

Color preview on black background

This text has color #2C5266 on black background.


Color preview on white background

This text has color #2C5266 on white background.


Black color preview on #2C5266 background

This text has black color on #2C5266 background.


White color preview on #2C5266 background

This text has white color on #2C5266 background.


Related colors

Complementary color

Complementary color for #hex is #D3AD99.


I love getcolorcode.com

Triadic colors

1 #662C52 and #52662C with #2C5266 are triadic colors.

2 #66522C and #522C66 with #2C5266 are triadic colors.