COLOR #2C6DBA

HEX: #2C6DBA
RGB: (44,109,186)

Color info

#2C6DBA contains mainly blue color. Web safe color of #2C6DBA is #3366CC (or #36C).

RGB color model

#2C6DBA color RGB value is (44,109,186).

  • red value is 44;
  • green value is 109;
  • blue value is 186.
RGB:
(44,109,186)
(17%,43%,73%)

RGB channels and saturation

R 44 of 255 = 17%
G 109 of 255 = 43%
B 186 of 255 = 73%

44
109
186

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

Portions of RGB colors in percentages

R + G + B =
44 + 109 + 186 = 339 (100%)
R 44 of 339 ~ 12.98%
G 109 of 339 ~ 32.15%
B 186 of 339 ~ 54.87%

%12.98
%32.15
%54.87

CMYK color model

#2C6DBA color CMYK value is (76,41,0,27).

  • cyan value is 76.34%
  • magenta value is 41.40%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(76,41,0,27)
C76M41Y0K27 
(76%,41%,0%,27%)
(0.76/0.41/0.00/0.27)	

CMYK percentages

%76.34
%41.4
%0
%27.06

Codes

Color #2C6DBA in popluar color models

2C6DBA
RGB44109186
HSL213°61.74%45.10%
HSB/HSV213°76.34%72.94%
CMYK76.34%41.40%0.00%
27.06%

Color #2C6DBA in popluar number systems.

HEX2C6DBA
Decimal44109186
Binary101100110110110111010
Octal54155272

Shades and tints

Shades of #2C6DBA

#2C6DBA
(44,109,186)
#2864AA
(40,100,170)
#245B9A
(36,91,154)
#20528A
(32,82,138)
#1C497A
(28,73,122)
#18406A
(24,64,106)
#14375A
(20,55,90)
#102E4A
(16,46,74)
#0C253A
(12,37,58)
#081C2A
(8,28,42)
#04131A
(4,19,26)
#000000
(0,0,0)

Tints of #2C6DBA

#2C6DBA
(44,109,186)
#3F7AC0
(63,122,192)
#5287C6
(82,135,198)
#6594CC
(101,148,204)
#78A1D2
(120,161,210)
#8BAED8
(139,174,216)
#9EBBDE
(158,187,222)
#B1C8E4
(177,200,228)
#C4D5EA
(196,213,234)
#D7E2F0
(215,226,240)
#EAEFF6
(234,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C6DBA color. Also use rgb(44,109,186) instead hex code.

Text Font Color

.myTextColor { color: #2C6DBA; }

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

This text font color is #2C6DBA.


Background Color

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

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

This div background color is #2C6DBA.


Border color

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

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

This div border color is #2C6DBA.


Opacity

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

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

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

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

This text has shadow with #2C6DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C6DBA on black background.


Color preview on white background

This text has color #2C6DBA on white background.



Black color preview on #2C6DBA background

This text has black color on #2C6DBA background.


White color preview on #2C6DBA background

This text has white color on #2C6DBA background.