COLOR #29407F

HEX: #29407F
RGB: (41,64,127)

Color info

#29407F contains mainly blue color. Web safe color of #29407F is #333366 (or #336).

RGB color model

#29407F color RGB value is (41,64,127).

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

RGB channels and saturation

R 41 of 255 = 16%
G 64 of 255 = 25%
B 127 of 255 = 50%

41
64
127

R + G + B ~ 30%. #29407F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 64 + 127 = 232 (100%)
R 41 of 232 ~ 17.67%
G 64 of 232 ~ 27.59%
B 127 of 232 ~ 54.74%

%17.67
%27.59
%54.74

CMYK color model

#29407F color CMYK value is (68,50,0,50).

  • cyan value is 67.72%
  • magenta value is 49.61%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(68,50,0,50)
C68M50Y0K50 
(68%,50%,0%,50%)
(0.68/0.50/0.00/0.50)	

CMYK percentages

%67.72
%49.61
%0
%50.2

Codes

Color #29407F in popluar color models

29407F
RGB4164127
HSL224°51.19%32.94%
HSB/HSV224°67.72%49.80%
CMYK67.72%49.61%0.00%
50.20%

Color #29407F in popluar number systems.

HEX29407F
Decimal4164127
Binary10100110000001111111
Octal51100177

Shades and tints

Shades of #29407F

#29407F
(41,64,127)
#263B74
(38,59,116)
#233669
(35,54,105)
#20315E
(32,49,94)
#1D2C53
(29,44,83)
#1A2748
(26,39,72)
#17223D
(23,34,61)
#141D32
(20,29,50)
#111827
(17,24,39)
#0E131C
(14,19,28)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #29407F

#29407F
(41,64,127)
#3C518A
(60,81,138)
#4F6295
(79,98,149)
#6273A0
(98,115,160)
#7584AB
(117,132,171)
#8895B6
(136,149,182)
#9BA6C1
(155,166,193)
#AEB7CC
(174,183,204)
#C1C8D7
(193,200,215)
#D4D9E2
(212,217,226)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29407F color. Also use rgb(41,64,127) instead hex code.

Text Font Color

.myTextColor { color: #29407F; }

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

This text font color is #29407F.


Background Color

.myBgColor { background-color: #29407F; }

<div style="background-color:#29407F">Inner text</div>

This div background color is #29407F.


Border color

.myBorderColor { border: 1px solid #29407F; }

<div style="border:3px solid #29407F">Div</div>

This div border color is #29407F.


Opacity

.myOpacity80 { color: #29407F; opacity: 0.8; }

<p style="color:#29407F;opacity:0.8;">80%</p>

Text with #29407F 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 #29407F;}

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

This text has shadow with #29407F color.

.textShadow {text-shadow: 3px 3px 1px #29407F, 3px 3px 1px red;}

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

This text has shadow with #29407F primary color and red secondary color.


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

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

This text has shadow with #29407F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29407F on black background.


Color preview on white background

This text has color #29407F on white background.



Black color preview on #29407F background

This text has black color on #29407F background.


White color preview on #29407F background

This text has white color on #29407F background.