Color spaces of #3170aa
RGB | 49 | 112 | 170 |
---|---|---|---|
HSL | 0.58 | 0.55 | 0.43 |
HSV | 209° | 71° | 67° |
CMYK | 0.71 | 0.34 | 0.00 0.33 |
XYZ | 14.3165 | 15.1436 | 40.1987 |
Yxy | 15.1436 | 0.2055 | 0.2174 |
Hunter Lab | 38.9148 | -2.4318 | -34.0058 |
CIE-Lab | 45.8303 | -0.4763 | -36.8726 |
#3170aa color RGB value is (49,112,170).
#3170aa hex color red value is 49, green value is 112 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3170aa hue: 0.58 , saturation: 0.55 and the lightness value of 3170aa is 0.43.
The process color (four color CMYK) of #3170aa color hex is 0.71, 0.34, 0.00, 0.33. Web safe color of #3170aa is #336699. Color #3170aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 01110000 | 10101010 |
Octal | 61 | 160 | 252 |
Decimal | 49 | 112 | 170 |
Hex | 31 | 70 | AA |
Shades of #3170aa
Tints of #3170aa
RGB Percentages of Color #3170aa
CMYK Percentages of Color #3170aa
Complementary Color
#3170aa | #aa6b31 |
#3170aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3170aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#3170aa Color CSS Codes
.mybgcolor {background-color:#3170aa; } .myforecolor {color:#3170aa; } .mybordercolor {border:3px solid #3170aa; }
#3170aa Text Font Color
<p style="color:#3170aa">Text here</p>
This sample text font color is #3170aa
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.
#3170aa Background Color
<div style="background-color:#3170aa">
Div content here</div>
This div background color is #3170aa
#3170aa Border Color
<div style="border:3px solid #3170aa">
Div here</div>
This div border color is #3170aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,112,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3170aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3170aa; -webkit-box-shadow: 1px 1px 3px 2px #3170aa; box-shadow: 1px 1px 3px 2px #3170aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,112,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3170aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3170aa; -webkit-box-shadow: 1px 1px 3px 2px #3170aa; box-shadow: 1px 1px 3px 2px #3170aa;">
Div content here</div>
This div box has shadow with color #3170aa
Comments
No comments written yet.
Please login to write comment.