Color spaces of #3873cc
RGB | 56 | 115 | 204 |
---|---|---|---|
HSL | 0.60 | 0.59 | 0.51 |
HSV | 216° | 73° | 80° |
CMYK | 0.73 | 0.44 | 0.00 0.20 |
XYZ | 18.6607 | 17.4619 | 59.5137 |
Yxy | 17.4619 | 0.1951 | 0.1826 |
Hunter Lab | 41.7874 | 6.5834 | -55.1897 |
CIE-Lab | 48.8368 | 11.1337 | -51.7366 |
#3873cc color RGB value is (56,115,204).
#3873cc hex color red value is 56, green value is 115 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3873cc hue: 0.60 , saturation: 0.59 and the lightness value of 3873cc is 0.51.
The process color (four color CMYK) of #3873cc color hex is 0.73, 0.44, 0.00, 0.20. Web safe color of #3873cc is #3366cc. Color #3873cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 01110011 | 11001100 |
Octal | 70 | 163 | 314 |
Decimal | 56 | 115 | 204 |
Hex | 38 | 73 | CC |
Shades of #3873cc
Tints of #3873cc
RGB Percentages of Color #3873cc
CMYK Percentages of Color #3873cc
Complementary Color
#3873cc | #cc9138 |
#3873cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3873cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3873cc Color CSS Codes
.mybgcolor {background-color:#3873cc; } .myforecolor {color:#3873cc; } .mybordercolor {border:3px solid #3873cc; }
#3873cc Text Font Color
<p style="color:#3873cc">Text here</p>
This sample text font color is #3873cc
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.
#3873cc Background Color
<div style="background-color:#3873cc">
Div content here</div>
This div background color is #3873cc
#3873cc Border Color
<div style="border:3px solid #3873cc">
Div here</div>
This div border color is #3873cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,115,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3873cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3873cc; -webkit-box-shadow: 1px 1px 3px 2px #3873cc; box-shadow: 1px 1px 3px 2px #3873cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,115,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3873cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3873cc; -webkit-box-shadow: 1px 1px 3px 2px #3873cc; box-shadow: 1px 1px 3px 2px #3873cc;">
Div content here</div>
This div box has shadow with color #3873cc
Comments
No comments written yet.
Please login to write comment.