Color spaces of #368faa
RGB | 54 | 143 | 170 |
---|---|---|---|
HSL | 0.54 | 0.52 | 0.44 |
HSV | 194° | 68° | 67° |
CMYK | 0.68 | 0.16 | 0.00 0.33 |
XYZ | 18.5995 | 23.3315 | 41.5533 |
Yxy | 23.3315 | 0.2228 | 0.2795 |
Hunter Lab | 48.3027 | -15.7963 | -17.1935 |
CIE-Lab | 55.4122 | -17.5263 | -21.9459 |
#368faa color RGB value is (54,143,170).
#368faa hex color red value is 54, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #368faa hue: 0.54 , saturation: 0.52 and the lightness value of 368faa is 0.44.
The process color (four color CMYK) of #368faa color hex is 0.68, 0.16, 0.00, 0.33. Web safe color of #368faa is #339999. Color #368faa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 10001111 | 10101010 |
Octal | 66 | 217 | 252 |
Decimal | 54 | 143 | 170 |
Hex | 36 | 8F | AA |
Shades of #368faa
Tints of #368faa
RGB Percentages of Color #368faa
CMYK Percentages of Color #368faa
Complementary Color
#368faa | #aa5136 |
#368faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#368faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#368faa Color CSS Codes
.mybgcolor {background-color:#368faa; } .myforecolor {color:#368faa; } .mybordercolor {border:3px solid #368faa; }
#368faa Text Font Color
<p style="color:#368faa">Text here</p>
This sample text font color is #368faa
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.
#368faa Background Color
<div style="background-color:#368faa">
Div content here</div>
This div background color is #368faa
#368faa Border Color
<div style="border:3px solid #368faa">
Div here</div>
This div border color is #368faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,143,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #368faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #368faa; -webkit-box-shadow: 1px 1px 3px 2px #368faa; box-shadow: 1px 1px 3px 2px #368faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,143,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #368faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #368faa; -webkit-box-shadow: 1px 1px 3px 2px #368faa; box-shadow: 1px 1px 3px 2px #368faa;">
Div content here</div>
This div box has shadow with color #368faa
#368faa Color Palettes
Comments
No comments written yet.
Please login to write comment.