COLOR #2C7990

HEX: #2C7990
RGB: (44,121,144)

Color info

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

RGB color model

#2C7990 color RGB value is (44,121,144).

  • red value is 44;
  • green value is 121;
  • blue value is 144.
RGB:
(44,121,144)
(17%,47%,56%)

RGB channels and saturation

R 44 of 255 = 17%
G 121 of 255 = 47%
B 144 of 255 = 56%

44
121
144

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

Portions of RGB colors in percentages

R + G + B =
44 + 121 + 144 = 309 (100%)
R 44 of 309 ~ 14.24%
G 121 of 309 ~ 39.16%
B 144 of 309 ~ 46.6%

%14.24
%39.16
%46.6

CMYK color model

#2C7990 color CMYK value is (69,16,0,44).

  • cyan value is 69.44%
  • magenta value is 15.97%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(69,16,0,44)
C69M16Y0K44 
(69%,16%,0%,44%)
(0.69/0.16/0.00/0.44)	

CMYK percentages

%69.44
%15.97
%0
%43.53

Codes

Color #2C7990 in popluar color models

2C7990
RGB44121144
HSL194°53.19%36.86%
HSB/HSV194°69.44%56.47%
CMYK69.44%15.97%0.00%
43.53%

Color #2C7990 in popluar number systems.

HEX2C7990
Decimal44121144
Binary101100111100110010000
Octal54171220

Shades and tints

Shades of #2C7990

#2C7990
(44,121,144)
#286E83
(40,110,131)
#246376
(36,99,118)
#205869
(32,88,105)
#1C4D5C
(28,77,92)
#18424F
(24,66,79)
#143742
(20,55,66)
#102C35
(16,44,53)
#0C2128
(12,33,40)
#08161B
(8,22,27)
#040B0E
(4,11,14)
#000000
(0,0,0)

Tints of #2C7990

#2C7990
(44,121,144)
#3F859A
(63,133,154)
#5291A4
(82,145,164)
#659DAE
(101,157,174)
#78A9B8
(120,169,184)
#8BB5C2
(139,181,194)
#9EC1CC
(158,193,204)
#B1CDD6
(177,205,214)
#C4D9E0
(196,217,224)
#D7E5EA
(215,229,234)
#EAF1F4
(234,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C7990 color. Also use rgb(44,121,144) instead hex code.

Text Font Color

.myTextColor { color: #2C7990; }

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

This text font color is #2C7990.


Background Color

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

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

This div background color is #2C7990.


Border color

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

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

This div border color is #2C7990.


Opacity

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

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

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

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

This text has shadow with #2C7990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C7990 on black background.


Color preview on white background

This text has color #2C7990 on white background.



Black color preview on #2C7990 background

This text has black color on #2C7990 background.


White color preview on #2C7990 background

This text has white color on #2C7990 background.