Color spaces of #376eec
RGB | 55 | 110 | 236 |
---|---|---|---|
HSL | 0.62 | 0.83 | 0.57 |
HSV | 222° | 77° | 93° |
CMYK | 0.77 | 0.53 | 0.00 0.07 |
XYZ | 22.2918 | 18.0202 | 81.6602 |
Yxy | 18.0202 | 0.1828 | 0.1477 |
Hunter Lab | 42.4502 | 19.4475 | -84.3393 |
CIE-Lab | 49.5206 | 25.9300 | -68.7440 |
#376eec color RGB value is (55,110,236).
#376eec hex color red value is 55, green value is 110 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #376eec hue: 0.62 , saturation: 0.83 and the lightness value of 376eec is 0.57.
The process color (four color CMYK) of #376eec color hex is 0.77, 0.53, 0.00, 0.07. Web safe color of #376eec is #3366ff. Color #376eec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 01101110 | 11101100 |
Octal | 67 | 156 | 354 |
Decimal | 55 | 110 | 236 |
Hex | 37 | 6E | EC |
Shades of #376eec
Tints of #376eec
RGB Percentages of Color #376eec
CMYK Percentages of Color #376eec
Complementary Color
#376eec | #ecb537 |
#376eec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#376eec Color Preview on White Background
Lorem ipsum dolor sit amet.
#376eec Color CSS Codes
.mybgcolor {background-color:#376eec; } .myforecolor {color:#376eec; } .mybordercolor {border:3px solid #376eec; }
#376eec Text Font Color
<p style="color:#376eec">Text here</p>
This sample text font color is #376eec
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.
#376eec Background Color
<div style="background-color:#376eec">
Div content here</div>
This div background color is #376eec
#376eec Border Color
<div style="border:3px solid #376eec">
Div here</div>
This div border color is #376eec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,110,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #376eec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #376eec; -webkit-box-shadow: 1px 1px 3px 2px #376eec; box-shadow: 1px 1px 3px 2px #376eec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,110,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #376eec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #376eec; -webkit-box-shadow: 1px 1px 3px 2px #376eec; box-shadow: 1px 1px 3px 2px #376eec;">
Div content here</div>
This div box has shadow with color #376eec
Comments
No comments written yet.
Please login to write comment.