Color spaces of #31326e
RGB | 49 | 50 | 110 |
---|---|---|---|
HSL | 0.66 | 0.38 | 0.31 |
HSV | 239° | 55° | 43° |
CMYK | 0.55 | 0.55 | 0.00 0.57 |
XYZ | 5.2217 | 4.0600 | 15.2603 |
Yxy | 4.0600 | 0.2128 | 0.1654 |
Hunter Lab | 20.1494 | 10.9965 | -30.7990 |
CIE-Lab | 23.8688 | 18.2279 | -35.1484 |
#31326e color RGB value is (49,50,110).
#31326e hex color red value is 49, green value is 50 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #31326e hue: 0.66 , saturation: 0.38 and the lightness value of 31326e is 0.31.
The process color (four color CMYK) of #31326e color hex is 0.55, 0.55, 0.00, 0.57. Web safe color of #31326e is #333366. Color #31326e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 00110010 | 01101110 |
Octal | 61 | 62 | 156 |
Decimal | 49 | 50 | 110 |
Hex | 31 | 32 | 6E |
Shades of #31326e
Tints of #31326e
RGB Percentages of Color #31326e
CMYK Percentages of Color #31326e
Complementary Color
#31326e | #6e6d31 |
#31326e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#31326e Color Preview on White Background
Lorem ipsum dolor sit amet.
#31326e Color CSS Codes
.mybgcolor {background-color:#31326e; } .myforecolor {color:#31326e; } .mybordercolor {border:3px solid #31326e; }
#31326e Text Font Color
<p style="color:#31326e">Text here</p>
This sample text font color is #31326e
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.
#31326e Background Color
<div style="background-color:#31326e">
Div content here</div>
This div background color is #31326e
#31326e Border Color
<div style="border:3px solid #31326e">
Div here</div>
This div border color is #31326e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,50,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #31326e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #31326e; -webkit-box-shadow: 1px 1px 3px 2px #31326e; box-shadow: 1px 1px 3px 2px #31326e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,50,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #31326e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #31326e; -webkit-box-shadow: 1px 1px 3px 2px #31326e; box-shadow: 1px 1px 3px 2px #31326e;">
Div content here</div>
This div box has shadow with color #31326e
Comments
No comments written yet.
Please login to write comment.