Color spaces of #357adb
RGB | 53 | 122 | 219 |
---|---|---|---|
HSL | 0.60 | 0.70 | 0.53 |
HSV | 215° | 76° | 86° |
CMYK | 0.76 | 0.44 | 0.00 0.14 |
XYZ | 21.2139 | 19.7904 | 69.7197 |
Yxy | 19.7904 | 0.1916 | 0.1787 |
Hunter Lab | 44.4864 | 7.2688 | -61.7796 |
CIE-Lab | 51.5994 | 11.9174 | -55.8326 |
#357adb color RGB value is (53,122,219).
#357adb hex color red value is 53, green value is 122 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #357adb hue: 0.60 , saturation: 0.70 and the lightness value of 357adb is 0.53.
The process color (four color CMYK) of #357adb color hex is 0.76, 0.44, 0.00, 0.14. Web safe color of #357adb is #3366cc. Color #357adb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 01111010 | 11011011 |
Octal | 65 | 172 | 333 |
Decimal | 53 | 122 | 219 |
Hex | 35 | 7A | DB |
Shades of #357adb
Tints of #357adb
RGB Percentages of Color #357adb
CMYK Percentages of Color #357adb
Complementary Color
#357adb | #db9635 |
#357adb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#357adb Color Preview on White Background
Lorem ipsum dolor sit amet.
#357adb Color CSS Codes
.mybgcolor {background-color:#357adb; } .myforecolor {color:#357adb; } .mybordercolor {border:3px solid #357adb; }
#357adb Text Font Color
<p style="color:#357adb">Text here</p>
This sample text font color is #357adb
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.
#357adb Background Color
<div style="background-color:#357adb">
Div content here</div>
This div background color is #357adb
#357adb Border Color
<div style="border:3px solid #357adb">
Div here</div>
This div border color is #357adb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,122,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #357adb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #357adb; -webkit-box-shadow: 1px 1px 3px 2px #357adb; box-shadow: 1px 1px 3px 2px #357adb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,122,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #357adb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #357adb; -webkit-box-shadow: 1px 1px 3px 2px #357adb; box-shadow: 1px 1px 3px 2px #357adb;">
Div content here</div>
This div box has shadow with color #357adb
Comments
No comments written yet.
Please login to write comment.