COLOR #739DBA

HEX: #739DBA
RGB: (115,157,186)

Color info

#739DBA contains mainly green and blue colors. Web safe color of #739DBA is #6699CC (or #69C).

RGB color model

#739DBA color RGB value is (115,157,186).

  • red value is 115;
  • green value is 157;
  • blue value is 186.
RGB:
(115,157,186)
(45%,62%,73%)

RGB channels and saturation

R 115 of 255 = 45%
G 157 of 255 = 62%
B 186 of 255 = 73%

115
157
186

R + G + B ~ 60%. #739DBA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 157 + 186 = 458 (100%)
R 115 of 458 ~ 25.11%
G 157 of 458 ~ 34.28%
B 186 of 458 ~ 40.61%

%25.11
%34.28
%40.61

CMYK color model

#739DBA color CMYK value is (38,16,0,27).

  • cyan value is 38.17%
  • magenta value is 15.59%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(38,16,0,27)
C38M16Y0K27 
(38%,16%,0%,27%)
(0.38/0.16/0.00/0.27)	

CMYK percentages

%38.17
%15.59
%0
%27.06

Codes

Color #739DBA in popluar color models

739DBA
RGB115157186
HSL205°33.97%59.02%
HSB/HSV205°38.17%72.94%
CMYK38.17%15.59%0.00%
27.06%

Color #739DBA in popluar number systems.

HEX739DBA
Decimal115157186
Binary11100111001110110111010
Octal163235272

Shades and tints

Shades of #739DBA

#739DBA
(115,157,186)
#698FAA
(105,143,170)
#5F819A
(95,129,154)
#55738A
(85,115,138)
#4B657A
(75,101,122)
#41576A
(65,87,106)
#37495A
(55,73,90)
#2D3B4A
(45,59,74)
#232D3A
(35,45,58)
#191F2A
(25,31,42)
#0F111A
(15,17,26)
#000000
(0,0,0)

Tints of #739DBA

#739DBA
(115,157,186)
#7FA5C0
(127,165,192)
#8BADC6
(139,173,198)
#97B5CC
(151,181,204)
#A3BDD2
(163,189,210)
#AFC5D8
(175,197,216)
#BBCDDE
(187,205,222)
#C7D5E4
(199,213,228)
#D3DDEA
(211,221,234)
#DFE5F0
(223,229,240)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739DBA color. Also use rgb(115,157,186) instead hex code.

Text Font Color

.myTextColor { color: #739DBA; }

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

This text font color is #739DBA.


Background Color

.myBgColor { background-color: #739DBA; }

<div style="background-color:#739DBA">Inner text</div>

This div background color is #739DBA.


Border color

.myBorderColor { border: 1px solid #739DBA; }

<div style="border:3px solid #739DBA">Div</div>

This div border color is #739DBA.


Opacity

.myOpacity80 { color: #739DBA; opacity: 0.8; }

<p style="color:#739DBA;opacity:0.8;">80%</p>

Text with #739DBA 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 #739DBA;}

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

This text has shadow with #739DBA color.

.textShadow {text-shadow: 3px 3px 1px #739DBA, 3px 3px 1px red;}

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

This text has shadow with #739DBA primary color and red secondary color.


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

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

This text has shadow with #739DBA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739DBA on black background.


Color preview on white background

This text has color #739DBA on white background.



Black color preview on #739DBA background

This text has black color on #739DBA background.


White color preview on #739DBA background

This text has white color on #739DBA background.