Color spaces of #3a516f
RGB | 58 | 81 | 111 |
---|---|---|---|
HSL | 0.59 | 0.31 | 0.33 |
HSV | 214° | 48° | 44° |
CMYK | 0.48 | 0.27 | 0.00 0.56 |
XYZ | 7.5566 | 7.9321 | 16.1717 |
Yxy | 7.9321 | 0.2387 | 0.2505 |
Hunter Lab | 28.1640 | -1.3941 | -14.3294 |
CIE-Lab | 33.8411 | 0.1649 | -19.9832 |
#3a516f color RGB value is (58,81,111).
#3a516f hex color red value is 58, green value is 81 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #3a516f hue: 0.59 , saturation: 0.31 and the lightness value of 3a516f is 0.33.
The process color (four color CMYK) of #3a516f color hex is 0.48, 0.27, 0.00, 0.56. Web safe color of #3a516f is #336666. Color #3a516f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 01010001 | 01101111 |
Octal | 72 | 121 | 157 |
Decimal | 58 | 81 | 111 |
Hex | 3A | 51 | 6F |
Shades of #3a516f
Tints of #3a516f
RGB Percentages of Color #3a516f
CMYK Percentages of Color #3a516f
Complementary Color
#3a516f | #6f583a |
#3a516f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3a516f Color Preview on White Background
Lorem ipsum dolor sit amet.
#3a516f Color CSS Codes
.mybgcolor {background-color:#3a516f; } .myforecolor {color:#3a516f; } .mybordercolor {border:3px solid #3a516f; }
#3a516f Text Font Color
<p style="color:#3a516f">Text here</p>
This sample text font color is #3a516f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#3a516f Background Color
<div style="background-color:#3a516f">
Div content here</div>
This div background color is #3a516f
#3a516f Border Color
<div style="border:3px solid #3a516f">
Div here</div>
This div border color is #3a516f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,81,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3a516f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3a516f; -webkit-box-shadow: 1px 1px 3px 2px #3a516f; box-shadow: 1px 1px 3px 2px #3a516f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,81,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3a516f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3a516f; -webkit-box-shadow: 1px 1px 3px 2px #3a516f; box-shadow: 1px 1px 3px 2px #3a516f;">
Div content here</div>
This div box has shadow with color #3a516f
#3a516f Color Palettes
Comments
No comments written yet.
Please login to write comment.