Color spaces of #395093
RGB | 57 | 80 | 147 |
---|---|---|---|
HSL | 0.62 | 0.44 | 0.40 |
HSV | 225° | 61° | 58° |
CMYK | 0.61 | 0.46 | 0.00 0.42 |
XYZ | 9.8225 | 8.7138 | 28.7680 |
Yxy | 8.7138 | 0.2076 | 0.1842 |
Hunter Lab | 29.5191 | 7.7374 | -37.1179 |
CIE-Lab | 35.4273 | 12.9683 | -39.6676 |
#395093 color RGB value is (57,80,147).
#395093 hex color red value is 57, green value is 80 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #395093 hue: 0.62 , saturation: 0.44 and the lightness value of 395093 is 0.40.
The process color (four color CMYK) of #395093 color hex is 0.61, 0.46, 0.00, 0.42. Web safe color of #395093 is #336699. Color #395093 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 01010000 | 10010011 |
Octal | 71 | 120 | 223 |
Decimal | 57 | 80 | 147 |
Hex | 39 | 50 | 93 |
Shades of #395093
Tints of #395093
RGB Percentages of Color #395093
CMYK Percentages of Color #395093
Complementary Color
#395093 | #937c39 |
#395093 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#395093 Color Preview on White Background
Lorem ipsum dolor sit amet.
#395093 Color CSS Codes
.mybgcolor {background-color:#395093; } .myforecolor {color:#395093; } .mybordercolor {border:3px solid #395093; }
#395093 Text Font Color
<p style="color:#395093">Text here</p>
This sample text font color is #395093
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.
#395093 Background Color
<div style="background-color:#395093">
Div content here</div>
This div background color is #395093
#395093 Border Color
<div style="border:3px solid #395093">
Div here</div>
This div border color is #395093
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,80,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #395093; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #395093; -webkit-box-shadow: 1px 1px 3px 2px #395093; box-shadow: 1px 1px 3px 2px #395093; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,80,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #395093">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #395093; -webkit-box-shadow: 1px 1px 3px 2px #395093; box-shadow: 1px 1px 3px 2px #395093;">
Div content here</div>
This div box has shadow with color #395093
Comments
No comments written yet.
Please login to write comment.