#3f75a2 color RGB value is (3, 247, 90).
#3f75a2 hex color red value is 3, green value is 247, and blue value is 90.
Cylindrical-coordinate representations (HSL) of color #3f75a2
hue: 141.39,
saturation: 0.98 and lightness: 0.49.
The process color (four-color CMYK) of #3f75a2 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #3f75a2 is #ff9999. Color #3f75a2 contains mainly RED.
Color spaces of #3f75a2 | Value |
---|---|
RGB | 63, 117, 162 |
HSL | 0.58, 0.44, 0.44 |
HSV | 207°, 61°, 64° |
XYZ | 14.93, 16.39, 36.55 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 111111 | 1110101 | 10100010 |
Octal | 77 | 165 | 242 |
Decimal | 63 | 117 | 162 |
Hex | 3F | 75 | A2 |
Shades of #3f75a2
Tints of #3f75a2
.mybgColor {background-color: #3f75a2;} .myforeColor {color: #3f75a2;} .myborderColor {border:3px solid #3f75a2;}
<p style="color:#3f75a2">Text here</p>
This sample text is styled with the font color #3f75a2. 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:#3f75a2">Div content here</div>
<div style="border:3px solid #3f75a2">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(63, 117, 162, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3f75a2; } .divShadow { -moz-box-shadow: 1px 1px 3px #3f75a2; -webkit-box-shadow: 1px 1px 3px #3f75a2; box-shadow: 1px 1px 3px #3f75a2; }
<p style="text-shadow: 4px 4px 2px rgba(63, 117, 162, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #3f75a2;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #3f75a2;
-webkit-box-shadow: 1px 1px 3px #3f75a2;
box-shadow: 1px 1px 3px #3f75a2;">Div content here</div>