Color spaces of #3683bf
RGB | 54 | 131 | 191 |
---|---|---|---|
HSL | 0.57 | 0.56 | 0.48 |
HSV | 206° | 72° | 75° |
CMYK | 0.72 | 0.31 | 0.00 0.25 |
XYZ | 19.0416 | 20.7785 | 52.2973 |
Yxy | 20.7785 | 0.2067 | 0.2256 |
Hunter Lab | 45.5834 | -5.2061 | -36.1143 |
CIE-Lab | 52.7062 | -3.5807 | -38.1691 |
#3683bf color RGB value is (54,131,191).
#3683bf hex color red value is 54, green value is 131 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3683bf hue: 0.57 , saturation: 0.56 and the lightness value of 3683bf is 0.48.
The process color (four color CMYK) of #3683bf color hex is 0.72, 0.31, 0.00, 0.25. Web safe color of #3683bf is #3399cc. Color #3683bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 10000011 | 10111111 |
Octal | 66 | 203 | 277 |
Decimal | 54 | 131 | 191 |
Hex | 36 | 83 | BF |
Shades of #3683bf
Tints of #3683bf
RGB Percentages of Color #3683bf
CMYK Percentages of Color #3683bf
Complementary Color
#3683bf | #bf7236 |
#3683bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3683bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#3683bf Color CSS Codes
.mybgcolor {background-color:#3683bf; } .myforecolor {color:#3683bf; } .mybordercolor {border:3px solid #3683bf; }
#3683bf Text Font Color
<p style="color:#3683bf">Text here</p>
This sample text font color is #3683bf
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.
#3683bf Background Color
<div style="background-color:#3683bf">
Div content here</div>
This div background color is #3683bf
#3683bf Border Color
<div style="border:3px solid #3683bf">
Div here</div>
This div border color is #3683bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,131,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3683bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3683bf; -webkit-box-shadow: 1px 1px 3px 2px #3683bf; box-shadow: 1px 1px 3px 2px #3683bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,131,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 #3683bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3683bf; -webkit-box-shadow: 1px 1px 3px 2px #3683bf; box-shadow: 1px 1px 3px 2px #3683bf;">
Div content here</div>
This div box has shadow with color #3683bf
Comments
No comments written yet.
Please login to write comment.