Color spaces of #370cbf
RGB | 55 | 12 | 191 |
---|---|---|---|
HSL | 0.71 | 0.88 | 0.40 |
HSV | 254° | 94° | 75° |
CMYK | 0.71 | 0.94 | 0.00 0.25 |
XYZ | 11.1110 | 4.8368 | 49.6382 |
Yxy | 4.8368 | 0.1694 | 0.0737 |
Hunter Lab | 21.9927 | 51.6932 | -118.4243 |
CIE-Lab | 26.2647 | 62.3038 | -81.0571 |
#370cbf color RGB value is (55,12,191).
#370cbf hex color red value is 55, green value is 12 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #370cbf hue: 0.71 , saturation: 0.88 and the lightness value of 370cbf is 0.40.
The process color (four color CMYK) of #370cbf color hex is 0.71, 0.94, 0.00, 0.25. Web safe color of #370cbf is #3300cc. Color #370cbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 00001100 | 10111111 |
Octal | 67 | 14 | 277 |
Decimal | 55 | 12 | 191 |
Hex | 37 | C | BF |
Shades of #370cbf
Tints of #370cbf
RGB Percentages of Color #370cbf
CMYK Percentages of Color #370cbf
Complementary Color
#370cbf | #94bf0c |
#370cbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#370cbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#370cbf Color CSS Codes
.mybgcolor {background-color:#370cbf; } .myforecolor {color:#370cbf; } .mybordercolor {border:3px solid #370cbf; }
#370cbf Text Font Color
<p style="color:#370cbf">Text here</p>
This sample text font color is #370cbf
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.
#370cbf Background Color
<div style="background-color:#370cbf">
Div content here</div>
This div background color is #370cbf
#370cbf Border Color
<div style="border:3px solid #370cbf">
Div here</div>
This div border color is #370cbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,12,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #370cbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #370cbf; -webkit-box-shadow: 1px 1px 3px 2px #370cbf; box-shadow: 1px 1px 3px 2px #370cbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,12,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 #370cbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #370cbf; -webkit-box-shadow: 1px 1px 3px 2px #370cbf; box-shadow: 1px 1px 3px 2px #370cbf;">
Div content here</div>
This div box has shadow with color #370cbf
Comments
No comments written yet.
Please login to write comment.