COLOR #2961BD

HEX: #2961BD
RGB: (41,97,189)

Color info

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

RGB color model

#2961BD color RGB value is (41,97,189).

  • red value is 41;
  • green value is 97;
  • blue value is 189.
RGB:
(41,97,189)
(16%,38%,74%)

RGB channels and saturation

R 41 of 255 = 16%
G 97 of 255 = 38%
B 189 of 255 = 74%

41
97
189

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

Portions of RGB colors in percentages

R + G + B =
41 + 97 + 189 = 327 (100%)
R 41 of 327 ~ 12.54%
G 97 of 327 ~ 29.66%
B 189 of 327 ~ 57.8%

%12.54
%29.66
%57.8

CMYK color model

#2961BD color CMYK value is (78,49,0,26).

  • cyan value is 78.31%
  • magenta value is 48.68%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(78,49,0,26)
C78M49Y0K26 
(78%,49%,0%,26%)
(0.78/0.49/0.00/0.26)	

CMYK percentages

%78.31
%48.68
%0
%25.88

Codes

Color #2961BD in popluar color models

2961BD
RGB4197189
HSL217°64.35%45.10%
HSB/HSV217°78.31%74.12%
CMYK78.31%48.68%0.00%
25.88%

Color #2961BD in popluar number systems.

HEX2961BD
Decimal4197189
Binary101001110000110111101
Octal51141275

Shades and tints

Shades of #2961BD

#2961BD
(41,97,189)
#2659AC
(38,89,172)
#23519B
(35,81,155)
#20498A
(32,73,138)
#1D4179
(29,65,121)
#1A3968
(26,57,104)
#173157
(23,49,87)
#142946
(20,41,70)
#112135
(17,33,53)
#0E1924
(14,25,36)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #2961BD

#2961BD
(41,97,189)
#3C6FC3
(60,111,195)
#4F7DC9
(79,125,201)
#628BCF
(98,139,207)
#7599D5
(117,153,213)
#88A7DB
(136,167,219)
#9BB5E1
(155,181,225)
#AEC3E7
(174,195,231)
#C1D1ED
(193,209,237)
#D4DFF3
(212,223,243)
#E7EDF9
(231,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2961BD color. Also use rgb(41,97,189) instead hex code.

Text Font Color

.myTextColor { color: #2961BD; }

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

This text font color is #2961BD.


Background Color

.myBgColor { background-color: #2961BD; }

<div style="background-color:#2961BD">Inner text</div>

This div background color is #2961BD.


Border color

.myBorderColor { border: 1px solid #2961BD; }

<div style="border:3px solid #2961BD">Div</div>

This div border color is #2961BD.


Opacity

.myOpacity80 { color: #2961BD; opacity: 0.8; }

<p style="color:#2961BD;opacity:0.8;">80%</p>

Text with #2961BD 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 #2961BD;}

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

This text has shadow with #2961BD color.

.textShadow {text-shadow: 3px 3px 1px #2961BD, 3px 3px 1px red;}

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

This text has shadow with #2961BD primary color and red secondary color.


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

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

This text has shadow with #2961BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2961BD on black background.


Color preview on white background

This text has color #2961BD on white background.



Black color preview on #2961BD background

This text has black color on #2961BD background.


White color preview on #2961BD background

This text has white color on #2961BD background.