Color spaces of #313d4e
RGB | 49 | 61 | 78 |
---|---|---|---|
HSL | 0.60 | 0.23 | 0.25 |
HSV | 215° | 37° | 31° |
CMYK | 0.37 | 0.22 | 0.00 0.69 |
XYZ | 4.3105 | 4.5405 | 7.8569 |
Yxy | 4.5405 | 0.2580 | 0.2718 |
Hunter Lab | 21.3084 | -1.1809 | -6.9456 |
CIE-Lab | 25.3834 | -0.0704 | -11.9140 |
#313d4e color RGB value is (49,61,78).
#313d4e hex color red value is 49, green value is 61 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #313d4e hue: 0.60 , saturation: 0.23 and the lightness value of 313d4e is 0.25.
The process color (four color CMYK) of #313d4e color hex is 0.37, 0.22, 0.00, 0.69. Web safe color of #313d4e is #333366. Color #313d4e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 00111101 | 01001110 |
Octal | 61 | 75 | 116 |
Decimal | 49 | 61 | 78 |
Hex | 31 | 3D | 4E |
Shades of #313d4e
Tints of #313d4e
RGB Percentages of Color #313d4e
CMYK Percentages of Color #313d4e
Complementary Color
#313d4e | #4e4231 |
#313d4e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#313d4e Color Preview on White Background
Lorem ipsum dolor sit amet.
#313d4e Color CSS Codes
.mybgcolor {background-color:#313d4e; } .myforecolor {color:#313d4e; } .mybordercolor {border:3px solid #313d4e; }
#313d4e Text Font Color
<p style="color:#313d4e">Text here</p>
This sample text font color is #313d4e
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.
#313d4e Background Color
<div style="background-color:#313d4e">
Div content here</div>
This div background color is #313d4e
#313d4e Border Color
<div style="border:3px solid #313d4e">
Div here</div>
This div border color is #313d4e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,61,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #313d4e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #313d4e; -webkit-box-shadow: 1px 1px 3px 2px #313d4e; box-shadow: 1px 1px 3px 2px #313d4e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,61,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #313d4e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #313d4e; -webkit-box-shadow: 1px 1px 3px 2px #313d4e; box-shadow: 1px 1px 3px 2px #313d4e;">
Div content here</div>
This div box has shadow with color #313d4e
Comments
No comments written yet.
Please login to write comment.