Color spaces of #347fbc
RGB | 52 | 127 | 188 |
---|---|---|---|
HSL | 0.57 | 0.57 | 0.47 |
HSV | 207° | 72° | 74° |
CMYK | 0.72 | 0.32 | 0.00 0.26 |
XYZ | 18.0826 | 19.5396 | 50.3954 |
Yxy | 19.5396 | 0.2054 | 0.2220 |
Hunter Lab | 44.2036 | -4.3364 | -36.6525 |
CIE-Lab | 51.3126 | -2.5703 | -38.6497 |
#347fbc color RGB value is (52,127,188).
#347fbc hex color red value is 52, green value is 127 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #347fbc hue: 0.57 , saturation: 0.57 and the lightness value of 347fbc is 0.47.
The process color (four color CMYK) of #347fbc color hex is 0.72, 0.32, 0.00, 0.26. Web safe color of #347fbc is #3366cc. Color #347fbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 01111111 | 10111100 |
Octal | 64 | 177 | 274 |
Decimal | 52 | 127 | 188 |
Hex | 34 | 7F | BC |
Shades of #347fbc
Tints of #347fbc
RGB Percentages of Color #347fbc
CMYK Percentages of Color #347fbc
Complementary Color
#347fbc | #bc7134 |
#347fbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#347fbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#347fbc Color CSS Codes
.mybgcolor {background-color:#347fbc; } .myforecolor {color:#347fbc; } .mybordercolor {border:3px solid #347fbc; }
#347fbc Text Font Color
<p style="color:#347fbc">Text here</p>
This sample text font color is #347fbc
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.
#347fbc Background Color
<div style="background-color:#347fbc">
Div content here</div>
This div background color is #347fbc
#347fbc Border Color
<div style="border:3px solid #347fbc">
Div here</div>
This div border color is #347fbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,127,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #347fbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #347fbc; -webkit-box-shadow: 1px 1px 3px 2px #347fbc; box-shadow: 1px 1px 3px 2px #347fbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,127,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #347fbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #347fbc; -webkit-box-shadow: 1px 1px 3px 2px #347fbc; box-shadow: 1px 1px 3px 2px #347fbc;">
Div content here</div>
This div box has shadow with color #347fbc
Comments
No comments written yet.
Please login to write comment.