COLOR #738EB4

HEX: #738EB4
RGB: (115,142,180)

Color info

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

RGB color model

#738EB4 color RGB value is (115,142,180).

  • red value is 115;
  • green value is 142;
  • blue value is 180.
RGB:
(115,142,180)
(45%,56%,71%)

RGB channels and saturation

R 115 of 255 = 45%
G 142 of 255 = 56%
B 180 of 255 = 71%

115
142
180

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

Portions of RGB colors in percentages

R + G + B =
115 + 142 + 180 = 437 (100%)
R 115 of 437 ~ 26.32%
G 142 of 437 ~ 32.49%
B 180 of 437 ~ 41.19%

%26.32
%32.49
%41.19

CMYK color model

#738EB4 color CMYK value is (36,21,0,29).

  • cyan value is 36.11%
  • magenta value is 21.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(36,21,0,29)
C36M21Y0K29 
(36%,21%,0%,29%)
(0.36/0.21/0.00/0.29)	

CMYK percentages

%36.11
%21.11
%0
%29.41

Codes

Color #738EB4 in popluar color models

738EB4
RGB115142180
HSL215°30.23%57.84%
HSB/HSV215°36.11%70.59%
CMYK36.11%21.11%0.00%
29.41%

Color #738EB4 in popluar number systems.

HEX738EB4
Decimal115142180
Binary11100111000111010110100
Octal163216264

Shades and tints

Shades of #738EB4

#738EB4
(115,142,180)
#6982A4
(105,130,164)
#5F7694
(95,118,148)
#556A84
(85,106,132)
#4B5E74
(75,94,116)
#415264
(65,82,100)
#374654
(55,70,84)
#2D3A44
(45,58,68)
#232E34
(35,46,52)
#192224
(25,34,36)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #738EB4

#738EB4
(115,142,180)
#7F98BA
(127,152,186)
#8BA2C0
(139,162,192)
#97ACC6
(151,172,198)
#A3B6CC
(163,182,204)
#AFC0D2
(175,192,210)
#BBCAD8
(187,202,216)
#C7D4DE
(199,212,222)
#D3DEE4
(211,222,228)
#DFE8EA
(223,232,234)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738EB4 color. Also use rgb(115,142,180) instead hex code.

Text Font Color

.myTextColor { color: #738EB4; }

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

This text font color is #738EB4.


Background Color

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

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

This div background color is #738EB4.


Border color

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

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

This div border color is #738EB4.


Opacity

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

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

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

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

This text has shadow with #738EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738EB4 on black background.


Color preview on white background

This text has color #738EB4 on white background.



Black color preview on #738EB4 background

This text has black color on #738EB4 background.


White color preview on #738EB4 background

This text has white color on #738EB4 background.