COLOR #296D8D

HEX: #296D8D
RGB: (41,109,141)

Color info

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

RGB color model

#296D8D color RGB value is (41,109,141).

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

RGB channels and saturation

R 41 of 255 = 16%
G 109 of 255 = 43%
B 141 of 255 = 55%

41
109
141

R + G + B ~ 38%. #296D8D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 109 + 141 = 291 (100%)
R 41 of 291 ~ 14.09%
G 109 of 291 ~ 37.46%
B 141 of 291 ~ 48.45%

%14.09
%37.46
%48.45

CMYK color model

#296D8D color CMYK value is (71,23,0,45).

  • cyan value is 70.92%
  • magenta value is 22.70%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(71,23,0,45)
C71M23Y0K45 
(71%,23%,0%,45%)
(0.71/0.23/0.00/0.45)	

CMYK percentages

%70.92
%22.7
%0
%44.71

Codes

Color #296D8D in popluar color models

296D8D
RGB41109141
HSL199°54.95%35.69%
HSB/HSV199°70.92%55.29%
CMYK70.92%22.70%0.00%
44.71%

Color #296D8D in popluar number systems.

HEX296D8D
Decimal41109141
Binary101001110110110001101
Octal51155215

Shades and tints

Shades of #296D8D

#296D8D
(41,109,141)
#266481
(38,100,129)
#235B75
(35,91,117)
#205269
(32,82,105)
#1D495D
(29,73,93)
#1A4051
(26,64,81)
#173745
(23,55,69)
#142E39
(20,46,57)
#11252D
(17,37,45)
#0E1C21
(14,28,33)
#0B1315
(11,19,21)
#000000
(0,0,0)

Tints of #296D8D

#296D8D
(41,109,141)
#3C7A97
(60,122,151)
#4F87A1
(79,135,161)
#6294AB
(98,148,171)
#75A1B5
(117,161,181)
#88AEBF
(136,174,191)
#9BBBC9
(155,187,201)
#AEC8D3
(174,200,211)
#C1D5DD
(193,213,221)
#D4E2E7
(212,226,231)
#E7EFF1
(231,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #296D8D color. Also use rgb(41,109,141) instead hex code.

Text Font Color

.myTextColor { color: #296D8D; }

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

This text font color is #296D8D.


Background Color

.myBgColor { background-color: #296D8D; }

<div style="background-color:#296D8D">Inner text</div>

This div background color is #296D8D.


Border color

.myBorderColor { border: 1px solid #296D8D; }

<div style="border:3px solid #296D8D">Div</div>

This div border color is #296D8D.


Opacity

.myOpacity80 { color: #296D8D; opacity: 0.8; }

<p style="color:#296D8D;opacity:0.8;">80%</p>

Text with #296D8D 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 #296D8D;}

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

This text has shadow with #296D8D color.

.textShadow {text-shadow: 3px 3px 1px #296D8D, 3px 3px 1px red;}

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

This text has shadow with #296D8D primary color and red secondary color.


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

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

This text has shadow with #296D8D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #296D8D on black background.


Color preview on white background

This text has color #296D8D on white background.



Black color preview on #296D8D background

This text has black color on #296D8D background.


White color preview on #296D8D background

This text has white color on #296D8D background.