Color spaces of #367ecd
RGB | 54 | 126 | 205 |
---|---|---|---|
HSL | 0.59 | 0.60 | 0.51 |
HSV | 211° | 74° | 80° |
CMYK | 0.74 | 0.39 | 0.00 0.20 |
XYZ | 20.0016 | 20.1138 | 60.5858 |
Yxy | 20.1138 | 0.1986 | 0.1997 |
Hunter Lab | 44.8484 | 1.1231 | -48.7011 |
CIE-Lab | 51.9656 | 4.4478 | -47.3183 |
#367ecd color RGB value is (54,126,205).
#367ecd hex color red value is 54, green value is 126 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #367ecd hue: 0.59 , saturation: 0.60 and the lightness value of 367ecd is 0.51.
The process color (four color CMYK) of #367ecd color hex is 0.74, 0.39, 0.00, 0.20. Web safe color of #367ecd is #3366cc. Color #367ecd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 01111110 | 11001101 |
Octal | 66 | 176 | 315 |
Decimal | 54 | 126 | 205 |
Hex | 36 | 7E | CD |
Shades of #367ecd
Tints of #367ecd
RGB Percentages of Color #367ecd
CMYK Percentages of Color #367ecd
Complementary Color
#367ecd | #cd8536 |
#367ecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#367ecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#367ecd Color CSS Codes
.mybgcolor {background-color:#367ecd; } .myforecolor {color:#367ecd; } .mybordercolor {border:3px solid #367ecd; }
#367ecd Text Font Color
<p style="color:#367ecd">Text here</p>
This sample text font color is #367ecd
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.
#367ecd Background Color
<div style="background-color:#367ecd">
Div content here</div>
This div background color is #367ecd
#367ecd Border Color
<div style="border:3px solid #367ecd">
Div here</div>
This div border color is #367ecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,126,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #367ecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #367ecd; -webkit-box-shadow: 1px 1px 3px 2px #367ecd; box-shadow: 1px 1px 3px 2px #367ecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,126,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #367ecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #367ecd; -webkit-box-shadow: 1px 1px 3px 2px #367ecd; box-shadow: 1px 1px 3px 2px #367ecd;">
Div content here</div>
This div box has shadow with color #367ecd
Comments
No comments written yet.
Please login to write comment.