Color spaces of #306cbf
RGB | 48 | 108 | 191 |
---|---|---|---|
HSL | 0.60 | 0.60 | 0.47 |
HSV | 215° | 75° | 75° |
CMYK | 0.75 | 0.43 | 0.00 0.25 |
XYZ | 15.9855 | 15.1151 | 51.3652 |
Yxy | 15.1151 | 0.1938 | 0.1833 |
Hunter Lab | 38.8781 | 5.3570 | -51.1183 |
CIE-Lab | 45.7914 | 9.6513 | -49.1550 |
#306cbf color RGB value is (48,108,191).
#306cbf hex color red value is 48, green value is 108 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #306cbf hue: 0.60 , saturation: 0.60 and the lightness value of 306cbf is 0.47.
The process color (four color CMYK) of #306cbf color hex is 0.75, 0.43, 0.00, 0.25. Web safe color of #306cbf is #3366cc. Color #306cbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 01101100 | 10111111 |
Octal | 60 | 154 | 277 |
Decimal | 48 | 108 | 191 |
Hex | 30 | 6C | BF |
Shades of #306cbf
Tints of #306cbf
RGB Percentages of Color #306cbf
CMYK Percentages of Color #306cbf
Complementary Color
#306cbf | #bf8330 |
#306cbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#306cbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#306cbf Color CSS Codes
.mybgcolor {background-color:#306cbf; } .myforecolor {color:#306cbf; } .mybordercolor {border:3px solid #306cbf; }
#306cbf Text Font Color
<p style="color:#306cbf">Text here</p>
This sample text font color is #306cbf
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.
#306cbf Background Color
<div style="background-color:#306cbf">
Div content here</div>
This div background color is #306cbf
#306cbf Border Color
<div style="border:3px solid #306cbf">
Div here</div>
This div border color is #306cbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,108,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #306cbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #306cbf; -webkit-box-shadow: 1px 1px 3px 2px #306cbf; box-shadow: 1px 1px 3px 2px #306cbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,108,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 #306cbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #306cbf; -webkit-box-shadow: 1px 1px 3px 2px #306cbf; box-shadow: 1px 1px 3px 2px #306cbf;">
Div content here</div>
This div box has shadow with color #306cbf
Comments
No comments written yet.
Please login to write comment.