COLOR #296D89

HEX: #296D89
RGB: (41,109,137)

Color info

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

RGB color model

#296D89 color RGB value is (41,109,137).

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

RGB channels and saturation

R 41 of 255 = 16%
G 109 of 255 = 43%
B 137 of 255 = 54%

41
109
137

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

Portions of RGB colors in percentages

R + G + B =
41 + 109 + 137 = 287 (100%)
R 41 of 287 ~ 14.29%
G 109 of 287 ~ 37.98%
B 137 of 287 ~ 47.74%

%14.29
%37.98
%47.74

CMYK color model

#296D89 color CMYK value is (70,20,0,46).

  • cyan value is 70.07%
  • magenta value is 20.44%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(70,20,0,46)
C70M20Y0K46 
(70%,20%,0%,46%)
(0.70/0.20/0.00/0.46)	

CMYK percentages

%70.07
%20.44
%0
%46.27

Codes

Color #296D89 in popluar color models

296D89
RGB41109137
HSL198°53.93%34.90%
HSB/HSV198°70.07%53.73%
CMYK70.07%20.44%0.00%
46.27%

Color #296D89 in popluar number systems.

HEX296D89
Decimal41109137
Binary101001110110110001001
Octal51155211

Shades and tints

Shades of #296D89

#296D89
(41,109,137)
#26647D
(38,100,125)
#235B71
(35,91,113)
#205265
(32,82,101)
#1D4959
(29,73,89)
#1A404D
(26,64,77)
#173741
(23,55,65)
#142E35
(20,46,53)
#112529
(17,37,41)
#0E1C1D
(14,28,29)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #296D89

#296D89
(41,109,137)
#3C7A93
(60,122,147)
#4F879D
(79,135,157)
#6294A7
(98,148,167)
#75A1B1
(117,161,177)
#88AEBB
(136,174,187)
#9BBBC5
(155,187,197)
#AEC8CF
(174,200,207)
#C1D5D9
(193,213,217)
#D4E2E3
(212,226,227)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #296D89; }

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

This text font color is #296D89.


Background Color

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

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

This div background color is #296D89.


Border color

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

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

This div border color is #296D89.


Opacity

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

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

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

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

This text has shadow with #296D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #296D89 on black background.


Color preview on white background

This text has color #296D89 on white background.



Black color preview on #296D89 background

This text has black color on #296D89 background.


White color preview on #296D89 background

This text has white color on #296D89 background.