COLOR #2972B0

HEX: #2972B0
RGB: (41,114,176)

Color info

#2972B0 contains mainly blue color. Web safe color of #2972B0 is #336699 (or #369).

RGB color model

#2972B0 color RGB value is (41,114,176).

  • red value is 41;
  • green value is 114;
  • blue value is 176.
RGB:
(41,114,176)
(16%,45%,69%)

RGB channels and saturation

R 41 of 255 = 16%
G 114 of 255 = 45%
B 176 of 255 = 69%

41
114
176

R + G + B ~ 43%. #2972B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
41 + 114 + 176 = 331 (100%)
R 41 of 331 ~ 12.39%
G 114 of 331 ~ 34.44%
B 176 of 331 ~ 53.17%

%12.39
%34.44
%53.17

CMYK color model

#2972B0 color CMYK value is (77,35,0,31).

  • cyan value is 76.70%
  • magenta value is 35.23%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(77,35,0,31)
C77M35Y0K31 
(77%,35%,0%,31%)
(0.77/0.35/0.00/0.31)	

CMYK percentages

%76.7
%35.23
%0
%30.98

Codes

Color #2972B0 in popluar color models

2972B0
RGB41114176
HSL208°62.21%42.55%
HSB/HSV208°76.70%69.02%
CMYK76.70%35.23%0.00%
30.98%

Color #2972B0 in popluar number systems.

HEX2972B0
Decimal41114176
Binary101001111001010110000
Octal51162260

Shades and tints

Shades of #2972B0

#2972B0
(41,114,176)
#2668A0
(38,104,160)
#235E90
(35,94,144)
#205480
(32,84,128)
#1D4A70
(29,74,112)
#1A4060
(26,64,96)
#173650
(23,54,80)
#142C40
(20,44,64)
#112230
(17,34,48)
#0E1820
(14,24,32)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #2972B0

#2972B0
(41,114,176)
#3C7EB7
(60,126,183)
#4F8ABE
(79,138,190)
#6296C5
(98,150,197)
#75A2CC
(117,162,204)
#88AED3
(136,174,211)
#9BBADA
(155,186,218)
#AEC6E1
(174,198,225)
#C1D2E8
(193,210,232)
#D4DEEF
(212,222,239)
#E7EAF6
(231,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2972B0 color. Also use rgb(41,114,176) instead hex code.

Text Font Color

.myTextColor { color: #2972B0; }

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

This text font color is #2972B0.


Background Color

.myBgColor { background-color: #2972B0; }

<div style="background-color:#2972B0">Inner text</div>

This div background color is #2972B0.


Border color

.myBorderColor { border: 1px solid #2972B0; }

<div style="border:3px solid #2972B0">Div</div>

This div border color is #2972B0.


Opacity

.myOpacity80 { color: #2972B0; opacity: 0.8; }

<p style="color:#2972B0;opacity:0.8;">80%</p>

Text with #2972B0 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 #2972B0;}

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

This text has shadow with #2972B0 color.

.textShadow {text-shadow: 3px 3px 1px #2972B0, 3px 3px 1px red;}

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

This text has shadow with #2972B0 primary color and red secondary color.


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

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

This text has shadow with #2972B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2972B0 on black background.


Color preview on white background

This text has color #2972B0 on white background.



Black color preview on #2972B0 background

This text has black color on #2972B0 background.


White color preview on #2972B0 background

This text has white color on #2972B0 background.