COLOR #2973B2

HEX: #2973B2
RGB: (41,115,178)

Color info

#2973B2 contains mainly blue color. Web safe color of #2973B2 is #336699 (or #369).

RGB color model

#2973B2 color RGB value is (41,115,178).

  • red value is 41;
  • green value is 115;
  • blue value is 178.
RGB:
(41,115,178)
(16%,45%,70%)

RGB channels and saturation

R 41 of 255 = 16%
G 115 of 255 = 45%
B 178 of 255 = 70%

41
115
178

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

Portions of RGB colors in percentages

R + G + B =
41 + 115 + 178 = 334 (100%)
R 41 of 334 ~ 12.28%
G 115 of 334 ~ 34.43%
B 178 of 334 ~ 53.29%

%12.28
%34.43
%53.29

CMYK color model

#2973B2 color CMYK value is (77,35,0,30).

  • cyan value is 76.97%
  • magenta value is 35.39%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(77,35,0,30)
C77M35Y0K30 
(77%,35%,0%,30%)
(0.77/0.35/0.00/0.30)	

CMYK percentages

%76.97
%35.39
%0
%30.2

Codes

Color #2973B2 in popluar color models

2973B2
RGB41115178
HSL208°62.56%42.94%
HSB/HSV208°76.97%69.80%
CMYK76.97%35.39%0.00%
30.20%

Color #2973B2 in popluar number systems.

HEX2973B2
Decimal41115178
Binary101001111001110110010
Octal51163262

Shades and tints

Shades of #2973B2

#2973B2
(41,115,178)
#2669A2
(38,105,162)
#235F92
(35,95,146)
#205582
(32,85,130)
#1D4B72
(29,75,114)
#1A4162
(26,65,98)
#173752
(23,55,82)
#142D42
(20,45,66)
#112332
(17,35,50)
#0E1922
(14,25,34)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #2973B2

#2973B2
(41,115,178)
#3C7FB9
(60,127,185)
#4F8BC0
(79,139,192)
#6297C7
(98,151,199)
#75A3CE
(117,163,206)
#88AFD5
(136,175,213)
#9BBBDC
(155,187,220)
#AEC7E3
(174,199,227)
#C1D3EA
(193,211,234)
#D4DFF1
(212,223,241)
#E7EBF8
(231,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2973B2 color. Also use rgb(41,115,178) instead hex code.

Text Font Color

.myTextColor { color: #2973B2; }

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

This text font color is #2973B2.


Background Color

.myBgColor { background-color: #2973B2; }

<div style="background-color:#2973B2">Inner text</div>

This div background color is #2973B2.


Border color

.myBorderColor { border: 1px solid #2973B2; }

<div style="border:3px solid #2973B2">Div</div>

This div border color is #2973B2.


Opacity

.myOpacity80 { color: #2973B2; opacity: 0.8; }

<p style="color:#2973B2;opacity:0.8;">80%</p>

Text with #2973B2 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 #2973B2;}

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

This text has shadow with #2973B2 color.

.textShadow {text-shadow: 3px 3px 1px #2973B2, 3px 3px 1px red;}

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

This text has shadow with #2973B2 primary color and red secondary color.


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

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

This text has shadow with #2973B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2973B2 on black background.


Color preview on white background

This text has color #2973B2 on white background.



Black color preview on #2973B2 background

This text has black color on #2973B2 background.


White color preview on #2973B2 background

This text has white color on #2973B2 background.