Color spaces of #3f97db
RGB | 63 | 151 | 219 |
---|---|---|---|
HSL | 0.57 | 0.68 | 0.55 |
HSV | 206° | 71° | 86° |
CMYK | 0.71 | 0.31 | 0.00 0.14 |
XYZ | 25.9027 | 28.3045 | 71.1159 |
Yxy | 28.3045 | 0.2067 | 0.2259 |
Hunter Lab | 53.2020 | -6.1963 | -42.0125 |
CIE-Lab | 60.1628 | -4.1186 | -42.2111 |
#3f97db color RGB value is (63,151,219).
#3f97db hex color red value is 63, green value is 151 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3f97db hue: 0.57 , saturation: 0.68 and the lightness value of 3f97db is 0.55.
The process color (four color CMYK) of #3f97db color hex is 0.71, 0.31, 0.00, 0.14. Web safe color of #3f97db is #3399cc. Color #3f97db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111111 | 10010111 | 11011011 |
Octal | 77 | 227 | 333 |
Decimal | 63 | 151 | 219 |
Hex | 3F | 97 | DB |
Shades of #3f97db
Tints of #3f97db
RGB Percentages of Color #3f97db
CMYK Percentages of Color #3f97db
Complementary Color
#3f97db | #db833f |
#3f97db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3f97db Color Preview on White Background
Lorem ipsum dolor sit amet.
#3f97db Color CSS Codes
.mybgcolor {background-color:#3f97db; } .myforecolor {color:#3f97db; } .mybordercolor {border:3px solid #3f97db; }
#3f97db Text Font Color
<p style="color:#3f97db">Text here</p>
This sample text font color is #3f97db
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.
#3f97db Background Color
<div style="background-color:#3f97db">
Div content here</div>
This div background color is #3f97db
#3f97db Border Color
<div style="border:3px solid #3f97db">
Div here</div>
This div border color is #3f97db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(63,151,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3f97db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3f97db; -webkit-box-shadow: 1px 1px 3px 2px #3f97db; box-shadow: 1px 1px 3px 2px #3f97db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(63,151,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3f97db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3f97db; -webkit-box-shadow: 1px 1px 3px 2px #3f97db; box-shadow: 1px 1px 3px 2px #3f97db;">
Div content here</div>
This div box has shadow with color #3f97db
Comments
No comments written yet.
Please login to write comment.