Color spaces of #36378e
RGB | 54 | 55 | 142 |
---|---|---|---|
HSL | 0.66 | 0.45 | 0.38 |
HSV | 239° | 62° | 56° |
CMYK | 0.62 | 0.61 | 0.00 0.44 |
XYZ | 7.7700 | 5.4696 | 26.2374 |
Yxy | 5.4696 | 0.1968 | 0.1386 |
Hunter Lab | 23.3872 | 18.3761 | -50.1447 |
CIE-Lab | 28.0328 | 27.2056 | -48.5376 |
#36378e color RGB value is (54,55,142).
#36378e hex color red value is 54, green value is 55 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #36378e hue: 0.66 , saturation: 0.45 and the lightness value of 36378e is 0.38.
The process color (four color CMYK) of #36378e color hex is 0.62, 0.61, 0.00, 0.44. Web safe color of #36378e is #333399. Color #36378e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 00110111 | 10001110 |
Octal | 66 | 67 | 216 |
Decimal | 54 | 55 | 142 |
Hex | 36 | 37 | 8E |
Shades of #36378e
Tints of #36378e
RGB Percentages of Color #36378e
CMYK Percentages of Color #36378e
Complementary Color
#36378e | #8e8d36 |
#36378e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#36378e Color Preview on White Background
Lorem ipsum dolor sit amet.
#36378e Color CSS Codes
.mybgcolor {background-color:#36378e; } .myforecolor {color:#36378e; } .mybordercolor {border:3px solid #36378e; }
#36378e Text Font Color
<p style="color:#36378e">Text here</p>
This sample text font color is #36378e
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.
#36378e Background Color
<div style="background-color:#36378e">
Div content here</div>
This div background color is #36378e
#36378e Border Color
<div style="border:3px solid #36378e">
Div here</div>
This div border color is #36378e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,55,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #36378e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #36378e; -webkit-box-shadow: 1px 1px 3px 2px #36378e; box-shadow: 1px 1px 3px 2px #36378e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,55,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #36378e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #36378e; -webkit-box-shadow: 1px 1px 3px 2px #36378e; box-shadow: 1px 1px 3px 2px #36378e;">
Div content here</div>
This div box has shadow with color #36378e
Comments
No comments written yet.
Please login to write comment.