Color spaces of #353bbe
RGB | 53 | 59 | 190 |
---|---|---|---|
HSL | 0.66 | 0.56 | 0.48 |
HSV | 237° | 72° | 75° |
CMYK | 0.72 | 0.69 | 0.00 0.25 |
XYZ | 12.3264 | 7.6025 | 49.5330 |
Yxy | 7.6025 | 0.1775 | 0.1094 |
Hunter Lab | 27.5726 | 31.5467 | -87.2110 |
CIE-Lab | 33.1409 | 41.2723 | -69.0926 |
#353bbe color RGB value is (53,59,190).
#353bbe hex color red value is 53, green value is 59 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #353bbe hue: 0.66 , saturation: 0.56 and the lightness value of 353bbe is 0.48.
The process color (four color CMYK) of #353bbe color hex is 0.72, 0.69, 0.00, 0.25. Web safe color of #353bbe is #3333cc. Color #353bbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 00111011 | 10111110 |
Octal | 65 | 73 | 276 |
Decimal | 53 | 59 | 190 |
Hex | 35 | 3B | BE |
Shades of #353bbe
Tints of #353bbe
RGB Percentages of Color #353bbe
CMYK Percentages of Color #353bbe
Complementary Color
#353bbe | #beb835 |
#353bbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#353bbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#353bbe Color CSS Codes
.mybgcolor {background-color:#353bbe; } .myforecolor {color:#353bbe; } .mybordercolor {border:3px solid #353bbe; }
#353bbe Text Font Color
<p style="color:#353bbe">Text here</p>
This sample text font color is #353bbe
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.
#353bbe Background Color
<div style="background-color:#353bbe">
Div content here</div>
This div background color is #353bbe
#353bbe Border Color
<div style="border:3px solid #353bbe">
Div here</div>
This div border color is #353bbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,59,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #353bbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #353bbe; -webkit-box-shadow: 1px 1px 3px 2px #353bbe; box-shadow: 1px 1px 3px 2px #353bbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,59,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #353bbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #353bbe; -webkit-box-shadow: 1px 1px 3px 2px #353bbe; box-shadow: 1px 1px 3px 2px #353bbe;">
Div content here</div>
This div box has shadow with color #353bbe
Comments
No comments written yet.
Please login to write comment.