Color spaces of #372bbf
RGB | 55 | 43 | 191 |
---|---|---|---|
HSL | 0.68 | 0.63 | 0.46 |
HSV | 245° | 77° | 75° |
CMYK | 0.71 | 0.77 | 0.00 0.25 |
XYZ | 11.8434 | 6.3016 | 49.8823 |
Yxy | 6.3016 | 0.1741 | 0.0926 |
Hunter Lab | 25.1030 | 40.2847 | -100.2434 |
CIE-Lab | 30.1610 | 50.7672 | -74.5912 |
#372bbf color RGB value is (55,43,191).
#372bbf hex color red value is 55, green value is 43 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #372bbf hue: 0.68 , saturation: 0.63 and the lightness value of 372bbf is 0.46.
The process color (four color CMYK) of #372bbf color hex is 0.71, 0.77, 0.00, 0.25. Web safe color of #372bbf is #3333cc. Color #372bbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 00101011 | 10111111 |
Octal | 67 | 53 | 277 |
Decimal | 55 | 43 | 191 |
Hex | 37 | 2B | BF |
Shades of #372bbf
Tints of #372bbf
RGB Percentages of Color #372bbf
CMYK Percentages of Color #372bbf
Complementary Color
#372bbf | #b3bf2b |
#372bbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#372bbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#372bbf Color CSS Codes
.mybgcolor {background-color:#372bbf; } .myforecolor {color:#372bbf; } .mybordercolor {border:3px solid #372bbf; }
#372bbf Text Font Color
<p style="color:#372bbf">Text here</p>
This sample text font color is #372bbf
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.
#372bbf Background Color
<div style="background-color:#372bbf">
Div content here</div>
This div background color is #372bbf
#372bbf Border Color
<div style="border:3px solid #372bbf">
Div here</div>
This div border color is #372bbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,43,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #372bbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #372bbf; -webkit-box-shadow: 1px 1px 3px 2px #372bbf; box-shadow: 1px 1px 3px 2px #372bbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,43,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 #372bbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #372bbf; -webkit-box-shadow: 1px 1px 3px 2px #372bbf; box-shadow: 1px 1px 3px 2px #372bbf;">
Div content here</div>
This div box has shadow with color #372bbf
Comments
No comments written yet.
Please login to write comment.