Color spaces of #3189dc
RGB | 49 | 137 | 220 |
---|---|---|---|
HSL | 0.58 | 0.71 | 0.53 |
HSV | 209° | 78° | 86° |
CMYK | 0.78 | 0.38 | 0.00 0.14 |
XYZ | 23.1306 | 23.7116 | 71.0678 |
Yxy | 23.7116 | 0.1962 | 0.2011 |
Hunter Lab | 48.6946 | -0.4255 | -52.4452 |
CIE-Lab | 55.7979 | 2.6928 | -49.6978 |
#3189dc color RGB value is (49,137,220).
#3189dc hex color red value is 49, green value is 137 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3189dc hue: 0.58 , saturation: 0.71 and the lightness value of 3189dc is 0.53.
The process color (four color CMYK) of #3189dc color hex is 0.78, 0.38, 0.00, 0.14. Web safe color of #3189dc is #3399cc. Color #3189dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 10001001 | 11011100 |
Octal | 61 | 211 | 334 |
Decimal | 49 | 137 | 220 |
Hex | 31 | 89 | DC |
Shades of #3189dc
Tints of #3189dc
RGB Percentages of Color #3189dc
CMYK Percentages of Color #3189dc
Complementary Color
#3189dc | #dc8431 |
#3189dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3189dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3189dc Color CSS Codes
.mybgcolor {background-color:#3189dc; } .myforecolor {color:#3189dc; } .mybordercolor {border:3px solid #3189dc; }
#3189dc Text Font Color
<p style="color:#3189dc">Text here</p>
This sample text font color is #3189dc
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.
#3189dc Background Color
<div style="background-color:#3189dc">
Div content here</div>
This div background color is #3189dc
#3189dc Border Color
<div style="border:3px solid #3189dc">
Div here</div>
This div border color is #3189dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,137,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3189dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3189dc; -webkit-box-shadow: 1px 1px 3px 2px #3189dc; box-shadow: 1px 1px 3px 2px #3189dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,137,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3189dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3189dc; -webkit-box-shadow: 1px 1px 3px 2px #3189dc; box-shadow: 1px 1px 3px 2px #3189dc;">
Div content here</div>
This div box has shadow with color #3189dc
Comments
No comments written yet.
Please login to write comment.