COLOR #739CBF

HEX: #739CBF
RGB: (115,156,191)

Color info

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

RGB color model

#739CBF color RGB value is (115,156,191).

  • red value is 115;
  • green value is 156;
  • blue value is 191.
RGB:
(115,156,191)
(45%,61%,75%)

RGB channels and saturation

R 115 of 255 = 45%
G 156 of 255 = 61%
B 191 of 255 = 75%

115
156
191

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

Portions of RGB colors in percentages

R + G + B =
115 + 156 + 191 = 462 (100%)
R 115 of 462 ~ 24.89%
G 156 of 462 ~ 33.77%
B 191 of 462 ~ 41.34%

%24.89
%33.77
%41.34

CMYK color model

#739CBF color CMYK value is (40,18,0,25).

  • cyan value is 39.79%
  • magenta value is 18.32%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(40,18,0,25)
C40M18Y0K25 
(40%,18%,0%,25%)
(0.40/0.18/0.00/0.25)	

CMYK percentages

%39.79
%18.32
%0
%25.1

Codes

Color #739CBF in popluar color models

739CBF
RGB115156191
HSL208°37.25%60.00%
HSB/HSV208°39.79%74.90%
CMYK39.79%18.32%0.00%
25.10%

Color #739CBF in popluar number systems.

HEX739CBF
Decimal115156191
Binary11100111001110010111111
Octal163234277

Shades and tints

Shades of #739CBF

#739CBF
(115,156,191)
#698EAE
(105,142,174)
#5F809D
(95,128,157)
#55728C
(85,114,140)
#4B647B
(75,100,123)
#41566A
(65,86,106)
#374859
(55,72,89)
#2D3A48
(45,58,72)
#232C37
(35,44,55)
#191E26
(25,30,38)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #739CBF

#739CBF
(115,156,191)
#7FA5C4
(127,165,196)
#8BAEC9
(139,174,201)
#97B7CE
(151,183,206)
#A3C0D3
(163,192,211)
#AFC9D8
(175,201,216)
#BBD2DD
(187,210,221)
#C7DBE2
(199,219,226)
#D3E4E7
(211,228,231)
#DFEDEC
(223,237,236)
#EBF6F1
(235,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739CBF color. Also use rgb(115,156,191) instead hex code.

Text Font Color

.myTextColor { color: #739CBF; }

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

This text font color is #739CBF.


Background Color

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

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

This div background color is #739CBF.


Border color

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

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

This div border color is #739CBF.


Opacity

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

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

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

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

This text has shadow with #739CBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739CBF on black background.


Color preview on white background

This text has color #739CBF on white background.



Black color preview on #739CBF background

This text has black color on #739CBF background.


White color preview on #739CBF background

This text has white color on #739CBF background.