Color spaces of #351dbf
RGB | 53 | 29 | 191 |
---|---|---|---|
HSL | 0.69 | 0.74 | 0.43 |
HSV | 249° | 85° | 75° |
CMYK | 0.72 | 0.85 | 0.00 0.25 |
XYZ | 11.3115 | 5.3972 | 49.7358 |
Yxy | 5.3972 | 0.1702 | 0.0812 |
Hunter Lab | 23.2319 | 46.2551 | -110.6683 |
CIE-Lab | 27.8377 | 56.9853 | -78.4458 |
#351dbf color RGB value is (53,29,191).
#351dbf hex color red value is 53, green value is 29 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #351dbf hue: 0.69 , saturation: 0.74 and the lightness value of 351dbf is 0.43.
The process color (four color CMYK) of #351dbf color hex is 0.72, 0.85, 0.00, 0.25. Web safe color of #351dbf is #3333cc. Color #351dbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 00011101 | 10111111 |
Octal | 65 | 35 | 277 |
Decimal | 53 | 29 | 191 |
Hex | 35 | 1D | BF |
Shades of #351dbf
Tints of #351dbf
RGB Percentages of Color #351dbf
CMYK Percentages of Color #351dbf
Complementary Color
#351dbf | #a7bf1d |
#351dbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#351dbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#351dbf Color CSS Codes
.mybgcolor {background-color:#351dbf; } .myforecolor {color:#351dbf; } .mybordercolor {border:3px solid #351dbf; }
#351dbf Text Font Color
<p style="color:#351dbf">Text here</p>
This sample text font color is #351dbf
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.
#351dbf Background Color
<div style="background-color:#351dbf">
Div content here</div>
This div background color is #351dbf
#351dbf Border Color
<div style="border:3px solid #351dbf">
Div here</div>
This div border color is #351dbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,29,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #351dbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #351dbf; -webkit-box-shadow: 1px 1px 3px 2px #351dbf; box-shadow: 1px 1px 3px 2px #351dbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,29,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #351dbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #351dbf; -webkit-box-shadow: 1px 1px 3px 2px #351dbf; box-shadow: 1px 1px 3px 2px #351dbf;">
Div content here</div>
This div box has shadow with color #351dbf
Comments
No comments written yet.
Please login to write comment.