COLOR #296A93

HEX: #296A93
RGB: (41,106,147)

Color info

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

RGB color model

#296A93 color RGB value is (41,106,147).

  • red value is 41;
  • green value is 106;
  • blue value is 147.
RGB:
(41,106,147)
(16%,42%,58%)

RGB channels and saturation

R 41 of 255 = 16%
G 106 of 255 = 42%
B 147 of 255 = 58%

41
106
147

R + G + B ~ 39%. #296A93 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 106 + 147 = 294 (100%)
R 41 of 294 ~ 13.95%
G 106 of 294 ~ 36.05%
B 147 of 294 ~ 50%

%13.95
%36.05
%50

CMYK color model

#296A93 color CMYK value is (72,28,0,42).

  • cyan value is 72.11%
  • magenta value is 27.89%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(72,28,0,42)
C72M28Y0K42 
(72%,28%,0%,42%)
(0.72/0.28/0.00/0.42)	

CMYK percentages

%72.11
%27.89
%0
%42.35

Codes

Color #296A93 in popluar color models

296A93
RGB41106147
HSL203°56.38%36.86%
HSB/HSV203°72.11%57.65%
CMYK72.11%27.89%0.00%
42.35%

Color #296A93 in popluar number systems.

HEX296A93
Decimal41106147
Binary101001110101010010011
Octal51152223

Shades and tints

Shades of #296A93

#296A93
(41,106,147)
#266186
(38,97,134)
#235879
(35,88,121)
#204F6C
(32,79,108)
#1D465F
(29,70,95)
#1A3D52
(26,61,82)
#173445
(23,52,69)
#142B38
(20,43,56)
#11222B
(17,34,43)
#0E191E
(14,25,30)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #296A93

#296A93
(41,106,147)
#3C779C
(60,119,156)
#4F84A5
(79,132,165)
#6291AE
(98,145,174)
#759EB7
(117,158,183)
#88ABC0
(136,171,192)
#9BB8C9
(155,184,201)
#AEC5D2
(174,197,210)
#C1D2DB
(193,210,219)
#D4DFE4
(212,223,228)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #296A93 color. Also use rgb(41,106,147) instead hex code.

Text Font Color

.myTextColor { color: #296A93; }

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

This text font color is #296A93.


Background Color

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

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

This div background color is #296A93.


Border color

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

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

This div border color is #296A93.


Opacity

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

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

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

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

This text has shadow with #296A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #296A93 on black background.


Color preview on white background

This text has color #296A93 on white background.



Black color preview on #296A93 background

This text has black color on #296A93 background.


White color preview on #296A93 background

This text has white color on #296A93 background.