Color spaces of #397aba
RGB | 57 | 122 | 186 |
---|---|---|---|
HSL | 0.58 | 0.53 | 0.48 |
HSV | 210° | 69° | 73° |
CMYK | 0.69 | 0.34 | 0.00 0.27 |
XYZ | 17.5098 | 18.3341 | 49.0703 |
Yxy | 18.3341 | 0.2062 | 0.2159 |
Hunter Lab | 42.8183 | -1.9377 | -37.9742 |
CIE-Lab | 49.8989 | 0.4545 | -39.7192 |
#397aba color RGB value is (57,122,186).
#397aba hex color red value is 57, green value is 122 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #397aba hue: 0.58 , saturation: 0.53 and the lightness value of 397aba is 0.48.
The process color (four color CMYK) of #397aba color hex is 0.69, 0.34, 0.00, 0.27. Web safe color of #397aba is #3366cc. Color #397aba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 01111010 | 10111010 |
Octal | 71 | 172 | 272 |
Decimal | 57 | 122 | 186 |
Hex | 39 | 7A | BA |
Shades of #397aba
Tints of #397aba
RGB Percentages of Color #397aba
CMYK Percentages of Color #397aba
Complementary Color
#397aba | #ba7939 |
#397aba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#397aba Color Preview on White Background
Lorem ipsum dolor sit amet.
#397aba Color CSS Codes
.mybgcolor {background-color:#397aba; } .myforecolor {color:#397aba; } .mybordercolor {border:3px solid #397aba; }
#397aba Text Font Color
<p style="color:#397aba">Text here</p>
This sample text font color is #397aba
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.
#397aba Background Color
<div style="background-color:#397aba">
Div content here</div>
This div background color is #397aba
#397aba Border Color
<div style="border:3px solid #397aba">
Div here</div>
This div border color is #397aba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,122,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #397aba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #397aba; -webkit-box-shadow: 1px 1px 3px 2px #397aba; box-shadow: 1px 1px 3px 2px #397aba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,122,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #397aba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #397aba; -webkit-box-shadow: 1px 1px 3px 2px #397aba; box-shadow: 1px 1px 3px 2px #397aba;">
Div content here</div>
This div box has shadow with color #397aba
Comments
No comments written yet.
Please login to write comment.