Color spaces of #3551cc
RGB | 53 | 81 | 204 |
---|---|---|---|
HSL | 0.64 | 0.60 | 0.50 |
HSV | 229° | 74° | 80° |
CMYK | 0.74 | 0.60 | 0.00 0.20 |
XYZ | 15.3097 | 11.0014 | 58.4433 |
Yxy | 11.0014 | 0.1806 | 0.1298 |
Hunter Lab | 33.1684 | 24.3466 | -81.2523 |
CIE-Lab | 39.5828 | 32.4672 | -66.7055 |
#3551cc color RGB value is (53,81,204).
#3551cc hex color red value is 53, green value is 81 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3551cc hue: 0.64 , saturation: 0.60 and the lightness value of 3551cc is 0.50.
The process color (four color CMYK) of #3551cc color hex is 0.74, 0.60, 0.00, 0.20. Web safe color of #3551cc is #3366cc. Color #3551cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 01010001 | 11001100 |
Octal | 65 | 121 | 314 |
Decimal | 53 | 81 | 204 |
Hex | 35 | 51 | CC |
Shades of #3551cc
Tints of #3551cc
RGB Percentages of Color #3551cc
CMYK Percentages of Color #3551cc
Complementary Color
#3551cc | #ccb035 |
#3551cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3551cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3551cc Color CSS Codes
.mybgcolor {background-color:#3551cc; } .myforecolor {color:#3551cc; } .mybordercolor {border:3px solid #3551cc; }
#3551cc Text Font Color
<p style="color:#3551cc">Text here</p>
This sample text font color is #3551cc
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.
#3551cc Background Color
<div style="background-color:#3551cc">
Div content here</div>
This div background color is #3551cc
#3551cc Border Color
<div style="border:3px solid #3551cc">
Div here</div>
This div border color is #3551cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,81,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3551cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3551cc; -webkit-box-shadow: 1px 1px 3px 2px #3551cc; box-shadow: 1px 1px 3px 2px #3551cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,81,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 #3551cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3551cc; -webkit-box-shadow: 1px 1px 3px 2px #3551cc; box-shadow: 1px 1px 3px 2px #3551cc;">
Div content here</div>
This div box has shadow with color #3551cc
Comments
No comments written yet.
Please login to write comment.