Color spaces of #3a137e
RGB | 58 | 19 | 126 |
---|---|---|---|
HSL | 0.73 | 0.74 | 0.28 |
HSV | 262° | 85° | 49° |
CMYK | 0.54 | 0.85 | 0.00 0.51 |
XYZ | 5.7437 | 2.8716 | 19.9902 |
Yxy | 2.8716 | 0.2008 | 0.1004 |
Hunter Lab | 16.9458 | 30.8466 | -58.0797 |
CIE-Lab | 19.5222 | 43.0973 | -52.4257 |
#3a137e color RGB value is (58,19,126).
#3a137e hex color red value is 58, green value is 19 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #3a137e hue: 0.73 , saturation: 0.74 and the lightness value of 3a137e is 0.28.
The process color (four color CMYK) of #3a137e color hex is 0.54, 0.85, 0.00, 0.51. Web safe color of #3a137e is #330066. Color #3a137e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 00010011 | 01111110 |
Octal | 72 | 23 | 176 |
Decimal | 58 | 19 | 126 |
Hex | 3A | 13 | 7E |
Shades of #3a137e
Tints of #3a137e
RGB Percentages of Color #3a137e
CMYK Percentages of Color #3a137e
Complementary Color
#3a137e | #577e13 |
#3a137e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3a137e Color Preview on White Background
Lorem ipsum dolor sit amet.
#3a137e Color CSS Codes
.mybgcolor {background-color:#3a137e; } .myforecolor {color:#3a137e; } .mybordercolor {border:3px solid #3a137e; }
#3a137e Text Font Color
<p style="color:#3a137e">Text here</p>
This sample text font color is #3a137e
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.
#3a137e Background Color
<div style="background-color:#3a137e">
Div content here</div>
This div background color is #3a137e
#3a137e Border Color
<div style="border:3px solid #3a137e">
Div here</div>
This div border color is #3a137e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,19,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3a137e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3a137e; -webkit-box-shadow: 1px 1px 3px 2px #3a137e; box-shadow: 1px 1px 3px 2px #3a137e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,19,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3a137e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3a137e; -webkit-box-shadow: 1px 1px 3px 2px #3a137e; box-shadow: 1px 1px 3px 2px #3a137e;">
Div content here</div>
This div box has shadow with color #3a137e
Comments
No comments written yet.
Please login to write comment.