Color spaces of #313282
RGB | 49 | 50 | 130 |
---|---|---|---|
HSL | 0.66 | 0.45 | 0.35 |
HSV | 239° | 62° | 51° |
CMYK | 0.62 | 0.62 | 0.00 0.49 |
XYZ | 6.4365 | 4.5459 | 21.6573 |
Yxy | 4.5459 | 0.1972 | 0.1393 |
Hunter Lab | 21.3211 | 16.5743 | -45.3001 |
CIE-Lab | 25.3998 | 25.3541 | -45.3678 |
#313282 color RGB value is (49,50,130).
#313282 hex color red value is 49, green value is 50 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #313282 hue: 0.66 , saturation: 0.45 and the lightness value of 313282 is 0.35.
The process color (four color CMYK) of #313282 color hex is 0.62, 0.62, 0.00, 0.49. Web safe color of #313282 is #333399. Color #313282 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 00110010 | 10000010 |
Octal | 61 | 62 | 202 |
Decimal | 49 | 50 | 130 |
Hex | 31 | 32 | 82 |
Shades of #313282
Tints of #313282
RGB Percentages of Color #313282
CMYK Percentages of Color #313282
Complementary Color
#313282 | #828131 |
#313282 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#313282 Color Preview on White Background
Lorem ipsum dolor sit amet.
#313282 Color CSS Codes
.mybgcolor {background-color:#313282; } .myforecolor {color:#313282; } .mybordercolor {border:3px solid #313282; }
#313282 Text Font Color
<p style="color:#313282">Text here</p>
This sample text font color is #313282
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.
#313282 Background Color
<div style="background-color:#313282">
Div content here</div>
This div background color is #313282
#313282 Border Color
<div style="border:3px solid #313282">
Div here</div>
This div border color is #313282
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,50,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #313282; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #313282; -webkit-box-shadow: 1px 1px 3px 2px #313282; box-shadow: 1px 1px 3px 2px #313282; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,50,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #313282">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #313282; -webkit-box-shadow: 1px 1px 3px 2px #313282; box-shadow: 1px 1px 3px 2px #313282;">
Div content here</div>
This div box has shadow with color #313282
Comments
No comments written yet.
Please login to write comment.