Color spaces of #387197
RGB | 56 | 113 | 151 |
---|---|---|---|
HSL | 0.57 | 0.46 | 0.41 |
HSV | 204° | 63° | 59° |
CMYK | 0.63 | 0.25 | 0.00 0.41 |
XYZ | 13.1219 | 14.8854 | 31.4597 |
Yxy | 14.8854 | 0.2207 | 0.2503 |
Hunter Lab | 38.5816 | -6.8086 | -21.3383 |
CIE-Lab | 45.4768 | -6.5683 | -26.2248 |
#387197 color RGB value is (56,113,151).
#387197 hex color red value is 56, green value is 113 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #387197 hue: 0.57 , saturation: 0.46 and the lightness value of 387197 is 0.41.
The process color (four color CMYK) of #387197 color hex is 0.63, 0.25, 0.00, 0.41. Web safe color of #387197 is #336699. Color #387197 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 01110001 | 10010111 |
Octal | 70 | 161 | 227 |
Decimal | 56 | 113 | 151 |
Hex | 38 | 71 | 97 |
Shades of #387197
Tints of #387197
RGB Percentages of Color #387197
CMYK Percentages of Color #387197
Complementary Color
#387197 | #975e38 |
#387197 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#387197 Color Preview on White Background
Lorem ipsum dolor sit amet.
#387197 Color CSS Codes
.mybgcolor {background-color:#387197; } .myforecolor {color:#387197; } .mybordercolor {border:3px solid #387197; }
#387197 Text Font Color
<p style="color:#387197">Text here</p>
This sample text font color is #387197
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.
#387197 Background Color
<div style="background-color:#387197">
Div content here</div>
This div background color is #387197
#387197 Border Color
<div style="border:3px solid #387197">
Div here</div>
This div border color is #387197
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,113,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #387197; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #387197; -webkit-box-shadow: 1px 1px 3px 2px #387197; box-shadow: 1px 1px 3px 2px #387197; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,113,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #387197">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #387197; -webkit-box-shadow: 1px 1px 3px 2px #387197; box-shadow: 1px 1px 3px 2px #387197;">
Div content here</div>
This div box has shadow with color #387197
Comments
No comments written yet.
Please login to write comment.