Color spaces of #306577
RGB | 48 | 101 | 119 |
---|---|---|---|
HSL | 0.54 | 0.43 | 0.33 |
HSV | 195° | 60° | 47° |
CMYK | 0.60 | 0.15 | 0.00 0.53 |
XYZ | 9.2024 | 11.2676 | 19.1426 |
Yxy | 11.2676 | 0.2323 | 0.2844 |
Hunter Lab | 33.5672 | -9.8072 | -10.3146 |
CIE-Lab | 40.0276 | -11.9057 | -15.4417 |
#306577 color RGB value is (48,101,119).
#306577 hex color red value is 48, green value is 101 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #306577 hue: 0.54 , saturation: 0.43 and the lightness value of 306577 is 0.33.
The process color (four color CMYK) of #306577 color hex is 0.60, 0.15, 0.00, 0.53. Web safe color of #306577 is #336666. Color #306577 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 01100101 | 01110111 |
Octal | 60 | 145 | 167 |
Decimal | 48 | 101 | 119 |
Hex | 30 | 65 | 77 |
Shades of #306577
Tints of #306577
RGB Percentages of Color #306577
CMYK Percentages of Color #306577
Complementary Color
#306577 | #774230 |
#306577 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#306577 Color Preview on White Background
Lorem ipsum dolor sit amet.
#306577 Color CSS Codes
.mybgcolor {background-color:#306577; } .myforecolor {color:#306577; } .mybordercolor {border:3px solid #306577; }
#306577 Text Font Color
<p style="color:#306577">Text here</p>
This sample text font color is #306577
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.
#306577 Background Color
<div style="background-color:#306577">
Div content here</div>
This div background color is #306577
#306577 Border Color
<div style="border:3px solid #306577">
Div here</div>
This div border color is #306577
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,101,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #306577; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #306577; -webkit-box-shadow: 1px 1px 3px 2px #306577; box-shadow: 1px 1px 3px 2px #306577; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,101,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #306577">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #306577; -webkit-box-shadow: 1px 1px 3px 2px #306577; box-shadow: 1px 1px 3px 2px #306577;">
Div content here</div>
This div box has shadow with color #306577
Comments
No comments written yet.
Please login to write comment.