Color spaces of #387291
RGB | 56 | 114 | 145 |
---|---|---|---|
HSL | 0.56 | 0.44 | 0.39 |
HSV | 201° | 61° | 57° |
CMYK | 0.61 | 0.21 | 0.00 0.43 |
XYZ | 12.7590 | 14.9197 | 28.9954 |
Yxy | 14.9197 | 0.2251 | 0.2633 |
Hunter Lab | 38.6260 | -8.6332 | -17.4690 |
CIE-Lab | 45.5240 | -9.1763 | -22.5968 |
#387291 color RGB value is (56,114,145).
#387291 hex color red value is 56, green value is 114 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #387291 hue: 0.56 , saturation: 0.44 and the lightness value of 387291 is 0.39.
The process color (four color CMYK) of #387291 color hex is 0.61, 0.21, 0.00, 0.43. Web safe color of #387291 is #336699. Color #387291 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 01110010 | 10010001 |
Octal | 70 | 162 | 221 |
Decimal | 56 | 114 | 145 |
Hex | 38 | 72 | 91 |
Shades of #387291
Tints of #387291
RGB Percentages of Color #387291
CMYK Percentages of Color #387291
Complementary Color
#387291 | #915738 |
#387291 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#387291 Color Preview on White Background
Lorem ipsum dolor sit amet.
#387291 Color CSS Codes
.mybgcolor {background-color:#387291; } .myforecolor {color:#387291; } .mybordercolor {border:3px solid #387291; }
#387291 Text Font Color
<p style="color:#387291">Text here</p>
This sample text font color is #387291
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.
#387291 Background Color
<div style="background-color:#387291">
Div content here</div>
This div background color is #387291
#387291 Border Color
<div style="border:3px solid #387291">
Div here</div>
This div border color is #387291
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,114,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #387291; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #387291; -webkit-box-shadow: 1px 1px 3px 2px #387291; box-shadow: 1px 1px 3px 2px #387291; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,114,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #387291">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #387291; -webkit-box-shadow: 1px 1px 3px 2px #387291; box-shadow: 1px 1px 3px 2px #387291;">
Div content here</div>
This div box has shadow with color #387291
Comments
No comments written yet.
Please login to write comment.