COLOR #2C6AA0

HEX: #2C6AA0
RGB: (44,106,160)

Color info

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

RGB color model

#2C6AA0 color RGB value is (44,106,160).

  • red value is 44;
  • green value is 106;
  • blue value is 160.
RGB:
(44,106,160)
(17%,42%,63%)

RGB channels and saturation

R 44 of 255 = 17%
G 106 of 255 = 42%
B 160 of 255 = 63%

44
106
160

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

Portions of RGB colors in percentages

R + G + B =
44 + 106 + 160 = 310 (100%)
R 44 of 310 ~ 14.19%
G 106 of 310 ~ 34.19%
B 160 of 310 ~ 51.61%

%14.19
%34.19
%51.61

CMYK color model

#2C6AA0 color CMYK value is (73,34,0,37).

  • cyan value is 72.50%
  • magenta value is 33.75%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(73,34,0,37)
C73M34Y0K37 
(73%,34%,0%,37%)
(0.73/0.34/0.00/0.37)	

CMYK percentages

%72.5
%33.75
%0
%37.25

Codes

Color #2C6AA0 in popluar color models

2C6AA0
RGB44106160
HSL208°56.86%40.00%
HSB/HSV208°72.50%62.75%
CMYK72.50%33.75%0.00%
37.25%

Color #2C6AA0 in popluar number systems.

HEX2C6AA0
Decimal44106160
Binary101100110101010100000
Octal54152240

Shades and tints

Shades of #2C6AA0

#2C6AA0
(44,106,160)
#286192
(40,97,146)
#245884
(36,88,132)
#204F76
(32,79,118)
#1C4668
(28,70,104)
#183D5A
(24,61,90)
#14344C
(20,52,76)
#102B3E
(16,43,62)
#0C2230
(12,34,48)
#081922
(8,25,34)
#041014
(4,16,20)
#000000
(0,0,0)

Tints of #2C6AA0

#2C6AA0
(44,106,160)
#3F77A8
(63,119,168)
#5284B0
(82,132,176)
#6591B8
(101,145,184)
#789EC0
(120,158,192)
#8BABC8
(139,171,200)
#9EB8D0
(158,184,208)
#B1C5D8
(177,197,216)
#C4D2E0
(196,210,224)
#D7DFE8
(215,223,232)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C6AA0 color. Also use rgb(44,106,160) instead hex code.

Text Font Color

.myTextColor { color: #2C6AA0; }

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

This text font color is #2C6AA0.


Background Color

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

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

This div background color is #2C6AA0.


Border color

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

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

This div border color is #2C6AA0.


Opacity

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

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

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

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

This text has shadow with #2C6AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C6AA0 on black background.


Color preview on white background

This text has color #2C6AA0 on white background.



Black color preview on #2C6AA0 background

This text has black color on #2C6AA0 background.


White color preview on #2C6AA0 background

This text has white color on #2C6AA0 background.