COLOR #2964C4

HEX: #2964C4
RGB: (41,100,196)

Color info

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

RGB color model

#2964C4 color RGB value is (41,100,196).

  • red value is 41;
  • green value is 100;
  • blue value is 196.
RGB:
(41,100,196)
(16%,39%,77%)

RGB channels and saturation

R 41 of 255 = 16%
G 100 of 255 = 39%
B 196 of 255 = 77%

41
100
196

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

Portions of RGB colors in percentages

R + G + B =
41 + 100 + 196 = 337 (100%)
R 41 of 337 ~ 12.17%
G 100 of 337 ~ 29.67%
B 196 of 337 ~ 58.16%

%12.17
%29.67
%58.16

CMYK color model

#2964C4 color CMYK value is (79,49,0,23).

  • cyan value is 79.08%
  • magenta value is 48.98%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(79,49,0,23)
C79M49Y0K23 
(79%,49%,0%,23%)
(0.79/0.49/0.00/0.23)	

CMYK percentages

%79.08
%48.98
%0
%23.14

Codes

Color #2964C4 in popluar color models

2964C4
RGB41100196
HSL217°65.40%46.47%
HSB/HSV217°79.08%76.86%
CMYK79.08%48.98%0.00%
23.14%

Color #2964C4 in popluar number systems.

HEX2964C4
Decimal41100196
Binary101001110010011000100
Octal51144304

Shades and tints

Shades of #2964C4

#2964C4
(41,100,196)
#265BB3
(38,91,179)
#2352A2
(35,82,162)
#204991
(32,73,145)
#1D4080
(29,64,128)
#1A376F
(26,55,111)
#172E5E
(23,46,94)
#14254D
(20,37,77)
#111C3C
(17,28,60)
#0E132B
(14,19,43)
#0B0A1A
(11,10,26)
#000000
(0,0,0)

Tints of #2964C4

#2964C4
(41,100,196)
#3C72C9
(60,114,201)
#4F80CE
(79,128,206)
#628ED3
(98,142,211)
#759CD8
(117,156,216)
#88AADD
(136,170,221)
#9BB8E2
(155,184,226)
#AEC6E7
(174,198,231)
#C1D4EC
(193,212,236)
#D4E2F1
(212,226,241)
#E7F0F6
(231,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2964C4 color. Also use rgb(41,100,196) instead hex code.

Text Font Color

.myTextColor { color: #2964C4; }

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

This text font color is #2964C4.


Background Color

.myBgColor { background-color: #2964C4; }

<div style="background-color:#2964C4">Inner text</div>

This div background color is #2964C4.


Border color

.myBorderColor { border: 1px solid #2964C4; }

<div style="border:3px solid #2964C4">Div</div>

This div border color is #2964C4.


Opacity

.myOpacity80 { color: #2964C4; opacity: 0.8; }

<p style="color:#2964C4;opacity:0.8;">80%</p>

Text with #2964C4 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 #2964C4;}

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

This text has shadow with #2964C4 color.

.textShadow {text-shadow: 3px 3px 1px #2964C4, 3px 3px 1px red;}

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

This text has shadow with #2964C4 primary color and red secondary color.


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

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

This text has shadow with #2964C4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2964C4 on black background.


Color preview on white background

This text has color #2964C4 on white background.



Black color preview on #2964C4 background

This text has black color on #2964C4 background.


White color preview on #2964C4 background

This text has white color on #2964C4 background.