Color spaces of #3041cc
RGB | 48 | 65 | 204 |
---|---|---|---|
HSL | 0.65 | 0.62 | 0.49 |
HSV | 233° | 76° | 80° |
CMYK | 0.76 | 0.68 | 0.00 0.20 |
XYZ | 14.0083 | 8.7686 | 58.0809 |
Yxy | 8.7686 | 0.1732 | 0.1084 |
Hunter Lab | 29.6118 | 32.6213 | -95.5637 |
CIE-Lab | 35.5349 | 41.9773 | -73.3481 |
#3041cc color RGB value is (48,65,204).
#3041cc hex color red value is 48, green value is 65 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3041cc hue: 0.65 , saturation: 0.62 and the lightness value of 3041cc is 0.49.
The process color (four color CMYK) of #3041cc color hex is 0.76, 0.68, 0.00, 0.20. Web safe color of #3041cc is #3333cc. Color #3041cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 01000001 | 11001100 |
Octal | 60 | 101 | 314 |
Decimal | 48 | 65 | 204 |
Hex | 30 | 41 | CC |
Shades of #3041cc
Tints of #3041cc
RGB Percentages of Color #3041cc
CMYK Percentages of Color #3041cc
Complementary Color
#3041cc | #ccbb30 |
#3041cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3041cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3041cc Color CSS Codes
.mybgcolor {background-color:#3041cc; } .myforecolor {color:#3041cc; } .mybordercolor {border:3px solid #3041cc; }
#3041cc Text Font Color
<p style="color:#3041cc">Text here</p>
This sample text font color is #3041cc
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.
#3041cc Background Color
<div style="background-color:#3041cc">
Div content here</div>
This div background color is #3041cc
#3041cc Border Color
<div style="border:3px solid #3041cc">
Div here</div>
This div border color is #3041cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,65,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3041cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3041cc; -webkit-box-shadow: 1px 1px 3px 2px #3041cc; box-shadow: 1px 1px 3px 2px #3041cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,65,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 #3041cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3041cc; -webkit-box-shadow: 1px 1px 3px 2px #3041cc; box-shadow: 1px 1px 3px 2px #3041cc;">
Div content here</div>
This div box has shadow with color #3041cc
Comments
No comments written yet.
Please login to write comment.