Color spaces of #396fda
RGB | 57 | 111 | 218 |
---|---|---|---|
HSL | 0.61 | 0.69 | 0.54 |
HSV | 220° | 74° | 85° |
CMYK | 0.74 | 0.49 | 0.00 0.15 |
XYZ | 20.0267 | 17.3007 | 68.6135 |
Yxy | 17.3007 | 0.1890 | 0.1633 |
Hunter Lab | 41.5941 | 13.1543 | -68.6887 |
CIE-Lab | 48.6367 | 18.9209 | -60.0241 |
#396fda color RGB value is (57,111,218).
#396fda hex color red value is 57, green value is 111 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #396fda hue: 0.61 , saturation: 0.69 and the lightness value of 396fda is 0.54.
The process color (four color CMYK) of #396fda color hex is 0.74, 0.49, 0.00, 0.15. Web safe color of #396fda is #3366cc. Color #396fda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 01101111 | 11011010 |
Octal | 71 | 157 | 332 |
Decimal | 57 | 111 | 218 |
Hex | 39 | 6F | DA |
Shades of #396fda
Tints of #396fda
RGB Percentages of Color #396fda
CMYK Percentages of Color #396fda
Complementary Color
#396fda | #daa439 |
#396fda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#396fda Color Preview on White Background
Lorem ipsum dolor sit amet.
#396fda Color CSS Codes
.mybgcolor {background-color:#396fda; } .myforecolor {color:#396fda; } .mybordercolor {border:3px solid #396fda; }
#396fda Text Font Color
<p style="color:#396fda">Text here</p>
This sample text font color is #396fda
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.
#396fda Background Color
<div style="background-color:#396fda">
Div content here</div>
This div background color is #396fda
#396fda Border Color
<div style="border:3px solid #396fda">
Div here</div>
This div border color is #396fda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,111,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #396fda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #396fda; -webkit-box-shadow: 1px 1px 3px 2px #396fda; box-shadow: 1px 1px 3px 2px #396fda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,111,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #396fda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #396fda; -webkit-box-shadow: 1px 1px 3px 2px #396fda; box-shadow: 1px 1px 3px 2px #396fda;">
Div content here</div>
This div box has shadow with color #396fda
Comments
No comments written yet.
Please login to write comment.