COLOR #2948AC

HEX: #2948AC
RGB: (41,72,172)

Color info

#2948AC contains mainly blue color. Web safe color of #2948AC is #333399 (or #339).

RGB color model

#2948AC color RGB value is (41,72,172).

  • red value is 41;
  • green value is 72;
  • blue value is 172.
RGB:
(41,72,172)
(16%,28%,67%)

RGB channels and saturation

R 41 of 255 = 16%
G 72 of 255 = 28%
B 172 of 255 = 67%

41
72
172

R + G + B ~ 37%. #2948AC is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 72 + 172 = 285 (100%)
R 41 of 285 ~ 14.39%
G 72 of 285 ~ 25.26%
B 172 of 285 ~ 60.35%

%14.39
%25.26
%60.35

CMYK color model

#2948AC color CMYK value is (76,58,0,33).

  • cyan value is 76.16%
  • magenta value is 58.14%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(76,58,0,33)
C76M58Y0K33 
(76%,58%,0%,33%)
(0.76/0.58/0.00/0.33)	

CMYK percentages

%76.16
%58.14
%0
%32.55

Codes

Color #2948AC in popluar color models

2948AC
RGB4172172
HSL226°61.50%41.76%
HSB/HSV226°76.16%67.45%
CMYK76.16%58.14%0.00%
32.55%

Color #2948AC in popluar number systems.

HEX2948AC
Decimal4172172
Binary101001100100010101100
Octal51110254

Shades and tints

Shades of #2948AC

#2948AC
(41,72,172)
#26429D
(38,66,157)
#233C8E
(35,60,142)
#20367F
(32,54,127)
#1D3070
(29,48,112)
#1A2A61
(26,42,97)
#172452
(23,36,82)
#141E43
(20,30,67)
#111834
(17,24,52)
#0E1225
(14,18,37)
#0B0C16
(11,12,22)
#000000
(0,0,0)

Tints of #2948AC

#2948AC
(41,72,172)
#3C58B3
(60,88,179)
#4F68BA
(79,104,186)
#6278C1
(98,120,193)
#7588C8
(117,136,200)
#8898CF
(136,152,207)
#9BA8D6
(155,168,214)
#AEB8DD
(174,184,221)
#C1C8E4
(193,200,228)
#D4D8EB
(212,216,235)
#E7E8F2
(231,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2948AC color. Also use rgb(41,72,172) instead hex code.

Text Font Color

.myTextColor { color: #2948AC; }

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

This text font color is #2948AC.


Background Color

.myBgColor { background-color: #2948AC; }

<div style="background-color:#2948AC">Inner text</div>

This div background color is #2948AC.


Border color

.myBorderColor { border: 1px solid #2948AC; }

<div style="border:3px solid #2948AC">Div</div>

This div border color is #2948AC.


Opacity

.myOpacity80 { color: #2948AC; opacity: 0.8; }

<p style="color:#2948AC;opacity:0.8;">80%</p>

Text with #2948AC 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 #2948AC;}

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

This text has shadow with #2948AC color.

.textShadow {text-shadow: 3px 3px 1px #2948AC, 3px 3px 1px red;}

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

This text has shadow with #2948AC primary color and red secondary color.


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

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

This text has shadow with #2948AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2948AC on black background.


Color preview on white background

This text has color #2948AC on white background.



Black color preview on #2948AC background

This text has black color on #2948AC background.


White color preview on #2948AC background

This text has white color on #2948AC background.