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