HEX: #25357D
RGB: (37,53,125)
#25357D contains mainly blue color. Web safe color of #25357D is #333366 (or #336).
#25357D color RGB value is (37,53,125).
RGB: (37,53,125)
(15%, 21%, 49%)
R 37 of 255 = 15%
G 53 of 255 = 21%
B 125 of 255 = 49%
R + G + B ~ 28%. #25357D is quite dark color.
R + G + B = 37 + 53 + 125 = 215 (100%)
R 37 of 215 ~ 17.21%
G 53 of 215 ~ 24.65%
B 125 of 215 ~ 58.14'%
#25357D color CMYK value is (70,58,0,51).
CMYK: (70,58,0,51) C70M58Y0K51 (70%,58%,0%,51%) (0.70/0.58/0.00/0.51)
Color #25357D in popluar color models
25 | 35 | 7D | |
---|---|---|---|
RGB | 37 | 53 | 125 |
HSL | 229° | 54.32% | 31.76% |
HSB/HSV | 229° | 70.40% | 49.02% |
CMYK | 70.40% | 57.60% | 0.00% |
50.98% |
Color #25357D in popluar number systems.
HEX | 25 | 35 | 7D |
Decimal | 37 | 53 | 125 |
Binary | 100101 | 110101 | 1111101 |
Octal | 45 | 65 | 175 |
Shades of #25357D
Tints of #25357D
Examples of css and html codes for elements with #25357D color. Also use rgb(37,53,125) instead hex code.
.myTextColor { color: #25357D; }
<p style="color:#25357D">This sample text font color is #25357D.</p>
This text font color is #25357D.
.myBgColor { background-color: #25357D; }
<div style="background-color:#25357D">Inner text</div>
This div background color is #25357D.
.myBorderColor { border: 1px solid #25357D; }
<div style="border:3px solid #25357D">Div</div>
This div border color is #25357D.
.myOpacity80 { color: #25357D; opacity: 0.8; }
<p style="color:#25357D;opacity:0.8;">80%</p>
Text with #25357D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #25357D;}
<p style="text-shadow: 3px 3px 1px #25357D">Text here.</p>
This text has shadow with #25357D color.
.textShadow {text-shadow: 3px 3px 1px #25357D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #25357D, 5px 5px 20px red">Text here.</p>
This text has shadow with #25357D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#25357D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#25357D, Direction=45, Strength=4)">Text</p>
This text has shadow with #25357D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #25357D;
-webkit-box-shadow: 1px 1px 3px 2px #25357D;
box-shadow: 1px 1px 3px 2px #25357D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #25357D; -webkit-box-shadow: 1px 1px 3px 2px #25357D; box-shadow:1px 1px 3px 2px #25357D;">
Div content here
</div>
This text has color #25357D on black background.
This text has color #25357D on white background.
This text has black color on #25357D background.
This text has white color on #25357D background.
Complementary color for #hex is #DACA82.