Color spaces of #379bef
RGB | 55 | 155 | 239 |
---|---|---|---|
HSL | 0.58 | 0.85 | 0.58 |
HSV | 207° | 77° | 94° |
CMYK | 0.77 | 0.35 | 0.00 0.06 |
XYZ | 28.8769 | 30.4869 | 86.0239 |
Yxy | 30.4869 | 0.1986 | 0.2097 |
Hunter Lab | 55.2149 | -3.2723 | -53.7223 |
CIE-Lab | 62.0721 | -0.3875 | -50.2842 |
#379bef color RGB value is (55,155,239).
#379bef hex color red value is 55, green value is 155 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #379bef hue: 0.58 , saturation: 0.85 and the lightness value of 379bef is 0.58.
The process color (four color CMYK) of #379bef color hex is 0.77, 0.35, 0.00, 0.06. Web safe color of #379bef is #3399ff. Color #379bef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 10011011 | 11101111 |
Octal | 67 | 233 | 357 |
Decimal | 55 | 155 | 239 |
Hex | 37 | 9B | EF |
Shades of #379bef
Tints of #379bef
RGB Percentages of Color #379bef
CMYK Percentages of Color #379bef
Complementary Color
#379bef | #ef8b37 |
#379bef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#379bef Color Preview on White Background
Lorem ipsum dolor sit amet.
#379bef Color CSS Codes
.mybgcolor {background-color:#379bef; } .myforecolor {color:#379bef; } .mybordercolor {border:3px solid #379bef; }
#379bef Text Font Color
<p style="color:#379bef">Text here</p>
This sample text font color is #379bef
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.
#379bef Background Color
<div style="background-color:#379bef">
Div content here</div>
This div background color is #379bef
#379bef Border Color
<div style="border:3px solid #379bef">
Div here</div>
This div border color is #379bef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,155,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #379bef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #379bef; -webkit-box-shadow: 1px 1px 3px 2px #379bef; box-shadow: 1px 1px 3px 2px #379bef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,155,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #379bef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #379bef; -webkit-box-shadow: 1px 1px 3px 2px #379bef; box-shadow: 1px 1px 3px 2px #379bef;">
Div content here</div>
This div box has shadow with color #379bef
Comments
No comments written yet.
Please login to write comment.