Color spaces of #365dae
RGB | 54 | 93 | 174 |
---|---|---|---|
HSL | 0.61 | 0.53 | 0.45 |
HSV | 221° | 69° | 68° |
CMYK | 0.69 | 0.47 | 0.00 0.32 |
XYZ | 13.0757 | 11.6690 | 41.6076 |
Yxy | 11.6690 | 0.1971 | 0.1759 |
Hunter Lab | 34.1599 | 8.5462 | -48.3047 |
CIE-Lab | 40.6851 | 13.7819 | -47.4005 |
#365dae color RGB value is (54,93,174).
#365dae hex color red value is 54, green value is 93 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #365dae hue: 0.61 , saturation: 0.53 and the lightness value of 365dae is 0.45.
The process color (four color CMYK) of #365dae color hex is 0.69, 0.47, 0.00, 0.32. Web safe color of #365dae is #336699. Color #365dae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 01011101 | 10101110 |
Octal | 66 | 135 | 256 |
Decimal | 54 | 93 | 174 |
Hex | 36 | 5D | AE |
Shades of #365dae
Tints of #365dae
RGB Percentages of Color #365dae
CMYK Percentages of Color #365dae
Complementary Color
#365dae | #ae8736 |
#365dae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#365dae Color Preview on White Background
Lorem ipsum dolor sit amet.
#365dae Color CSS Codes
.mybgcolor {background-color:#365dae; } .myforecolor {color:#365dae; } .mybordercolor {border:3px solid #365dae; }
#365dae Text Font Color
<p style="color:#365dae">Text here</p>
This sample text font color is #365dae
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.
#365dae Background Color
<div style="background-color:#365dae">
Div content here</div>
This div background color is #365dae
#365dae Border Color
<div style="border:3px solid #365dae">
Div here</div>
This div border color is #365dae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,93,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #365dae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #365dae; -webkit-box-shadow: 1px 1px 3px 2px #365dae; box-shadow: 1px 1px 3px 2px #365dae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,93,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #365dae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #365dae; -webkit-box-shadow: 1px 1px 3px 2px #365dae; box-shadow: 1px 1px 3px 2px #365dae;">
Div content here</div>
This div box has shadow with color #365dae
Comments
No comments written yet.
Please login to write comment.