COLOR #29417D

HEX: #29417D
RGB: (41,65,125)

Color info

#29417D contains mainly blue color. Web safe color of #29417D is #333366 (or #336).

RGB color model

#29417D color RGB value is (41,65,125).

  • red value is 41;
  • green value is 65;
  • blue value is 125.
RGB:
(41,65,125)
(16%,25%,49%)

RGB channels and saturation

R 41 of 255 = 16%
G 65 of 255 = 25%
B 125 of 255 = 49%

41
65
125

R + G + B ~ 30%. #29417D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 65 + 125 = 231 (100%)
R 41 of 231 ~ 17.75%
G 65 of 231 ~ 28.14%
B 125 of 231 ~ 54.11%

%17.75
%28.14
%54.11

CMYK color model

#29417D color CMYK value is (67,48,0,51).

  • cyan value is 67.20%
  • magenta value is 48.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(67,48,0,51)
C67M48Y0K51 
(67%,48%,0%,51%)
(0.67/0.48/0.00/0.51)	

CMYK percentages

%67.2
%48
%0
%50.98

Codes

Color #29417D in popluar color models

29417D
RGB4165125
HSL223°50.60%32.55%
HSB/HSV223°67.20%49.02%
CMYK67.20%48.00%0.00%
50.98%

Color #29417D in popluar number systems.

HEX29417D
Decimal4165125
Binary10100110000011111101
Octal51101175

Shades and tints

Shades of #29417D

#29417D
(41,65,125)
#263C72
(38,60,114)
#233767
(35,55,103)
#20325C
(32,50,92)
#1D2D51
(29,45,81)
#1A2846
(26,40,70)
#17233B
(23,35,59)
#141E30
(20,30,48)
#111925
(17,25,37)
#0E141A
(14,20,26)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #29417D

#29417D
(41,65,125)
#3C5288
(60,82,136)
#4F6393
(79,99,147)
#62749E
(98,116,158)
#7585A9
(117,133,169)
#8896B4
(136,150,180)
#9BA7BF
(155,167,191)
#AEB8CA
(174,184,202)
#C1C9D5
(193,201,213)
#D4DAE0
(212,218,224)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29417D color. Also use rgb(41,65,125) instead hex code.

Text Font Color

.myTextColor { color: #29417D; }

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

This text font color is #29417D.


Background Color

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

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

This div background color is #29417D.


Border color

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

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

This div border color is #29417D.


Opacity

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

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

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

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

This text has shadow with #29417D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29417D on black background.


Color preview on white background

This text has color #29417D on white background.



Black color preview on #29417D background

This text has black color on #29417D background.


White color preview on #29417D background

This text has white color on #29417D background.