Color spaces of #325bbb
RGB | 50 | 91 | 187 |
---|---|---|---|
HSL | 0.62 | 0.58 | 0.46 |
HSV | 222° | 73° | 73° |
CMYK | 0.73 | 0.51 | 0.00 0.27 |
XYZ | 14.0261 | 11.7481 | 48.5421 |
Yxy | 11.7481 | 0.1887 | 0.1581 |
Hunter Lab | 34.2755 | 13.0630 | -59.9756 |
CIE-Lab | 40.8129 | 19.3390 | -54.8324 |
#325bbb color RGB value is (50,91,187).
#325bbb hex color red value is 50, green value is 91 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #325bbb hue: 0.62 , saturation: 0.58 and the lightness value of 325bbb is 0.46.
The process color (four color CMYK) of #325bbb color hex is 0.73, 0.51, 0.00, 0.27. Web safe color of #325bbb is #3366cc. Color #325bbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 01011011 | 10111011 |
Octal | 62 | 133 | 273 |
Decimal | 50 | 91 | 187 |
Hex | 32 | 5B | BB |
Shades of #325bbb
Tints of #325bbb
RGB Percentages of Color #325bbb
CMYK Percentages of Color #325bbb
Complementary Color
#325bbb | #bb9232 |
#325bbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#325bbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#325bbb Color CSS Codes
.mybgcolor {background-color:#325bbb; } .myforecolor {color:#325bbb; } .mybordercolor {border:3px solid #325bbb; }
#325bbb Text Font Color
<p style="color:#325bbb">Text here</p>
This sample text font color is #325bbb
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.
#325bbb Background Color
<div style="background-color:#325bbb">
Div content here</div>
This div background color is #325bbb
#325bbb Border Color
<div style="border:3px solid #325bbb">
Div here</div>
This div border color is #325bbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,91,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #325bbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #325bbb; -webkit-box-shadow: 1px 1px 3px 2px #325bbb; box-shadow: 1px 1px 3px 2px #325bbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,91,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #325bbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #325bbb; -webkit-box-shadow: 1px 1px 3px 2px #325bbb; box-shadow: 1px 1px 3px 2px #325bbb;">
Div content here</div>
This div box has shadow with color #325bbb
Comments
No comments written yet.
Please login to write comment.