Color spaces of #3954aa
RGB | 57 | 84 | 170 |
---|---|---|---|
HSL | 0.63 | 0.50 | 0.45 |
HSV | 226° | 66° | 67° |
CMYK | 0.66 | 0.51 | 0.00 0.33 |
XYZ | 12.1134 | 10.1128 | 39.3437 |
Yxy | 10.1128 | 0.1967 | 0.1642 |
Hunter Lab | 31.8006 | 12.3426 | -51.0931 |
CIE-Lab | 38.0441 | 18.6716 | -49.2724 |
#3954aa color RGB value is (57,84,170).
#3954aa hex color red value is 57, green value is 84 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3954aa hue: 0.63 , saturation: 0.50 and the lightness value of 3954aa is 0.45.
The process color (four color CMYK) of #3954aa color hex is 0.66, 0.51, 0.00, 0.33. Web safe color of #3954aa is #336699. Color #3954aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 01010100 | 10101010 |
Octal | 71 | 124 | 252 |
Decimal | 57 | 84 | 170 |
Hex | 39 | 54 | AA |
Shades of #3954aa
Tints of #3954aa
RGB Percentages of Color #3954aa
CMYK Percentages of Color #3954aa
Complementary Color
#3954aa | #aa8f39 |
#3954aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3954aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#3954aa Color CSS Codes
.mybgcolor {background-color:#3954aa; } .myforecolor {color:#3954aa; } .mybordercolor {border:3px solid #3954aa; }
#3954aa Text Font Color
<p style="color:#3954aa">Text here</p>
This sample text font color is #3954aa
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.
#3954aa Background Color
<div style="background-color:#3954aa">
Div content here</div>
This div background color is #3954aa
#3954aa Border Color
<div style="border:3px solid #3954aa">
Div here</div>
This div border color is #3954aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,84,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3954aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3954aa; -webkit-box-shadow: 1px 1px 3px 2px #3954aa; box-shadow: 1px 1px 3px 2px #3954aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,84,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 #3954aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3954aa; -webkit-box-shadow: 1px 1px 3px 2px #3954aa; box-shadow: 1px 1px 3px 2px #3954aa;">
Div content here</div>
This div box has shadow with color #3954aa
Comments
No comments written yet.
Please login to write comment.