HEX: #364B8A
RGB: (54,75,138)
#364B8A contains mainly blue color. Web safe color of #364B8A is #333399 (or #339).
#364B8A color RGB value is (54,75,138).
RGB: (54,75,138)
(21%, 29%, 54%)
R 54 of 255 = 21%
G 75 of 255 = 29%
B 138 of 255 = 54%
R + G + B ~ 35%. #364B8A is quite dark color.
R + G + B = 54 + 75 + 138 = 267 (100%)
R 54 of 267 ~ 20.22%
G 75 of 267 ~ 28.09%
B 138 of 267 ~ 51.69'%
#364B8A color CMYK value is (61,46,0,46).
CMYK: (61,46,0,46) C61M46Y0K46 (61%,46%,0%,46%) (0.61/0.46/0.00/0.46)
Color #364B8A in popluar color models
36 | 4B | 8A | |
---|---|---|---|
RGB | 54 | 75 | 138 |
HSL | 225° | 43.75% | 37.65% |
HSB/HSV | 225° | 60.87% | 54.12% |
CMYK | 60.87% | 45.65% | 0.00% |
45.88% |
Color #364B8A in popluar number systems.
HEX | 36 | 4B | 8A |
Decimal | 54 | 75 | 138 |
Binary | 110110 | 1001011 | 10001010 |
Octal | 66 | 113 | 212 |
Shades of #364B8A
Tints of #364B8A
Examples of css and html codes for elements with #364B8A color. Also use rgb(54,75,138) instead hex code.
.myTextColor { color: #364B8A; }
<p style="color:#364B8A">This sample text font color is #364B8A.</p>
This text font color is #364B8A.
.myBgColor { background-color: #364B8A; }
<div style="background-color:#364B8A">Inner text</div>
This div background color is #364B8A.
.myBorderColor { border: 1px solid #364B8A; }
<div style="border:3px solid #364B8A">Div</div>
This div border color is #364B8A.
.myOpacity80 { color: #364B8A; opacity: 0.8; }
<p style="color:#364B8A;opacity:0.8;">80%</p>
Text with #364B8A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #364B8A;}
<p style="text-shadow: 3px 3px 1px #364B8A">Text here.</p>
This text has shadow with #364B8A color.
.textShadow {text-shadow: 3px 3px 1px #364B8A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #364B8A, 5px 5px 20px red">Text here.</p>
This text has shadow with #364B8A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#364B8A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#364B8A, Direction=45, Strength=4)">Text</p>
This text has shadow with #364B8A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #364B8A;
-webkit-box-shadow: 1px 1px 3px 2px #364B8A;
box-shadow: 1px 1px 3px 2px #364B8A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #364B8A; -webkit-box-shadow: 1px 1px 3px 2px #364B8A; box-shadow:1px 1px 3px 2px #364B8A;">
Div content here
</div>
This text has color #364B8A on black background.
This text has color #364B8A on white background.
This text has black color on #364B8A background.
This text has white color on #364B8A background.
Complementary color for #hex is #C9B475.