COLOR #2940A2

HEX: #2940A2
RGB: (41,64,162)

Color info

#2940A2 contains mainly blue color. Web safe color of #2940A2 is #333399 (or #339).

RGB color model

#2940A2 color RGB value is (41,64,162).

  • red value is 41;
  • green value is 64;
  • blue value is 162.
RGB:
(41,64,162)
(16%,25%,64%)

RGB channels and saturation

R 41 of 255 = 16%
G 64 of 255 = 25%
B 162 of 255 = 64%

41
64
162

R + G + B ~ 35%. #2940A2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 64 + 162 = 267 (100%)
R 41 of 267 ~ 15.36%
G 64 of 267 ~ 23.97%
B 162 of 267 ~ 60.67%

%15.36
%23.97
%60.67

CMYK color model

#2940A2 color CMYK value is (75,60,0,36).

  • cyan value is 74.69%
  • magenta value is 60.49%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(75,60,0,36)
C75M60Y0K36 
(75%,60%,0%,36%)
(0.75/0.60/0.00/0.36)	

CMYK percentages

%74.69
%60.49
%0
%36.47

Codes

Color #2940A2 in popluar color models

2940A2
RGB4164162
HSL229°59.61%39.80%
HSB/HSV229°74.69%63.53%
CMYK74.69%60.49%0.00%
36.47%

Color #2940A2 in popluar number systems.

HEX2940A2
Decimal4164162
Binary101001100000010100010
Octal51100242

Shades and tints

Shades of #2940A2

#2940A2
(41,64,162)
#263B94
(38,59,148)
#233686
(35,54,134)
#203178
(32,49,120)
#1D2C6A
(29,44,106)
#1A275C
(26,39,92)
#17224E
(23,34,78)
#141D40
(20,29,64)
#111832
(17,24,50)
#0E1324
(14,19,36)
#0B0E16
(11,14,22)
#000000
(0,0,0)

Tints of #2940A2

#2940A2
(41,64,162)
#3C51AA
(60,81,170)
#4F62B2
(79,98,178)
#6273BA
(98,115,186)
#7584C2
(117,132,194)
#8895CA
(136,149,202)
#9BA6D2
(155,166,210)
#AEB7DA
(174,183,218)
#C1C8E2
(193,200,226)
#D4D9EA
(212,217,234)
#E7EAF2
(231,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2940A2 color. Also use rgb(41,64,162) instead hex code.

Text Font Color

.myTextColor { color: #2940A2; }

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

This text font color is #2940A2.


Background Color

.myBgColor { background-color: #2940A2; }

<div style="background-color:#2940A2">Inner text</div>

This div background color is #2940A2.


Border color

.myBorderColor { border: 1px solid #2940A2; }

<div style="border:3px solid #2940A2">Div</div>

This div border color is #2940A2.


Opacity

.myOpacity80 { color: #2940A2; opacity: 0.8; }

<p style="color:#2940A2;opacity:0.8;">80%</p>

Text with #2940A2 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 #2940A2;}

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

This text has shadow with #2940A2 color.

.textShadow {text-shadow: 3px 3px 1px #2940A2, 3px 3px 1px red;}

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

This text has shadow with #2940A2 primary color and red secondary color.


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

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

This text has shadow with #2940A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2940A2 on black background.


Color preview on white background

This text has color #2940A2 on white background.



Black color preview on #2940A2 background

This text has black color on #2940A2 background.


White color preview on #2940A2 background

This text has white color on #2940A2 background.