Color spaces of #3b55df
RGB | 59 | 85 | 223 |
---|---|---|---|
HSL | 0.64 | 0.72 | 0.55 |
HSV | 230° | 74° | 87° |
CMYK | 0.74 | 0.62 | 0.00 0.13 |
XYZ | 18.3714 | 12.7545 | 71.3056 |
Yxy | 12.7545 | 0.1794 | 0.1245 |
Hunter Lab | 35.7134 | 29.3239 | -93.3792 |
CIE-Lab | 42.3910 | 37.4080 | -73.0064 |
#3b55df color RGB value is (59,85,223).
#3b55df hex color red value is 59, green value is 85 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3b55df hue: 0.64 , saturation: 0.72 and the lightness value of 3b55df is 0.55.
The process color (four color CMYK) of #3b55df color hex is 0.74, 0.62, 0.00, 0.13. Web safe color of #3b55df is #3366cc. Color #3b55df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111011 | 01010101 | 11011111 |
Octal | 73 | 125 | 337 |
Decimal | 59 | 85 | 223 |
Hex | 3B | 55 | DF |
Shades of #3b55df
Tints of #3b55df
RGB Percentages of Color #3b55df
CMYK Percentages of Color #3b55df
Complementary Color
#3b55df | #dfc53b |
#3b55df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3b55df Color Preview on White Background
Lorem ipsum dolor sit amet.
#3b55df Color CSS Codes
.mybgcolor {background-color:#3b55df; } .myforecolor {color:#3b55df; } .mybordercolor {border:3px solid #3b55df; }
#3b55df Text Font Color
<p style="color:#3b55df">Text here</p>
This sample text font color is #3b55df
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.
#3b55df Background Color
<div style="background-color:#3b55df">
Div content here</div>
This div background color is #3b55df
#3b55df Border Color
<div style="border:3px solid #3b55df">
Div here</div>
This div border color is #3b55df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(59,85,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3b55df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3b55df; -webkit-box-shadow: 1px 1px 3px 2px #3b55df; box-shadow: 1px 1px 3px 2px #3b55df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(59,85,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3b55df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3b55df; -webkit-box-shadow: 1px 1px 3px 2px #3b55df; box-shadow: 1px 1px 3px 2px #3b55df;">
Div content here</div>
This div box has shadow with color #3b55df
Comments
No comments written yet.
Please login to write comment.