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