Color spaces of #2765cb
RGB | 39 | 101 | 203 |
---|---|---|---|
HSL | 0.60 | 0.68 | 0.47 |
HSV | 217° | 81° | 80° |
CMYK | 0.81 | 0.50 | 0.00 0.20 |
XYZ | 16.2699 | 14.0505 | 58.3544 |
Yxy | 14.0505 | 0.1835 | 0.1584 |
Hunter Lab | 37.4840 | 11.8808 | -66.0628 |
CIE-Lab | 44.3053 | 17.6844 | -58.4809 |
#2765cb color RGB value is (39,101,203).
#2765cb hex color red value is 39, green value is 101 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #2765cb hue: 0.60 , saturation: 0.68 and the lightness value of 2765cb is 0.47.
The process color (four color CMYK) of #2765cb color hex is 0.81, 0.50, 0.00, 0.20. Web safe color of #2765cb is #3366cc. Color #2765cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 01100101 | 11001011 |
Octal | 47 | 145 | 313 |
Decimal | 39 | 101 | 203 |
Hex | 27 | 65 | CB |
Shades of #2765cb
Tints of #2765cb
RGB Percentages of Color #2765cb
CMYK Percentages of Color #2765cb
Complementary Color
#2765cb | #cb8d27 |
#2765cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2765cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#2765cb Color CSS Codes
.mybgcolor {background-color:#2765cb; } .myforecolor {color:#2765cb; } .mybordercolor {border:3px solid #2765cb; }
#2765cb Text Font Color
<p style="color:#2765cb">Text here</p>
This sample text font color is #2765cb
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.
#2765cb Background Color
<div style="background-color:#2765cb">
Div content here</div>
This div background color is #2765cb
#2765cb Border Color
<div style="border:3px solid #2765cb">
Div here</div>
This div border color is #2765cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,101,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2765cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2765cb; -webkit-box-shadow: 1px 1px 3px 2px #2765cb; box-shadow: 1px 1px 3px 2px #2765cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,101,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2765cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2765cb; -webkit-box-shadow: 1px 1px 3px 2px #2765cb; box-shadow: 1px 1px 3px 2px #2765cb;">
Div content here</div>
This div box has shadow with color #2765cb
Comments
No comments written yet.
Please login to write comment.