COLOR #738CBB

HEX: #738CBB
RGB: (115,140,187)

Color info

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

RGB color model

#738CBB color RGB value is (115,140,187).

  • red value is 115;
  • green value is 140;
  • blue value is 187.
RGB:
(115,140,187)
(45%,55%,73%)

RGB channels and saturation

R 115 of 255 = 45%
G 140 of 255 = 55%
B 187 of 255 = 73%

115
140
187

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

Portions of RGB colors in percentages

R + G + B =
115 + 140 + 187 = 442 (100%)
R 115 of 442 ~ 26.02%
G 140 of 442 ~ 31.67%
B 187 of 442 ~ 42.31%

%26.02
%31.67
%42.31

CMYK color model

#738CBB color CMYK value is (39,25,0,27).

  • cyan value is 38.50%
  • magenta value is 25.13%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(39,25,0,27)
C39M25Y0K27 
(39%,25%,0%,27%)
(0.39/0.25/0.00/0.27)	

CMYK percentages

%38.5
%25.13
%0
%26.67

Codes

Color #738CBB in popluar color models

738CBB
RGB115140187
HSL219°34.62%59.22%
HSB/HSV219°38.50%73.33%
CMYK38.50%25.13%0.00%
26.67%

Color #738CBB in popluar number systems.

HEX738CBB
Decimal115140187
Binary11100111000110010111011
Octal163214273

Shades and tints

Shades of #738CBB

#738CBB
(115,140,187)
#6980AA
(105,128,170)
#5F7499
(95,116,153)
#556888
(85,104,136)
#4B5C77
(75,92,119)
#415066
(65,80,102)
#374455
(55,68,85)
#2D3844
(45,56,68)
#232C33
(35,44,51)
#192022
(25,32,34)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #738CBB

#738CBB
(115,140,187)
#7F96C1
(127,150,193)
#8BA0C7
(139,160,199)
#97AACD
(151,170,205)
#A3B4D3
(163,180,211)
#AFBED9
(175,190,217)
#BBC8DF
(187,200,223)
#C7D2E5
(199,210,229)
#D3DCEB
(211,220,235)
#DFE6F1
(223,230,241)
#EBF0F7
(235,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738CBB color. Also use rgb(115,140,187) instead hex code.

Text Font Color

.myTextColor { color: #738CBB; }

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

This text font color is #738CBB.


Background Color

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

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

This div background color is #738CBB.


Border color

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

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

This div border color is #738CBB.


Opacity

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

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

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

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

This text has shadow with #738CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738CBB on black background.


Color preview on white background

This text has color #738CBB on white background.



Black color preview on #738CBB background

This text has black color on #738CBB background.


White color preview on #738CBB background

This text has white color on #738CBB background.