Color spaces of #303555
RGB | 48 | 53 | 85 |
---|---|---|---|
HSL | 0.64 | 0.28 | 0.26 |
HSV | 232° | 44° | 33° |
CMYK | 0.44 | 0.38 | 0.00 0.67 |
XYZ | 4.1317 | 3.8305 | 9.1159 |
Yxy | 3.8305 | 0.2419 | 0.2243 |
Hunter Lab | 19.5717 | 3.4321 | -13.9154 |
CIE-Lab | 23.1030 | 7.2586 | -20.0747 |
#303555 color RGB value is (48,53,85).
#303555 hex color red value is 48, green value is 53 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #303555 hue: 0.64 , saturation: 0.28 and the lightness value of 303555 is 0.26.
The process color (four color CMYK) of #303555 color hex is 0.44, 0.38, 0.00, 0.67. Web safe color of #303555 is #333366. Color #303555 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 00110101 | 01010101 |
Octal | 60 | 65 | 125 |
Decimal | 48 | 53 | 85 |
Hex | 30 | 35 | 55 |
Shades of #303555
Tints of #303555
RGB Percentages of Color #303555
CMYK Percentages of Color #303555
Complementary Color
#303555 | #555030 |
#303555 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#303555 Color Preview on White Background
Lorem ipsum dolor sit amet.
#303555 Color CSS Codes
.mybgcolor {background-color:#303555; } .myforecolor {color:#303555; } .mybordercolor {border:3px solid #303555; }
#303555 Text Font Color
<p style="color:#303555">Text here</p>
This sample text font color is #303555
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.
#303555 Background Color
<div style="background-color:#303555">
Div content here</div>
This div background color is #303555
#303555 Border Color
<div style="border:3px solid #303555">
Div here</div>
This div border color is #303555
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,53,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #303555; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #303555; -webkit-box-shadow: 1px 1px 3px 2px #303555; box-shadow: 1px 1px 3px 2px #303555; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,53,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #303555">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #303555; -webkit-box-shadow: 1px 1px 3px 2px #303555; box-shadow: 1px 1px 3px 2px #303555;">
Div content here</div>
This div box has shadow with color #303555
#303555 Color Palettes
Comments
No comments written yet.
Please login to write comment.