HEX: #738FAA
RGB: (115,143,170)
#738FAA contains red, green and blue colors in about the same proportion. Web safe color of #738FAA is #669999 (or #699).
#738FAA color RGB value is (115,143,170).
RGB: (115,143,170)
(45%, 56%, 67%)
R 115 of 255 = 45%
G 143 of 255 = 56%
B 170 of 255 = 67%
R + G + B ~ 56%. #738FAA is middle color (not dark and not light).
R + G + B = 115 + 143 + 170 = 428 (100%)
R 115 of 428 ~ 26.87%
G 143 of 428 ~ 33.41%
B 170 of 428 ~ 39.72'%
#738FAA color CMYK value is (32,16,0,33).
CMYK: (32,16,0,33) C32M16Y0K33 (32%,16%,0%,33%) (0.32/0.16/0.00/0.33)
Color #738FAA in popluar color models
73 | 8F | AA | |
---|---|---|---|
RGB | 115 | 143 | 170 |
HSL | 209° | 24.44% | 55.88% |
HSB/HSV | 209° | 32.35% | 66.67% |
CMYK | 32.35% | 15.88% | 0.00% |
33.33% |
Color #738FAA in popluar number systems.
HEX | 73 | 8F | AA |
Decimal | 115 | 143 | 170 |
Binary | 1110011 | 10001111 | 10101010 |
Octal | 163 | 217 | 252 |
Shades of #738FAA
Tints of #738FAA
Examples of css and html codes for elements with #738FAA color. Also use rgb(115,143,170) instead hex code.
.myTextColor { color: #738FAA; }
<p style="color:#738FAA">This sample text font color is #738FAA.</p>
This text font color is #738FAA.
.myBgColor { background-color: #738FAA; }
<div style="background-color:#738FAA">Inner text</div>
This div background color is #738FAA.
.myBorderColor { border: 1px solid #738FAA; }
<div style="border:3px solid #738FAA">Div</div>
This div border color is #738FAA.
.myOpacity80 { color: #738FAA; opacity: 0.8; }
<p style="color:#738FAA;opacity:0.8;">80%</p>
Text with #738FAA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #738FAA;}
<p style="text-shadow: 3px 3px 1px #738FAA">Text here.</p>
This text has shadow with #738FAA color.
.textShadow {text-shadow: 3px 3px 1px #738FAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #738FAA, 5px 5px 20px red">Text here.</p>
This text has shadow with #738FAA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#738FAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#738FAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #738FAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #738FAA;
-webkit-box-shadow: 1px 1px 3px 2px #738FAA;
box-shadow: 1px 1px 3px 2px #738FAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #738FAA; -webkit-box-shadow: 1px 1px 3px 2px #738FAA; box-shadow:1px 1px 3px 2px #738FAA;">
Div content here
</div>
This text has color #738FAA on black background.
This text has color #738FAA on white background.
This text has black color on #738FAA background.
This text has white color on #738FAA background.
Complementary color for #hex is #8C7055.