Color spaces of #313383
RGB | 49 | 51 | 131 |
---|---|---|---|
HSL | 0.66 | 0.46 | 0.35 |
HSV | 239° | 63° | 51° |
CMYK | 0.63 | 0.61 | 0.00 0.49 |
XYZ | 6.5472 | 4.6593 | 22.0270 |
Yxy | 4.6593 | 0.1970 | 0.1402 |
Hunter Lab | 21.5854 | 16.3674 | -45.3931 |
CIE-Lab | 25.7412 | 25.0442 | -45.4397 |
#313383 color RGB value is (49,51,131).
#313383 hex color red value is 49, green value is 51 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #313383 hue: 0.66 , saturation: 0.46 and the lightness value of 313383 is 0.35.
The process color (four color CMYK) of #313383 color hex is 0.63, 0.61, 0.00, 0.49. Web safe color of #313383 is #333399. Color #313383 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 00110011 | 10000011 |
Octal | 61 | 63 | 203 |
Decimal | 49 | 51 | 131 |
Hex | 31 | 33 | 83 |
Shades of #313383
Tints of #313383
RGB Percentages of Color #313383
CMYK Percentages of Color #313383
Complementary Color
#313383 | #838131 |
#313383 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#313383 Color Preview on White Background
Lorem ipsum dolor sit amet.
#313383 Color CSS Codes
.mybgcolor {background-color:#313383; } .myforecolor {color:#313383; } .mybordercolor {border:3px solid #313383; }
#313383 Text Font Color
<p style="color:#313383">Text here</p>
This sample text font color is #313383
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.
#313383 Background Color
<div style="background-color:#313383">
Div content here</div>
This div background color is #313383
#313383 Border Color
<div style="border:3px solid #313383">
Div here</div>
This div border color is #313383
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,51,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #313383; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #313383; -webkit-box-shadow: 1px 1px 3px 2px #313383; box-shadow: 1px 1px 3px 2px #313383; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,51,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #313383">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #313383; -webkit-box-shadow: 1px 1px 3px 2px #313383; box-shadow: 1px 1px 3px 2px #313383;">
Div content here</div>
This div box has shadow with color #313383
Comments
No comments written yet.
Please login to write comment.