HEX: #386688
RGB: (56,102,136)
#386688 contains mainly green and blue colors. Web safe color of #386688 is #336699 (or #369).
#386688 color RGB value is (56,102,136).
RGB: (56,102,136)
(22%, 40%, 53%)
R 56 of 255 = 22%
G 102 of 255 = 40%
B 136 of 255 = 53%
R + G + B ~ 38%. #386688 is quite dark color.
R + G + B = 56 + 102 + 136 = 294 (100%)
R 56 of 294 ~ 19.05%
G 102 of 294 ~ 34.69%
B 136 of 294 ~ 46.26'%
#386688 color CMYK value is (59,25,0,47).
CMYK: (59,25,0,47)
C59M25Y0K47 (59%, 25%, 0%, 47%)
(0.59 / 0.25 / 0.00 / 0.47)
Color #386688 in popluar color models
38 | 66 | 88 | |
---|---|---|---|
RGB | 56 | 102 | 136 |
HSL | 206° | 41.67% | 37.65% |
HSB/HSV | 206° | 58.82% | 53.33% |
CMYK | 58.82% | 25.00% | 0.00% |
46.67% |
Color #386688 in popluar number systems.
HEX | 38 | 66 | 88 |
Decimal | 56 | 102 | 136 |
Binary | 111000 | 1100110 | 10001000 |
Octal | 70 | 146 | 210 |
Shades of #386688
Tints of #386688
Examples of css and html codes for elements with #386688 color. Also use rgb(56,102,136) instead hex code.
.myTextColor { color: #386688; }
<p style="color:#386688">This sample text font color is #386688.</p>
This text font color is #386688.
.myBgColor { background-color: #386688; }
<div style="background-color:#386688">Inner text</div>
This div background color is #386688.
.myBorderColor { border: 1px solid #386688; }
<div style="border:3px solid #386688">Div</div>
This div border color is #386688.
.myOpacity80 { color: #386688; opacity: 0.8; }
<p style="color:#386688;opacity:0.8;">80%</p>
Text with #386688 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #386688;}
<p style="text-shadow: 3px 3px 1px #386688">Text here.</p>
This text has shadow with #386688 color.
.textShadow {text-shadow: 3px 3px 1px #386688', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #386688, 5px 5px 20px red">Text here.</p>
This text has shadow with #386688 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#386688, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#386688, Direction=45, Strength=4)">Text</p>
This text has shadow with #386688 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #386688;
-webkit-box-shadow: 1px 1px 3px 2px #386688;
box-shadow: 1px 1px 3px 2px #386688;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #386688; -webkit-box-shadow: 1px 1px 3px 2px #386688; box-shadow:1px 1px 3px 2px #386688;">
Div content here
</div>
This text has color #386688 on black background.
This text has color #386688 on white background.
This text has black color on #386688 background.
This text has white color on #386688 background.
Complementary color for #hex is #C79977.