COLOR #739CC0

HEX: #739CC0 RGB: (115,156,192)

Color info

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

RGB color model

#739CC0 color RGB value is (115,156,192).

RGB: (115,156,192) (45%, 61%, 75%)

RGB channels and saturation

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

115
156
192

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

Portions of RGB colors in percentages

R + G + B = 115 + 156 + 192 = 463 (100%)
R 115 of 463 ~ 24.84%
G 156 of 463 ~ 33.69%
B 192 of 463 ~ 41.47'%

%24.84
%33.69
%41.47

CMYK color model

#739CC0 color CMYK value is (40,19,0,25).

  • cyan value is 40.10%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (40,19,0,25) C40M19Y0K25 (40%,19%,0%,25%) (0.40/0.19/0.00/0.25) 

CMYK percentages

%40.1
%18.75
%0
%24.71

Codes

Color #739CC0 in popluar color models

73 9C C0
RGB 115 156 192
HSL 208° 37.93% 60.20%
HSB/HSV 208° 40.10% 75.29%
CMYK 40.10% 18.75% 0.00%
24.71%

Color #739CC0 in popluar number systems.

HEX 73 9C C0
Decimal 115 156 192
Binary 1110011 10011100 11000000
Octal 163 234 300

Shades and tints

Shades of #739CC0

#739CC0
(115,156,192)
#698EAF
(105,142,175)
#5F809E
(95,128,158)
#55728D
(85,114,141)
#4B647C
(75,100,124)
#41566B
(65,86,107)
#37485A
(55,72,90)
#2D3A49
(45,58,73)
#232C38
(35,44,56)
#191E27
(25,30,39)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #739CC0

#739CC0
(115,156,192)
#7FA5C5
(127,165,197)
#8BAECA
(139,174,202)
#97B7CF
(151,183,207)
#A3C0D4
(163,192,212)
#AFC9D9
(175,201,217)
#BBD2DE
(187,210,222)
#C7DBE3
(199,219,227)
#D3E4E8
(211,228,232)
#DFEDED
(223,237,237)
#EBF6F2
(235,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739CC0; }

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

This text font color is #739CC0.

Background Color

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

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

This div background color is #739CC0.

Border color

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

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

This div border color is #739CC0.

Opacity

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

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

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

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

This text has shadow with #739CC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #739CC0.

Preview

Color preview on black background

This text has color #739CC0 on black background.


Color preview on white background

This text has color #739CC0 on white background.


Black color preview on #739CC0 background

This text has black color on #739CC0 background.


White color preview on #739CC0 background

This text has white color on #739CC0 background.


Related colors

Complementary color

Complementary color for #hex is #8C633F.


I love getcolorcode.com

Triadic colors

1 #C0739C and #9CC073 with #739CC0 are triadic colors.

2 #C09C73 and #9C73C0 with #739CC0 are triadic colors.