Color spaces of #3621ca
RGB | 54 | 33 | 202 |
---|---|---|---|
HSL | 0.69 | 0.72 | 0.46 |
HSV | 247° | 84° | 79° |
CMYK | 0.73 | 0.84 | 0.00 0.21 |
XYZ | 12.7258 | 6.1363 | 56.3908 |
Yxy | 6.1363 | 0.1691 | 0.0815 |
Hunter Lab | 24.7716 | 48.3499 | -117.6297 |
CIE-Lab | 29.7538 | 58.5767 | -81.7267 |
#3621ca color RGB value is (54,33,202).
#3621ca hex color red value is 54, green value is 33 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3621ca hue: 0.69 , saturation: 0.72 and the lightness value of 3621ca is 0.46.
The process color (four color CMYK) of #3621ca color hex is 0.73, 0.84, 0.00, 0.21. Web safe color of #3621ca is #3333cc. Color #3621ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 00100001 | 11001010 |
Octal | 66 | 41 | 312 |
Decimal | 54 | 33 | 202 |
Hex | 36 | 21 | CA |
Shades of #3621ca
Tints of #3621ca
RGB Percentages of Color #3621ca
CMYK Percentages of Color #3621ca
Complementary Color
#3621ca | #b5ca21 |
#3621ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3621ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#3621ca Color CSS Codes
.mybgcolor {background-color:#3621ca; } .myforecolor {color:#3621ca; } .mybordercolor {border:3px solid #3621ca; }
#3621ca Text Font Color
<p style="color:#3621ca">Text here</p>
This sample text font color is #3621ca
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.
#3621ca Background Color
<div style="background-color:#3621ca">
Div content here</div>
This div background color is #3621ca
#3621ca Border Color
<div style="border:3px solid #3621ca">
Div here</div>
This div border color is #3621ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,33,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3621ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3621ca; -webkit-box-shadow: 1px 1px 3px 2px #3621ca; box-shadow: 1px 1px 3px 2px #3621ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,33,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3621ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3621ca; -webkit-box-shadow: 1px 1px 3px 2px #3621ca; box-shadow: 1px 1px 3px 2px #3621ca;">
Div content here</div>
This div box has shadow with color #3621ca
Comments
No comments written yet.
Please login to write comment.