Color spaces of #356bdd
RGB | 53 | 107 | 221 |
---|---|---|---|
HSL | 0.61 | 0.71 | 0.54 |
HSV | 221° | 76° | 87° |
CMYK | 0.76 | 0.52 | 0.00 0.13 |
XYZ | 19.7770 | 16.4927 | 70.5477 |
Yxy | 16.4927 | 0.1851 | 0.1544 |
Hunter Lab | 40.6112 | 15.8570 | -74.5677 |
CIE-Lab | 47.6144 | 22.0858 | -63.3831 |
#356bdd color RGB value is (53,107,221).
#356bdd hex color red value is 53, green value is 107 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #356bdd hue: 0.61 , saturation: 0.71 and the lightness value of 356bdd is 0.54.
The process color (four color CMYK) of #356bdd color hex is 0.76, 0.52, 0.00, 0.13. Web safe color of #356bdd is #3366cc. Color #356bdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 01101011 | 11011101 |
Octal | 65 | 153 | 335 |
Decimal | 53 | 107 | 221 |
Hex | 35 | 6B | DD |
Shades of #356bdd
Tints of #356bdd
RGB Percentages of Color #356bdd
CMYK Percentages of Color #356bdd
Complementary Color
#356bdd | #dda735 |
#356bdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#356bdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#356bdd Color CSS Codes
.mybgcolor {background-color:#356bdd; } .myforecolor {color:#356bdd; } .mybordercolor {border:3px solid #356bdd; }
#356bdd Text Font Color
<p style="color:#356bdd">Text here</p>
This sample text font color is #356bdd
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.
#356bdd Background Color
<div style="background-color:#356bdd">
Div content here</div>
This div background color is #356bdd
#356bdd Border Color
<div style="border:3px solid #356bdd">
Div here</div>
This div border color is #356bdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,107,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #356bdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #356bdd; -webkit-box-shadow: 1px 1px 3px 2px #356bdd; box-shadow: 1px 1px 3px 2px #356bdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,107,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #356bdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #356bdd; -webkit-box-shadow: 1px 1px 3px 2px #356bdd; box-shadow: 1px 1px 3px 2px #356bdd;">
Div content here</div>
This div box has shadow with color #356bdd
Comments
No comments written yet.
Please login to write comment.