COLOR #738BB7

HEX: #738BB7 RGB: (115,139,183)

Color info

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

RGB color model

#738BB7 color RGB value is (115,139,183).

RGB: (115,139,183) (45%, 55%, 72%)

RGB channels and saturation

R 115 of 255 = 45%
G 139 of 255 = 55%
B 183 of 255 = 72%

115
139
183

R + G + B ~ 57%. #738BB7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 139 + 183 = 437 (100%)
R 115 of 437 ~ 26.32%
G 139 of 437 ~ 31.81%
B 183 of 437 ~ 41.88'%

%26.32
%31.81
%41.88

CMYK color model

#738BB7 color CMYK value is (37,24,0,28).

  • cyan value is 37.16%
  • magenta value is 24.04%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (37,24,0,28)
C37M24Y0K28 (37%, 24%, 0%, 28%)
(0.37 / 0.24 / 0.00 / 0.28)

CMYK percentages

%37.16
%24.04
%0
%28.24

Codes

Color #738BB7 in popluar color models

73 8B B7
RGB 115 139 183
HSL 219° 32.08% 58.43%
HSB/HSV 219° 37.16% 71.76%
CMYK 37.16% 24.04% 0.00%
28.24%

Color #738BB7 in popluar number systems.

HEX 73 8B B7
Decimal 115 139 183
Binary 1110011 10001011 10110111
Octal 163 213 267

Shades and tints

Shades of #738BB7

#738BB7
(115,139,183)
#697FA7
(105,127,167)
#5F7397
(95,115,151)
#556787
(85,103,135)
#4B5B77
(75,91,119)
#414F67
(65,79,103)
#374357
(55,67,87)
#2D3747
(45,55,71)
#232B37
(35,43,55)
#191F27
(25,31,39)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #738BB7

#738BB7
(115,139,183)
#7F95BD
(127,149,189)
#8B9FC3
(139,159,195)
#97A9C9
(151,169,201)
#A3B3CF
(163,179,207)
#AFBDD5
(175,189,213)
#BBC7DB
(187,199,219)
#C7D1E1
(199,209,225)
#D3DBE7
(211,219,231)
#DFE5ED
(223,229,237)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738BB7 color. Also use rgb(115,139,183) instead hex code.

Text Font Color

.myTextColor { color: #738BB7; }

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

This text font color is #738BB7.

Background Color

.myBgColor { background-color: #738BB7; }

<div style="background-color:#738BB7">Inner text</div>

This div background color is #738BB7.

Border color

.myBorderColor { border: 1px solid #738BB7; }

<div style="border:3px solid #738BB7">Div</div>

This div border color is #738BB7.

Opacity

.myOpacity80 { color: #738BB7; opacity: 0.8; }

<p style="color:#738BB7;opacity:0.8;">80%</p>

Text with #738BB7 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 #738BB7;}

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

This text has shadow with #738BB7 color.


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

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

This text has shadow with #738BB7 primary color and red secondary color.


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

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

This text has shadow with #738BB7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #738BB7.

Preview

Color preview on black background

This text has color #738BB7 on black background.


Color preview on white background

This text has color #738BB7 on white background.


Black color preview on #738BB7 background

This text has black color on #738BB7 background.


White color preview on #738BB7 background

This text has white color on #738BB7 background.


Related colors

Complementary color

Complementary color for #hex is #8C7448.


I love getcolorcode.com

Triadic colors

1 #B7738B and #8BB773 with #738BB7 are triadic colors.

2 #B78B73 and #8B73B7 with #738BB7 are triadic colors.