Color spaces of #363659
RGB | 54 | 54 | 89 |
---|---|---|---|
HSL | 0.67 | 0.24 | 0.28 |
HSV | 240° | 39° | 35° |
CMYK | 0.39 | 0.39 | 0.00 0.65 |
XYZ | 4.6437 | 4.1439 | 10.0063 |
Yxy | 4.1439 | 0.2471 | 0.2205 |
Hunter Lab | 20.3566 | 5.0951 | -14.8945 |
CIE-Lab | 24.1416 | 9.7629 | -21.0447 |
#363659 color RGB value is (54,54,89).
#363659 hex color red value is 54, green value is 54 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #363659 hue: 0.67 , saturation: 0.24 and the lightness value of 363659 is 0.28.
The process color (four color CMYK) of #363659 color hex is 0.39, 0.39, 0.00, 0.65. Web safe color of #363659 is #333366. Color #363659 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 00110110 | 01011001 |
Octal | 66 | 66 | 131 |
Decimal | 54 | 54 | 89 |
Hex | 36 | 36 | 59 |
Shades of #363659
Tints of #363659
RGB Percentages of Color #363659
CMYK Percentages of Color #363659
Complementary Color
#363659 | #595936 |
#363659 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#363659 Color Preview on White Background
Lorem ipsum dolor sit amet.
#363659 Color CSS Codes
.mybgcolor {background-color:#363659; } .myforecolor {color:#363659; } .mybordercolor {border:3px solid #363659; }
#363659 Text Font Color
<p style="color:#363659">Text here</p>
This sample text font color is #363659
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.
#363659 Background Color
<div style="background-color:#363659">
Div content here</div>
This div background color is #363659
#363659 Border Color
<div style="border:3px solid #363659">
Div here</div>
This div border color is #363659
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,54,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #363659; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #363659; -webkit-box-shadow: 1px 1px 3px 2px #363659; box-shadow: 1px 1px 3px 2px #363659; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,54,89, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #363659">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #363659; -webkit-box-shadow: 1px 1px 3px 2px #363659; box-shadow: 1px 1px 3px 2px #363659;">
Div content here</div>
This div box has shadow with color #363659
Comments
No comments written yet.
Please login to write comment.