HEX: #346494
RGB: (52,100,148)
#346494 contains mainly green and blue colors. Web safe color of #346494 is #336699 (or #369).
#346494 color RGB value is (52,100,148).
RGB: (52,100,148) (20%,39%,58%)
R 52 of 255 = 20%
G 100 of 255 = 39%
B 148 of 255 = 58%
R + G + B ~ 39%. #346494 is quite dark color.
R + G + B =
52 + 100 + 148 = 300 (100%)
R 52 of 300 ~ 17.33%
G 100 of 300 ~ 33.33%
B 148 of 300 ~ 49.33%
#346494 color CMYK value is (65,32,0,42).
CMYK: (65,32,0,42) C65M32Y0K42 (65%,32%,0%,42%) (0.65/0.32/0.00/0.42)
34 | 64 | 94 | |
---|---|---|---|
RGB | 52 | 100 | 148 |
HSL | 210° | 48.00% | 39.22% |
HSB/HSV | 210° | 64.86% | 58.04% |
CMYK | 64.86% | 32.43% | 0.00% |
41.96% |
HEX | 34 | 64 | 94 |
Decimal | 52 | 100 | 148 |
Binary | 110100 | 1100100 | 10010100 |
Octal | 64 | 144 | 224 |
Examples of css and html codes for elements with #346494 color. Also use rgb(52,100,148) instead hex code.
.myTextColor { color: #346494; }
<p style="color:#346494">This sample text font color is #346494.</p>
This text font color is #346494.
.myBgColor { background-color: #346494; }
<div style="background-color:#346494">Inner text</div>
This div background color is #346494.
.myBorderColor { border: 1px solid #346494; }
<div style="border:3px solid #346494">Div</div>
This div border color is #346494.
.myOpacity80 { color: #346494; opacity: 0.8; }
<p style="color:#346494;opacity:0.8;">80%</p>
Text with #346494 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #346494;}
<p style="text-shadow: 3px 3px 1px #346494">Text here.</p>
This text has shadow with #346494 color.
.textShadow {text-shadow: 3px 3px 1px #346494, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #346494, 5px 5px 20px red">Text here.</p>
This text has shadow with #346494 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#346494, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#346494, Direction=45, Strength=4)">Text</p>
This text has shadow with #346494 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #346494; -webkit-box-shadow: 1px 1px 3px 2px #346494; box-shadow: 1px 1px 3px 2px #346494; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #346494; -webkit-box-shadow: 1px 1px 3px 2px #346494; box-shadow:1px 1px 3px 2px #346494;">
Div content here</div>
This text has color #346494 on black background.
This text has color #346494 on white background.
This text has black color on #346494 background.
This text has white color on #346494 background.