COLOR #738AB3

HEX: #738AB3
RGB: (115,138,179)

Color info

#738AB3 contains mainly green and blue colors. Web safe color of #738AB3 is #669999 (or #699).

RGB color model

#738AB3 color RGB value is (115,138,179).

  • red value is 115;
  • green value is 138;
  • blue value is 179.
RGB:
(115,138,179)
(45%,54%,70%)

RGB channels and saturation

R 115 of 255 = 45%
G 138 of 255 = 54%
B 179 of 255 = 70%

115
138
179

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

Portions of RGB colors in percentages

R + G + B =
115 + 138 + 179 = 432 (100%)
R 115 of 432 ~ 26.62%
G 138 of 432 ~ 31.94%
B 179 of 432 ~ 41.44%

%26.62
%31.94
%41.44

CMYK color model

#738AB3 color CMYK value is (36,23,0,30).

  • cyan value is 35.75%
  • magenta value is 22.91%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(36,23,0,30)
C36M23Y0K30 
(36%,23%,0%,30%)
(0.36/0.23/0.00/0.30)	

CMYK percentages

%35.75
%22.91
%0
%29.8

Codes

Color #738AB3 in popluar color models

738AB3
RGB115138179
HSL218°29.63%57.65%
HSB/HSV218°35.75%70.20%
CMYK35.75%22.91%0.00%
29.80%

Color #738AB3 in popluar number systems.

HEX738AB3
Decimal115138179
Binary11100111000101010110011
Octal163212263

Shades and tints

Shades of #738AB3

#738AB3
(115,138,179)
#697EA3
(105,126,163)
#5F7293
(95,114,147)
#556683
(85,102,131)
#4B5A73
(75,90,115)
#414E63
(65,78,99)
#374253
(55,66,83)
#2D3643
(45,54,67)
#232A33
(35,42,51)
#191E23
(25,30,35)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #738AB3

#738AB3
(115,138,179)
#7F94B9
(127,148,185)
#8B9EBF
(139,158,191)
#97A8C5
(151,168,197)
#A3B2CB
(163,178,203)
#AFBCD1
(175,188,209)
#BBC6D7
(187,198,215)
#C7D0DD
(199,208,221)
#D3DAE3
(211,218,227)
#DFE4E9
(223,228,233)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738AB3 color. Also use rgb(115,138,179) instead hex code.

Text Font Color

.myTextColor { color: #738AB3; }

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

This text font color is #738AB3.


Background Color

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

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

This div background color is #738AB3.


Border color

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

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

This div border color is #738AB3.


Opacity

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

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

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

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

This text has shadow with #738AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738AB3 on black background.


Color preview on white background

This text has color #738AB3 on white background.



Black color preview on #738AB3 background

This text has black color on #738AB3 background.


White color preview on #738AB3 background

This text has white color on #738AB3 background.