Color spaces of #3136bd
RGB | 49 | 54 | 189 |
---|---|---|---|
HSL | 0.66 | 0.59 | 0.47 |
HSV | 238° | 74° | 74° |
CMYK | 0.74 | 0.71 | 0.00 0.26 |
XYZ | 11.7711 | 6.9654 | 48.8682 |
Yxy | 6.9654 | 0.1741 | 0.1030 |
Hunter Lab | 26.3920 | 33.4266 | -91.3085 |
CIE-Lab | 31.7280 | 43.5035 | -70.8374 |
#3136bd color RGB value is (49,54,189).
#3136bd hex color red value is 49, green value is 54 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3136bd hue: 0.66 , saturation: 0.59 and the lightness value of 3136bd is 0.47.
The process color (four color CMYK) of #3136bd color hex is 0.74, 0.71, 0.00, 0.26. Web safe color of #3136bd is #3333cc. Color #3136bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 00110110 | 10111101 |
Octal | 61 | 66 | 275 |
Decimal | 49 | 54 | 189 |
Hex | 31 | 36 | BD |
Shades of #3136bd
Tints of #3136bd
RGB Percentages of Color #3136bd
CMYK Percentages of Color #3136bd
Complementary Color
#3136bd | #bdb831 |
#3136bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3136bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#3136bd Color CSS Codes
.mybgcolor {background-color:#3136bd; } .myforecolor {color:#3136bd; } .mybordercolor {border:3px solid #3136bd; }
#3136bd Text Font Color
<p style="color:#3136bd">Text here</p>
This sample text font color is #3136bd
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.
#3136bd Background Color
<div style="background-color:#3136bd">
Div content here</div>
This div background color is #3136bd
#3136bd Border Color
<div style="border:3px solid #3136bd">
Div here</div>
This div border color is #3136bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,54,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3136bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3136bd; -webkit-box-shadow: 1px 1px 3px 2px #3136bd; box-shadow: 1px 1px 3px 2px #3136bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,54,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3136bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3136bd; -webkit-box-shadow: 1px 1px 3px 2px #3136bd; box-shadow: 1px 1px 3px 2px #3136bd;">
Div content here</div>
This div box has shadow with color #3136bd
Comments
No comments written yet.
Please login to write comment.