Color spaces of #3782aa
RGB | 55 | 130 | 170 |
---|---|---|---|
HSL | 0.56 | 0.51 | 0.44 |
HSV | 201° | 68° | 67° |
CMYK | 0.68 | 0.24 | 0.00 0.33 |
XYZ | 16.8139 | 19.6798 | 40.9426 |
Yxy | 19.6798 | 0.2171 | 0.2541 |
Hunter Lab | 44.3619 | -9.9789 | -23.6667 |
CIE-Lab | 51.4732 | -10.1517 | -28.0229 |
#3782aa color RGB value is (55,130,170).
#3782aa hex color red value is 55, green value is 130 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3782aa hue: 0.56 , saturation: 0.51 and the lightness value of 3782aa is 0.44.
The process color (four color CMYK) of #3782aa color hex is 0.68, 0.24, 0.00, 0.33. Web safe color of #3782aa is #339999. Color #3782aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 10000010 | 10101010 |
Octal | 67 | 202 | 252 |
Decimal | 55 | 130 | 170 |
Hex | 37 | 82 | AA |
Shades of #3782aa
Tints of #3782aa
RGB Percentages of Color #3782aa
CMYK Percentages of Color #3782aa
Complementary Color
#3782aa | #aa5f37 |
#3782aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3782aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#3782aa Color CSS Codes
.mybgcolor {background-color:#3782aa; } .myforecolor {color:#3782aa; } .mybordercolor {border:3px solid #3782aa; }
#3782aa Text Font Color
<p style="color:#3782aa">Text here</p>
This sample text font color is #3782aa
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.
#3782aa Background Color
<div style="background-color:#3782aa">
Div content here</div>
This div background color is #3782aa
#3782aa Border Color
<div style="border:3px solid #3782aa">
Div here</div>
This div border color is #3782aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,130,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3782aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3782aa; -webkit-box-shadow: 1px 1px 3px 2px #3782aa; box-shadow: 1px 1px 3px 2px #3782aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,130,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 #3782aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3782aa; -webkit-box-shadow: 1px 1px 3px 2px #3782aa; box-shadow: 1px 1px 3px 2px #3782aa;">
Div content here</div>
This div box has shadow with color #3782aa
Comments
No comments written yet.
Please login to write comment.