HEX: #364D7E
RGB: (54,77,126)
#364D7E contains mainly green and blue colors. Web safe color of #364D7E is #333366 (or #336).
#364D7E color RGB value is (54,77,126).
RGB: (54,77,126)
(21%, 30%, 49%)
R 54 of 255 = 21%
G 77 of 255 = 30%
B 126 of 255 = 49%
R + G + B ~ 33%. #364D7E is quite dark color.
R + G + B = 54 + 77 + 126 = 257 (100%)
R 54 of 257 ~ 21.01%
G 77 of 257 ~ 29.96%
B 126 of 257 ~ 49.03'%
#364D7E color CMYK value is (57,39,0,51).
CMYK: (57,39,0,51) C57M39Y0K51 (57%,39%,0%,51%) (0.57/0.39/0.00/0.51)
Color #364D7E in popluar color models
36 | 4D | 7E | |
---|---|---|---|
RGB | 54 | 77 | 126 |
HSL | 221° | 40.00% | 35.29% |
HSB/HSV | 221° | 57.14% | 49.41% |
CMYK | 57.14% | 38.89% | 0.00% |
50.59% |
Color #364D7E in popluar number systems.
HEX | 36 | 4D | 7E |
Decimal | 54 | 77 | 126 |
Binary | 110110 | 1001101 | 1111110 |
Octal | 66 | 115 | 176 |
Shades of #364D7E
Tints of #364D7E
Examples of css and html codes for elements with #364D7E color. Also use rgb(54,77,126) instead hex code.
.myTextColor { color: #364D7E; }
<p style="color:#364D7E">This sample text font color is #364D7E.</p>
This text font color is #364D7E.
.myBgColor { background-color: #364D7E; }
<div style="background-color:#364D7E">Inner text</div>
This div background color is #364D7E.
.myBorderColor { border: 1px solid #364D7E; }
<div style="border:3px solid #364D7E">Div</div>
This div border color is #364D7E.
.myOpacity80 { color: #364D7E; opacity: 0.8; }
<p style="color:#364D7E;opacity:0.8;">80%</p>
Text with #364D7E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #364D7E;}
<p style="text-shadow: 3px 3px 1px #364D7E">Text here.</p>
This text has shadow with #364D7E color.
.textShadow {text-shadow: 3px 3px 1px #364D7E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #364D7E, 5px 5px 20px red">Text here.</p>
This text has shadow with #364D7E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#364D7E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#364D7E, Direction=45, Strength=4)">Text</p>
This text has shadow with #364D7E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #364D7E;
-webkit-box-shadow: 1px 1px 3px 2px #364D7E;
box-shadow: 1px 1px 3px 2px #364D7E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #364D7E; -webkit-box-shadow: 1px 1px 3px 2px #364D7E; box-shadow:1px 1px 3px 2px #364D7E;">
Div content here
</div>
This text has color #364D7E on black background.
This text has color #364D7E on white background.
This text has black color on #364D7E background.
This text has white color on #364D7E background.
Complementary color for #hex is #C9B281.