Color spaces of #375fbf
RGB | 55 | 95 | 191 |
---|---|---|---|
HSL | 0.62 | 0.55 | 0.48 |
HSV | 222° | 71° | 75° |
CMYK | 0.71 | 0.50 | 0.00 0.25 |
XYZ | 15.0717 | 12.7582 | 50.9584 |
Yxy | 12.7582 | 0.1913 | 0.1619 |
Hunter Lab | 35.7186 | 12.8116 | -59.5838 |
CIE-Lab | 42.3966 | 18.9216 | -54.5960 |
#375fbf color RGB value is (55,95,191).
#375fbf hex color red value is 55, green value is 95 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #375fbf hue: 0.62 , saturation: 0.55 and the lightness value of 375fbf is 0.48.
The process color (four color CMYK) of #375fbf color hex is 0.71, 0.50, 0.00, 0.25. Web safe color of #375fbf is #3366cc. Color #375fbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 01011111 | 10111111 |
Octal | 67 | 137 | 277 |
Decimal | 55 | 95 | 191 |
Hex | 37 | 5F | BF |
Shades of #375fbf
Tints of #375fbf
RGB Percentages of Color #375fbf
CMYK Percentages of Color #375fbf
Complementary Color
#375fbf | #bf9737 |
#375fbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#375fbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#375fbf Color CSS Codes
.mybgcolor {background-color:#375fbf; } .myforecolor {color:#375fbf; } .mybordercolor {border:3px solid #375fbf; }
#375fbf Text Font Color
<p style="color:#375fbf">Text here</p>
This sample text font color is #375fbf
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.
#375fbf Background Color
<div style="background-color:#375fbf">
Div content here</div>
This div background color is #375fbf
#375fbf Border Color
<div style="border:3px solid #375fbf">
Div here</div>
This div border color is #375fbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,95,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #375fbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #375fbf; -webkit-box-shadow: 1px 1px 3px 2px #375fbf; box-shadow: 1px 1px 3px 2px #375fbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,95,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 #375fbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #375fbf; -webkit-box-shadow: 1px 1px 3px 2px #375fbf; box-shadow: 1px 1px 3px 2px #375fbf;">
Div content here</div>
This div box has shadow with color #375fbf
Comments
No comments written yet.
Please login to write comment.