Color spaces of #365edb
RGB | 54 | 94 | 219 |
---|---|---|---|
HSL | 0.63 | 0.70 | 0.54 |
HSV | 225° | 75° | 86° |
CMYK | 0.75 | 0.57 | 0.00 0.14 |
XYZ | 18.3102 | 13.9042 | 68.7365 |
Yxy | 13.9042 | 0.1814 | 0.1377 |
Hunter Lab | 37.2883 | 22.3967 | -83.1920 |
CIE-Lab | 44.0952 | 29.7407 | -67.9567 |
#365edb color RGB value is (54,94,219).
#365edb hex color red value is 54, green value is 94 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #365edb hue: 0.63 , saturation: 0.70 and the lightness value of 365edb is 0.54.
The process color (four color CMYK) of #365edb color hex is 0.75, 0.57, 0.00, 0.14. Web safe color of #365edb is #3366cc. Color #365edb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 01011110 | 11011011 |
Octal | 66 | 136 | 333 |
Decimal | 54 | 94 | 219 |
Hex | 36 | 5E | DB |
Shades of #365edb
Tints of #365edb
RGB Percentages of Color #365edb
CMYK Percentages of Color #365edb
Complementary Color
#365edb | #dbb336 |
#365edb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#365edb Color Preview on White Background
Lorem ipsum dolor sit amet.
#365edb Color CSS Codes
.mybgcolor {background-color:#365edb; } .myforecolor {color:#365edb; } .mybordercolor {border:3px solid #365edb; }
#365edb Text Font Color
<p style="color:#365edb">Text here</p>
This sample text font color is #365edb
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.
#365edb Background Color
<div style="background-color:#365edb">
Div content here</div>
This div background color is #365edb
#365edb Border Color
<div style="border:3px solid #365edb">
Div here</div>
This div border color is #365edb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,94,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #365edb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #365edb; -webkit-box-shadow: 1px 1px 3px 2px #365edb; box-shadow: 1px 1px 3px 2px #365edb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,94,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #365edb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #365edb; -webkit-box-shadow: 1px 1px 3px 2px #365edb; box-shadow: 1px 1px 3px 2px #365edb;">
Div content here</div>
This div box has shadow with color #365edb
Comments
No comments written yet.
Please login to write comment.