Color spaces of #303ebf
RGB | 48 | 62 | 191 |
---|---|---|---|
HSL | 0.65 | 0.60 | 0.47 |
HSV | 234° | 75° | 75° |
CMYK | 0.75 | 0.68 | 0.00 0.25 |
XYZ | 12.3455 | 7.8352 | 50.1519 |
Yxy | 7.8352 | 0.1755 | 0.1114 |
Hunter Lab | 27.9914 | 29.7417 | -86.6352 |
CIE-Lab | 33.6373 | 39.2635 | -68.8748 |
#303ebf color RGB value is (48,62,191).
#303ebf hex color red value is 48, green value is 62 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #303ebf hue: 0.65 , saturation: 0.60 and the lightness value of 303ebf is 0.47.
The process color (four color CMYK) of #303ebf color hex is 0.75, 0.68, 0.00, 0.25. Web safe color of #303ebf is #3333cc. Color #303ebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 00111110 | 10111111 |
Octal | 60 | 76 | 277 |
Decimal | 48 | 62 | 191 |
Hex | 30 | 3E | BF |
Shades of #303ebf
Tints of #303ebf
RGB Percentages of Color #303ebf
CMYK Percentages of Color #303ebf
Complementary Color
#303ebf | #bfb130 |
#303ebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#303ebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#303ebf Color CSS Codes
.mybgcolor {background-color:#303ebf; } .myforecolor {color:#303ebf; } .mybordercolor {border:3px solid #303ebf; }
#303ebf Text Font Color
<p style="color:#303ebf">Text here</p>
This sample text font color is #303ebf
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.
#303ebf Background Color
<div style="background-color:#303ebf">
Div content here</div>
This div background color is #303ebf
#303ebf Border Color
<div style="border:3px solid #303ebf">
Div here</div>
This div border color is #303ebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,62,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #303ebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #303ebf; -webkit-box-shadow: 1px 1px 3px 2px #303ebf; box-shadow: 1px 1px 3px 2px #303ebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,62,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #303ebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #303ebf; -webkit-box-shadow: 1px 1px 3px 2px #303ebf; box-shadow: 1px 1px 3px 2px #303ebf;">
Div content here</div>
This div box has shadow with color #303ebf
Comments
No comments written yet.
Please login to write comment.