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