COLOR #738BA4

HEX: #738BA4 RGB: (115,139,164)

Color info

#738BA4 contains red, green and blue colors in about the same proportion. Web safe color of #738BA4 is #669999 (or #699).

RGB color model

#738BA4 color RGB value is (115,139,164).

RGB: (115,139,164) (45%, 55%, 64%)

RGB channels and saturation

R 115 of 255 = 45%
G 139 of 255 = 55%
B 164 of 255 = 64%

115
139
164

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

Portions of RGB colors in percentages

R + G + B = 115 + 139 + 164 = 418 (100%)
R 115 of 418 ~ 27.51%
G 139 of 418 ~ 33.25%
B 164 of 418 ~ 39.23'%

%27.51
%33.25
%39.23

CMYK color model

#738BA4 color CMYK value is (30,15,0,36).

  • cyan value is 29.88%
  • magenta value is 15.24%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (30,15,0,36)
C30M15Y0K36 (30%, 15%, 0%, 36%)
(0.30 / 0.15 / 0.00 / 0.36)

CMYK percentages

%29.88
%15.24
%0
%35.69

Codes

Color #738BA4 in popluar color models

73 8B A4
RGB 115 139 164
HSL 211° 21.21% 54.71%
HSB/HSV 211° 29.88% 64.31%
CMYK 29.88% 15.24% 0.00%
35.69%

Color #738BA4 in popluar number systems.

HEX 73 8B A4
Decimal 115 139 164
Binary 1110011 10001011 10100100
Octal 163 213 244

Shades and tints

Shades of #738BA4

#738BA4
(115,139,164)
#697F96
(105,127,150)
#5F7388
(95,115,136)
#55677A
(85,103,122)
#4B5B6C
(75,91,108)
#414F5E
(65,79,94)
#374350
(55,67,80)
#2D3742
(45,55,66)
#232B34
(35,43,52)
#191F26
(25,31,38)
#0F1318
(15,19,24)
#000000
(0,0,0)

Tints of #738BA4

#738BA4
(115,139,164)
#7F95AC
(127,149,172)
#8B9FB4
(139,159,180)
#97A9BC
(151,169,188)
#A3B3C4
(163,179,196)
#AFBDCC
(175,189,204)
#BBC7D4
(187,199,212)
#C7D1DC
(199,209,220)
#D3DBE4
(211,219,228)
#DFE5EC
(223,229,236)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738BA4; }

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

This text font color is #738BA4.

Background Color

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

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

This div background color is #738BA4.

Border color

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

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

This div border color is #738BA4.

Opacity

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

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

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

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

This text has shadow with #738BA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #738BA4.

Preview

Color preview on black background

This text has color #738BA4 on black background.


Color preview on white background

This text has color #738BA4 on white background.


Black color preview on #738BA4 background

This text has black color on #738BA4 background.


White color preview on #738BA4 background

This text has white color on #738BA4 background.


Related colors

Complementary color

Complementary color for #hex is #8C745B.


I love getcolorcode.com

Triadic colors

1 #A4738B and #8BA473 with #738BA4 are triadic colors.

2 #A48B73 and #8B73A4 with #738BA4 are triadic colors.