Color spaces of #3675cf
RGB | 54 | 117 | 207 |
---|---|---|---|
HSL | 0.60 | 0.61 | 0.51 |
HSV | 215° | 74° | 81° |
CMYK | 0.74 | 0.43 | 0.00 0.19 |
XYZ | 19.1451 | 18.0118 | 61.4991 |
Yxy | 18.0118 | 0.1941 | 0.1826 |
Hunter Lab | 42.4403 | 6.2520 | -56.2073 |
CIE-Lab | 49.5104 | 10.7234 | -52.3739 |
#3675cf color RGB value is (54,117,207).
#3675cf hex color red value is 54, green value is 117 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #3675cf hue: 0.60 , saturation: 0.61 and the lightness value of 3675cf is 0.51.
The process color (four color CMYK) of #3675cf color hex is 0.74, 0.43, 0.00, 0.19. Web safe color of #3675cf is #3366cc. Color #3675cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 01110101 | 11001111 |
Octal | 66 | 165 | 317 |
Decimal | 54 | 117 | 207 |
Hex | 36 | 75 | CF |
Shades of #3675cf
Tints of #3675cf
RGB Percentages of Color #3675cf
CMYK Percentages of Color #3675cf
Complementary Color
#3675cf | #cf9036 |
#3675cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3675cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#3675cf Color CSS Codes
.mybgcolor {background-color:#3675cf; } .myforecolor {color:#3675cf; } .mybordercolor {border:3px solid #3675cf; }
#3675cf Text Font Color
<p style="color:#3675cf">Text here</p>
This sample text font color is #3675cf
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.
#3675cf Background Color
<div style="background-color:#3675cf">
Div content here</div>
This div background color is #3675cf
#3675cf Border Color
<div style="border:3px solid #3675cf">
Div here</div>
This div border color is #3675cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,117,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3675cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3675cf; -webkit-box-shadow: 1px 1px 3px 2px #3675cf; box-shadow: 1px 1px 3px 2px #3675cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,117,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3675cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3675cf; -webkit-box-shadow: 1px 1px 3px 2px #3675cf; box-shadow: 1px 1px 3px 2px #3675cf;">
Div content here</div>
This div box has shadow with color #3675cf
Comments
No comments written yet.
Please login to write comment.