COLOR #738CBA

HEX: #738CBA
RGB: (115,140,186)

Color info

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

RGB color model

#738CBA color RGB value is (115,140,186).

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

RGB channels and saturation

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

115
140
186

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

Portions of RGB colors in percentages

R + G + B =
115 + 140 + 186 = 441 (100%)
R 115 of 441 ~ 26.08%
G 140 of 441 ~ 31.75%
B 186 of 441 ~ 42.18%

%26.08
%31.75
%42.18

CMYK color model

#738CBA color CMYK value is (38,25,0,27).

  • cyan value is 38.17%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(38,25,0,27)
C38M25Y0K27 
(38%,25%,0%,27%)
(0.38/0.25/0.00/0.27)	

CMYK percentages

%38.17
%24.73
%0
%27.06

Codes

Color #738CBA in popluar color models

738CBA
RGB115140186
HSL219°33.97%59.02%
HSB/HSV219°38.17%72.94%
CMYK38.17%24.73%0.00%
27.06%

Color #738CBA in popluar number systems.

HEX738CBA
Decimal115140186
Binary11100111000110010111010
Octal163214272

Shades and tints

Shades of #738CBA

#738CBA
(115,140,186)
#6980AA
(105,128,170)
#5F749A
(95,116,154)
#55688A
(85,104,138)
#4B5C7A
(75,92,122)
#41506A
(65,80,106)
#37445A
(55,68,90)
#2D384A
(45,56,74)
#232C3A
(35,44,58)
#19202A
(25,32,42)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #738CBA

#738CBA
(115,140,186)
#7F96C0
(127,150,192)
#8BA0C6
(139,160,198)
#97AACC
(151,170,204)
#A3B4D2
(163,180,210)
#AFBED8
(175,190,216)
#BBC8DE
(187,200,222)
#C7D2E4
(199,210,228)
#D3DCEA
(211,220,234)
#DFE6F0
(223,230,240)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738CBA; }

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

This text font color is #738CBA.


Background Color

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

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

This div background color is #738CBA.


Border color

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

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

This div border color is #738CBA.


Opacity

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

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

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

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

This text has shadow with #738CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738CBA on black background.


Color preview on white background

This text has color #738CBA on white background.



Black color preview on #738CBA background

This text has black color on #738CBA background.


White color preview on #738CBA background

This text has white color on #738CBA background.