Color spaces of #276ccb
RGB | 39 | 108 | 203 |
---|---|---|---|
HSL | 0.60 | 0.68 | 0.47 |
HSV | 215° | 81° | 80° |
CMYK | 0.81 | 0.47 | 0.00 0.20 |
XYZ | 16.9788 | 15.4683 | 58.5907 |
Yxy | 15.4683 | 0.1865 | 0.1699 |
Hunter Lab | 39.3298 | 8.2320 | -60.7952 |
CIE-Lab | 46.2690 | 13.1948 | -55.3141 |
#276ccb color RGB value is (39,108,203).
#276ccb hex color red value is 39, green value is 108 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #276ccb hue: 0.60 , saturation: 0.68 and the lightness value of 276ccb is 0.47.
The process color (four color CMYK) of #276ccb color hex is 0.81, 0.47, 0.00, 0.20. Web safe color of #276ccb is #3366cc. Color #276ccb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 01101100 | 11001011 |
Octal | 47 | 154 | 313 |
Decimal | 39 | 108 | 203 |
Hex | 27 | 6C | CB |
Shades of #276ccb
Tints of #276ccb
RGB Percentages of Color #276ccb
CMYK Percentages of Color #276ccb
Complementary Color
#276ccb | #cb8627 |
#276ccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#276ccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#276ccb Color CSS Codes
.mybgcolor {background-color:#276ccb; } .myforecolor {color:#276ccb; } .mybordercolor {border:3px solid #276ccb; }
#276ccb Text Font Color
<p style="color:#276ccb">Text here</p>
This sample text font color is #276ccb
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.
#276ccb Background Color
<div style="background-color:#276ccb">
Div content here</div>
This div background color is #276ccb
#276ccb Border Color
<div style="border:3px solid #276ccb">
Div here</div>
This div border color is #276ccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,108,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #276ccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #276ccb; -webkit-box-shadow: 1px 1px 3px 2px #276ccb; box-shadow: 1px 1px 3px 2px #276ccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,108,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 #276ccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #276ccb; -webkit-box-shadow: 1px 1px 3px 2px #276ccb; box-shadow: 1px 1px 3px 2px #276ccb;">
Div content here</div>
This div box has shadow with color #276ccb
Comments
No comments written yet.
Please login to write comment.