Color spaces of #3488ba
RGB | 52 | 136 | 186 |
---|---|---|---|
HSL | 0.56 | 0.56 | 0.47 |
HSV | 202° | 72° | 73° |
CMYK | 0.72 | 0.27 | 0.00 0.27 |
XYZ | 19.0833 | 21.8836 | 49.6725 |
Yxy | 21.8836 | 0.2105 | 0.2414 |
Hunter Lab | 46.7799 | -9.0479 | -30.2102 |
CIE-Lab | 53.9033 | -8.5271 | -33.4397 |
#3488ba color RGB value is (52,136,186).
#3488ba hex color red value is 52, green value is 136 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3488ba hue: 0.56 , saturation: 0.56 and the lightness value of 3488ba is 0.47.
The process color (four color CMYK) of #3488ba color hex is 0.72, 0.27, 0.00, 0.27. Web safe color of #3488ba is #3399cc. Color #3488ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 10001000 | 10111010 |
Octal | 64 | 210 | 272 |
Decimal | 52 | 136 | 186 |
Hex | 34 | 88 | BA |
Shades of #3488ba
Tints of #3488ba
RGB Percentages of Color #3488ba
CMYK Percentages of Color #3488ba
Complementary Color
#3488ba | #ba6634 |
#3488ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3488ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#3488ba Color CSS Codes
.mybgcolor {background-color:#3488ba; } .myforecolor {color:#3488ba; } .mybordercolor {border:3px solid #3488ba; }
#3488ba Text Font Color
<p style="color:#3488ba">Text here</p>
This sample text font color is #3488ba
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.
#3488ba Background Color
<div style="background-color:#3488ba">
Div content here</div>
This div background color is #3488ba
#3488ba Border Color
<div style="border:3px solid #3488ba">
Div here</div>
This div border color is #3488ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,136,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3488ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3488ba; -webkit-box-shadow: 1px 1px 3px 2px #3488ba; box-shadow: 1px 1px 3px 2px #3488ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,136,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3488ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3488ba; -webkit-box-shadow: 1px 1px 3px 2px #3488ba; box-shadow: 1px 1px 3px 2px #3488ba;">
Div content here</div>
This div box has shadow with color #3488ba
Comments
No comments written yet.
Please login to write comment.