Color spaces of #3766bf
RGB | 55 | 102 | 191 |
---|---|---|---|
HSL | 0.61 | 0.55 | 0.48 |
HSV | 219° | 71° | 75° |
CMYK | 0.71 | 0.47 | 0.00 0.25 |
XYZ | 15.7309 | 14.0766 | 51.1782 |
Yxy | 14.0766 | 0.1942 | 0.1738 |
Hunter Lab | 37.5188 | 9.1837 | -54.6125 |
CIE-Lab | 44.3426 | 14.4233 | -51.4639 |
#3766bf color RGB value is (55,102,191).
#3766bf hex color red value is 55, green value is 102 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3766bf hue: 0.61 , saturation: 0.55 and the lightness value of 3766bf is 0.48.
The process color (four color CMYK) of #3766bf color hex is 0.71, 0.47, 0.00, 0.25. Web safe color of #3766bf is #3366cc. Color #3766bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 01100110 | 10111111 |
Octal | 67 | 146 | 277 |
Decimal | 55 | 102 | 191 |
Hex | 37 | 66 | BF |
Shades of #3766bf
Tints of #3766bf
RGB Percentages of Color #3766bf
CMYK Percentages of Color #3766bf
Complementary Color
#3766bf | #bf9037 |
#3766bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3766bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#3766bf Color CSS Codes
.mybgcolor {background-color:#3766bf; } .myforecolor {color:#3766bf; } .mybordercolor {border:3px solid #3766bf; }
#3766bf Text Font Color
<p style="color:#3766bf">Text here</p>
This sample text font color is #3766bf
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.
#3766bf Background Color
<div style="background-color:#3766bf">
Div content here</div>
This div background color is #3766bf
#3766bf Border Color
<div style="border:3px solid #3766bf">
Div here</div>
This div border color is #3766bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,102,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3766bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3766bf; -webkit-box-shadow: 1px 1px 3px 2px #3766bf; box-shadow: 1px 1px 3px 2px #3766bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,102,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3766bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3766bf; -webkit-box-shadow: 1px 1px 3px 2px #3766bf; box-shadow: 1px 1px 3px 2px #3766bf;">
Div content here</div>
This div box has shadow with color #3766bf
Comments
No comments written yet.
Please login to write comment.