COLOR #2966CC

HEX: #2966CC
RGB: (41,102,204)

Color info

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

RGB color model

#2966CC color RGB value is (41,102,204).

  • red value is 41;
  • green value is 102;
  • blue value is 204.
RGB:
(41,102,204)
(16%,40%,80%)

RGB channels and saturation

R 41 of 255 = 16%
G 102 of 255 = 40%
B 204 of 255 = 80%

41
102
204

R + G + B ~ 45%. #2966CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
41 + 102 + 204 = 347 (100%)
R 41 of 347 ~ 11.82%
G 102 of 347 ~ 29.39%
B 204 of 347 ~ 58.79%

%11.82
%29.39
%58.79

CMYK color model

#2966CC color CMYK value is (80,50,0,20).

  • cyan value is 79.90%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(80,50,0,20)
C80M50Y0K20 
(80%,50%,0%,20%)
(0.80/0.50/0.00/0.20)	

CMYK percentages

%79.9
%50
%0
%20

Codes

Color #2966CC in popluar color models

2966CC
RGB41102204
HSL218°66.53%48.04%
HSB/HSV218°79.90%80.00%
CMYK79.90%50.00%0.00%
20.00%

Color #2966CC in popluar number systems.

HEX2966CC
Decimal41102204
Binary101001110011011001100
Octal51146314

Shades and tints

Shades of #2966CC

#2966CC
(41,102,204)
#265DBA
(38,93,186)
#2354A8
(35,84,168)
#204B96
(32,75,150)
#1D4284
(29,66,132)
#1A3972
(26,57,114)
#173060
(23,48,96)
#14274E
(20,39,78)
#111E3C
(17,30,60)
#0E152A
(14,21,42)
#0B0C18
(11,12,24)
#000000
(0,0,0)

Tints of #2966CC

#2966CC
(41,102,204)
#3C73D0
(60,115,208)
#4F80D4
(79,128,212)
#628DD8
(98,141,216)
#759ADC
(117,154,220)
#88A7E0
(136,167,224)
#9BB4E4
(155,180,228)
#AEC1E8
(174,193,232)
#C1CEEC
(193,206,236)
#D4DBF0
(212,219,240)
#E7E8F4
(231,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2966CC color. Also use rgb(41,102,204) instead hex code.

Text Font Color

.myTextColor { color: #2966CC; }

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

This text font color is #2966CC.


Background Color

.myBgColor { background-color: #2966CC; }

<div style="background-color:#2966CC">Inner text</div>

This div background color is #2966CC.


Border color

.myBorderColor { border: 1px solid #2966CC; }

<div style="border:3px solid #2966CC">Div</div>

This div border color is #2966CC.


Opacity

.myOpacity80 { color: #2966CC; opacity: 0.8; }

<p style="color:#2966CC;opacity:0.8;">80%</p>

Text with #2966CC 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 #2966CC;}

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

This text has shadow with #2966CC color.

.textShadow {text-shadow: 3px 3px 1px #2966CC, 3px 3px 1px red;}

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

This text has shadow with #2966CC primary color and red secondary color.


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

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

This text has shadow with #2966CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2966CC on black background.


Color preview on white background

This text has color #2966CC on white background.



Black color preview on #2966CC background

This text has black color on #2966CC background.


White color preview on #2966CC background

This text has white color on #2966CC background.