COLOR #29508D

HEX: #29508D
RGB: (41,80,141)

Color info

#29508D contains mainly blue color. Web safe color of #29508D is #336699 (or #369).

RGB color model

#29508D color RGB value is (41,80,141).

  • red value is 41;
  • green value is 80;
  • blue value is 141.
RGB:
(41,80,141)
(16%,31%,55%)

RGB channels and saturation

R 41 of 255 = 16%
G 80 of 255 = 31%
B 141 of 255 = 55%

41
80
141

R + G + B ~ 34%. #29508D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 80 + 141 = 262 (100%)
R 41 of 262 ~ 15.65%
G 80 of 262 ~ 30.53%
B 141 of 262 ~ 53.82%

%15.65
%30.53
%53.82

CMYK color model

#29508D color CMYK value is (71,43,0,45).

  • cyan value is 70.92%
  • magenta value is 43.26%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(71,43,0,45)
C71M43Y0K45 
(71%,43%,0%,45%)
(0.71/0.43/0.00/0.45)	

CMYK percentages

%70.92
%43.26
%0
%44.71

Codes

Color #29508D in popluar color models

29508D
RGB4180141
HSL217°54.95%35.69%
HSB/HSV217°70.92%55.29%
CMYK70.92%43.26%0.00%
44.71%

Color #29508D in popluar number systems.

HEX29508D
Decimal4180141
Binary101001101000010001101
Octal51120215

Shades and tints

Shades of #29508D

#29508D
(41,80,141)
#264981
(38,73,129)
#234275
(35,66,117)
#203B69
(32,59,105)
#1D345D
(29,52,93)
#1A2D51
(26,45,81)
#172645
(23,38,69)
#141F39
(20,31,57)
#11182D
(17,24,45)
#0E1121
(14,17,33)
#0B0A15
(11,10,21)
#000000
(0,0,0)

Tints of #29508D

#29508D
(41,80,141)
#3C5F97
(60,95,151)
#4F6EA1
(79,110,161)
#627DAB
(98,125,171)
#758CB5
(117,140,181)
#889BBF
(136,155,191)
#9BAAC9
(155,170,201)
#AEB9D3
(174,185,211)
#C1C8DD
(193,200,221)
#D4D7E7
(212,215,231)
#E7E6F1
(231,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29508D color. Also use rgb(41,80,141) instead hex code.

Text Font Color

.myTextColor { color: #29508D; }

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

This text font color is #29508D.


Background Color

.myBgColor { background-color: #29508D; }

<div style="background-color:#29508D">Inner text</div>

This div background color is #29508D.


Border color

.myBorderColor { border: 1px solid #29508D; }

<div style="border:3px solid #29508D">Div</div>

This div border color is #29508D.


Opacity

.myOpacity80 { color: #29508D; opacity: 0.8; }

<p style="color:#29508D;opacity:0.8;">80%</p>

Text with #29508D 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 #29508D;}

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

This text has shadow with #29508D color.

.textShadow {text-shadow: 3px 3px 1px #29508D, 3px 3px 1px red;}

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

This text has shadow with #29508D primary color and red secondary color.


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

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

This text has shadow with #29508D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29508D on black background.


Color preview on white background

This text has color #29508D on white background.



Black color preview on #29508D background

This text has black color on #29508D background.


White color preview on #29508D background

This text has white color on #29508D background.