COLOR #29679D

HEX: #29679D
RGB: (41,103,157)

Color info

#29679D contains mainly green and blue colors. Web safe color of #29679D is #336699 (or #369).

RGB color model

#29679D color RGB value is (41,103,157).

  • red value is 41;
  • green value is 103;
  • blue value is 157.
RGB:
(41,103,157)
(16%,40%,62%)

RGB channels and saturation

R 41 of 255 = 16%
G 103 of 255 = 40%
B 157 of 255 = 62%

41
103
157

R + G + B ~ 39%. #29679D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 103 + 157 = 301 (100%)
R 41 of 301 ~ 13.62%
G 103 of 301 ~ 34.22%
B 157 of 301 ~ 52.16%

%13.62
%34.22
%52.16

CMYK color model

#29679D color CMYK value is (74,34,0,38).

  • cyan value is 73.89%
  • magenta value is 34.39%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(74,34,0,38)
C74M34Y0K38 
(74%,34%,0%,38%)
(0.74/0.34/0.00/0.38)	

CMYK percentages

%73.89
%34.39
%0
%38.43

Codes

Color #29679D in popluar color models

29679D
RGB41103157
HSL208°58.59%38.82%
HSB/HSV208°73.89%61.57%
CMYK73.89%34.39%0.00%
38.43%

Color #29679D in popluar number systems.

HEX29679D
Decimal41103157
Binary101001110011110011101
Octal51147235

Shades and tints

Shades of #29679D

#29679D
(41,103,157)
#265E8F
(38,94,143)
#235581
(35,85,129)
#204C73
(32,76,115)
#1D4365
(29,67,101)
#1A3A57
(26,58,87)
#173149
(23,49,73)
#14283B
(20,40,59)
#111F2D
(17,31,45)
#0E161F
(14,22,31)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #29679D

#29679D
(41,103,157)
#3C74A5
(60,116,165)
#4F81AD
(79,129,173)
#628EB5
(98,142,181)
#759BBD
(117,155,189)
#88A8C5
(136,168,197)
#9BB5CD
(155,181,205)
#AEC2D5
(174,194,213)
#C1CFDD
(193,207,221)
#D4DCE5
(212,220,229)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29679D color. Also use rgb(41,103,157) instead hex code.

Text Font Color

.myTextColor { color: #29679D; }

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

This text font color is #29679D.


Background Color

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

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

This div background color is #29679D.


Border color

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

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

This div border color is #29679D.


Opacity

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

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

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

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

This text has shadow with #29679D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29679D on black background.


Color preview on white background

This text has color #29679D on white background.



Black color preview on #29679D background

This text has black color on #29679D background.


White color preview on #29679D background

This text has white color on #29679D background.