#25486d color RGB value is (2, 84, 134).
#25486d hex color red value is 2, green value is 84, and blue value is 134.
Cylindrical-coordinate representations (HSL) of color #25486d
hue: 202.73,
saturation: 0.97 and lightness: 0.27.
The process color (four-color CMYK) of #25486d color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #25486d is #ff9999. Color #25486d contains mainly RED.
| Color spaces of #25486d | Value |
|---|---|
| RGB | 37, 72, 109 |
| HSL | 0.59, 0.49, 0.29 |
| HSV | 211°, 66°, 43° |
| XYZ | 5.84, 6.13, 15.34 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 100101 | 1001000 | 1101101 |
| Octal | 45 | 110 | 155 |
| Decimal | 37 | 72 | 109 |
| Hex | 25 | 48 | 6D |
Shades of #25486d
Tints of #25486d
.mybgColor {background-color: #25486d;}
.myforeColor {color: #25486d;}
.myborderColor {border:3px solid #25486d;}
<p style="color:#25486d">Text here</p>
This sample text is styled with the font color #25486d. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#25486d">Div content here</div>
<div style="border:3px solid #25486d">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(37, 72, 109, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #25486d; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #25486d;
-webkit-box-shadow: 1px 1px 3px #25486d;
box-shadow: 1px 1px 3px #25486d; }
<p style="text-shadow: 4px 4px 2px rgba(37, 72, 109, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #25486d;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #25486d;
-webkit-box-shadow: 1px 1px 3px #25486d;
box-shadow: 1px 1px 3px #25486d;">Div content here</div>
