Color spaces of #397289
RGB | 57 | 114 | 137 |
---|---|---|---|
HSL | 0.55 | 0.41 | 0.38 |
HSV | 197° | 58° | 54° |
CMYK | 0.58 | 0.17 | 0.00 0.46 |
XYZ | 12.2200 | 14.7106 | 25.8623 |
Yxy | 14.7106 | 0.2315 | 0.2786 |
Hunter Lab | 38.3544 | -10.2488 | -13.1311 |
CIE-Lab | 45.2352 | -11.5886 | -18.2824 |
#397289 color RGB value is (57,114,137).
#397289 hex color red value is 57, green value is 114 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #397289 hue: 0.55 , saturation: 0.41 and the lightness value of 397289 is 0.38.
The process color (four color CMYK) of #397289 color hex is 0.58, 0.17, 0.00, 0.46. Web safe color of #397289 is #336699. Color #397289 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 01110010 | 10001001 |
Octal | 71 | 162 | 211 |
Decimal | 57 | 114 | 137 |
Hex | 39 | 72 | 89 |
Shades of #397289
Tints of #397289
RGB Percentages of Color #397289
CMYK Percentages of Color #397289
Complementary Color
#397289 | #895039 |
#397289 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#397289 Color Preview on White Background
Lorem ipsum dolor sit amet.
#397289 Color CSS Codes
.mybgcolor {background-color:#397289; } .myforecolor {color:#397289; } .mybordercolor {border:3px solid #397289; }
#397289 Text Font Color
<p style="color:#397289">Text here</p>
This sample text font color is #397289
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.
#397289 Background Color
<div style="background-color:#397289">
Div content here</div>
This div background color is #397289
#397289 Border Color
<div style="border:3px solid #397289">
Div here</div>
This div border color is #397289
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,114,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #397289; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #397289; -webkit-box-shadow: 1px 1px 3px 2px #397289; box-shadow: 1px 1px 3px 2px #397289; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,114,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #397289">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #397289; -webkit-box-shadow: 1px 1px 3px 2px #397289; box-shadow: 1px 1px 3px 2px #397289;">
Div content here</div>
This div box has shadow with color #397289
Comments
No comments written yet.
Please login to write comment.