Color spaces of #363bac
RGB | 54 | 59 | 172 |
---|---|---|---|
HSL | 0.66 | 0.52 | 0.44 |
HSV | 237° | 69° | 67° |
CMYK | 0.69 | 0.66 | 0.00 0.33 |
XYZ | 10.5317 | 6.8908 | 39.8047 |
Yxy | 6.8908 | 0.1840 | 0.1204 |
Hunter Lab | 26.2503 | 25.6766 | -71.5292 |
CIE-Lab | 31.5570 | 35.1670 | -61.0113 |
#363bac color RGB value is (54,59,172).
#363bac hex color red value is 54, green value is 59 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #363bac hue: 0.66 , saturation: 0.52 and the lightness value of 363bac is 0.44.
The process color (four color CMYK) of #363bac color hex is 0.69, 0.66, 0.00, 0.33. Web safe color of #363bac is #333399. Color #363bac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 00111011 | 10101100 |
Octal | 66 | 73 | 254 |
Decimal | 54 | 59 | 172 |
Hex | 36 | 3B | AC |
Shades of #363bac
Tints of #363bac
RGB Percentages of Color #363bac
CMYK Percentages of Color #363bac
Complementary Color
#363bac | #aca736 |
#363bac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#363bac Color Preview on White Background
Lorem ipsum dolor sit amet.
#363bac Color CSS Codes
.mybgcolor {background-color:#363bac; } .myforecolor {color:#363bac; } .mybordercolor {border:3px solid #363bac; }
#363bac Text Font Color
<p style="color:#363bac">Text here</p>
This sample text font color is #363bac
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.
#363bac Background Color
<div style="background-color:#363bac">
Div content here</div>
This div background color is #363bac
#363bac Border Color
<div style="border:3px solid #363bac">
Div here</div>
This div border color is #363bac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,59,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #363bac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #363bac; -webkit-box-shadow: 1px 1px 3px 2px #363bac; box-shadow: 1px 1px 3px 2px #363bac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,59,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #363bac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #363bac; -webkit-box-shadow: 1px 1px 3px 2px #363bac; box-shadow: 1px 1px 3px 2px #363bac;">
Div content here</div>
This div box has shadow with color #363bac
Comments
No comments written yet.
Please login to write comment.