Color spaces of #365dcf
RGB | 54 | 93 | 207 |
---|---|---|---|
HSL | 0.62 | 0.61 | 0.51 |
HSV | 225° | 74° | 81° |
CMYK | 0.74 | 0.55 | 0.00 0.19 |
XYZ | 16.6982 | 13.1180 | 60.6834 |
Yxy | 13.1180 | 0.1845 | 0.1450 |
Hunter Lab | 36.2188 | 18.9123 | -73.9853 |
CIE-Lab | 42.9405 | 25.9820 | -62.9671 |
#365dcf color RGB value is (54,93,207).
#365dcf hex color red value is 54, green value is 93 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #365dcf hue: 0.62 , saturation: 0.61 and the lightness value of 365dcf is 0.51.
The process color (four color CMYK) of #365dcf color hex is 0.74, 0.55, 0.00, 0.19. Web safe color of #365dcf is #3366cc. Color #365dcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 01011101 | 11001111 |
Octal | 66 | 135 | 317 |
Decimal | 54 | 93 | 207 |
Hex | 36 | 5D | CF |
Shades of #365dcf
Tints of #365dcf
RGB Percentages of Color #365dcf
CMYK Percentages of Color #365dcf
Complementary Color
#365dcf | #cfa836 |
#365dcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#365dcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#365dcf Color CSS Codes
.mybgcolor {background-color:#365dcf; } .myforecolor {color:#365dcf; } .mybordercolor {border:3px solid #365dcf; }
#365dcf Text Font Color
<p style="color:#365dcf">Text here</p>
This sample text font color is #365dcf
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.
#365dcf Background Color
<div style="background-color:#365dcf">
Div content here</div>
This div background color is #365dcf
#365dcf Border Color
<div style="border:3px solid #365dcf">
Div here</div>
This div border color is #365dcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,93,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #365dcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #365dcf; -webkit-box-shadow: 1px 1px 3px 2px #365dcf; box-shadow: 1px 1px 3px 2px #365dcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,93,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #365dcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #365dcf; -webkit-box-shadow: 1px 1px 3px 2px #365dcf; box-shadow: 1px 1px 3px 2px #365dcf;">
Div content here</div>
This div box has shadow with color #365dcf
Comments
No comments written yet.
Please login to write comment.