Color spaces of #274786
RGB | 39 | 71 | 134 |
---|---|---|---|
HSL | 0.61 | 0.55 | 0.34 |
HSV | 220° | 71° | 53° |
CMYK | 0.71 | 0.47 | 0.00 0.47 |
XYZ | 7.3930 | 6.6590 | 23.4499 |
Yxy | 6.6590 | 0.1971 | 0.1776 |
Hunter Lab | 25.8050 | 5.9804 | -35.8153 |
CIE-Lab | 31.0177 | 10.7719 | -38.8179 |
#274786 color RGB value is (39,71,134).
#274786 hex color red value is 39, green value is 71 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #274786 hue: 0.61 , saturation: 0.55 and the lightness value of 274786 is 0.34.
The process color (four color CMYK) of #274786 color hex is 0.71, 0.47, 0.00, 0.47. Web safe color of #274786 is #333399. Color #274786 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 01000111 | 10000110 |
Octal | 47 | 107 | 206 |
Decimal | 39 | 71 | 134 |
Hex | 27 | 47 | 86 |
Shades of #274786
Tints of #274786
RGB Percentages of Color #274786
CMYK Percentages of Color #274786
Complementary Color
#274786 | #866627 |
#274786 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#274786 Color Preview on White Background
Lorem ipsum dolor sit amet.
#274786 Color CSS Codes
.mybgcolor {background-color:#274786; } .myforecolor {color:#274786; } .mybordercolor {border:3px solid #274786; }
#274786 Text Font Color
<p style="color:#274786">Text here</p>
This sample text font color is #274786
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.
#274786 Background Color
<div style="background-color:#274786">
Div content here</div>
This div background color is #274786
#274786 Border Color
<div style="border:3px solid #274786">
Div here</div>
This div border color is #274786
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,71,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #274786; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #274786; -webkit-box-shadow: 1px 1px 3px 2px #274786; box-shadow: 1px 1px 3px 2px #274786; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,71,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #274786">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #274786; -webkit-box-shadow: 1px 1px 3px 2px #274786; box-shadow: 1px 1px 3px 2px #274786;">
Div content here</div>
This div box has shadow with color #274786
Comments
No comments written yet.
Please login to write comment.