Color spaces of #277baf
RGB | 39 | 123 | 175 |
---|---|---|---|
HSL | 0.56 | 0.64 | 0.42 |
HSV | 203° | 78° | 69° |
CMYK | 0.78 | 0.30 | 0.00 0.31 |
XYZ | 15.6575 | 17.6924 | 43.1472 |
Yxy | 17.6924 | 0.2047 | 0.2313 |
Hunter Lab | 42.0623 | -7.1633 | -31.3756 |
CIE-Lab | 49.1209 | -6.6004 | -34.6246 |
#277baf color RGB value is (39,123,175).
#277baf hex color red value is 39, green value is 123 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #277baf hue: 0.56 , saturation: 0.64 and the lightness value of 277baf is 0.42.
The process color (four color CMYK) of #277baf color hex is 0.78, 0.30, 0.00, 0.31. Web safe color of #277baf is #336699. Color #277baf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 01111011 | 10101111 |
Octal | 47 | 173 | 257 |
Decimal | 39 | 123 | 175 |
Hex | 27 | 7B | AF |
Shades of #277baf
Tints of #277baf
RGB Percentages of Color #277baf
CMYK Percentages of Color #277baf
Complementary Color
#277baf | #af5b27 |
#277baf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#277baf Color Preview on White Background
Lorem ipsum dolor sit amet.
#277baf Color CSS Codes
.mybgcolor {background-color:#277baf; } .myforecolor {color:#277baf; } .mybordercolor {border:3px solid #277baf; }
#277baf Text Font Color
<p style="color:#277baf">Text here</p>
This sample text font color is #277baf
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.
#277baf Background Color
<div style="background-color:#277baf">
Div content here</div>
This div background color is #277baf
#277baf Border Color
<div style="border:3px solid #277baf">
Div here</div>
This div border color is #277baf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,123,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #277baf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #277baf; -webkit-box-shadow: 1px 1px 3px 2px #277baf; box-shadow: 1px 1px 3px 2px #277baf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,123,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #277baf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #277baf; -webkit-box-shadow: 1px 1px 3px 2px #277baf; box-shadow: 1px 1px 3px 2px #277baf;">
Div content here</div>
This div box has shadow with color #277baf
Comments
No comments written yet.
Please login to write comment.