Color spaces of #3091eb
RGB | 48 | 145 | 235 |
---|---|---|---|
HSL | 0.58 | 0.82 | 0.55 |
HSV | 209° | 80° | 92° |
CMYK | 0.80 | 0.38 | 0.00 0.08 |
XYZ | 26.3397 | 26.8773 | 82.3969 |
Yxy | 26.8773 | 0.1942 | 0.1982 |
Hunter Lab | 51.8433 | -0.0365 | -57.9419 |
CIE-Lab | 58.8606 | 3.3075 | -53.1854 |
#3091eb color RGB value is (48,145,235).
#3091eb hex color red value is 48, green value is 145 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3091eb hue: 0.58 , saturation: 0.82 and the lightness value of 3091eb is 0.55.
The process color (four color CMYK) of #3091eb color hex is 0.80, 0.38, 0.00, 0.08. Web safe color of #3091eb is #3399ff. Color #3091eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 10010001 | 11101011 |
Octal | 60 | 221 | 353 |
Decimal | 48 | 145 | 235 |
Hex | 30 | 91 | EB |
Shades of #3091eb
Tints of #3091eb
RGB Percentages of Color #3091eb
CMYK Percentages of Color #3091eb
Complementary Color
#3091eb | #eb8a30 |
#3091eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3091eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#3091eb Color CSS Codes
.mybgcolor {background-color:#3091eb; } .myforecolor {color:#3091eb; } .mybordercolor {border:3px solid #3091eb; }
#3091eb Text Font Color
<p style="color:#3091eb">Text here</p>
This sample text font color is #3091eb
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.
#3091eb Background Color
<div style="background-color:#3091eb">
Div content here</div>
This div background color is #3091eb
#3091eb Border Color
<div style="border:3px solid #3091eb">
Div here</div>
This div border color is #3091eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,145,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3091eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3091eb; -webkit-box-shadow: 1px 1px 3px 2px #3091eb; box-shadow: 1px 1px 3px 2px #3091eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,145,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3091eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3091eb; -webkit-box-shadow: 1px 1px 3px 2px #3091eb; box-shadow: 1px 1px 3px 2px #3091eb;">
Div content here</div>
This div box has shadow with color #3091eb
Comments
No comments written yet.
Please login to write comment.