Color spaces of #358798
RGB | 53 | 135 | 152 |
---|---|---|---|
HSL | 0.53 | 0.48 | 0.40 |
HSV | 190° | 65° | 60° |
CMYK | 0.65 | 0.11 | 0.00 0.40 |
XYZ | 15.7997 | 20.3518 | 32.8013 |
Yxy | 20.3518 | 0.2291 | 0.2952 |
Hunter Lab | 45.1130 | -16.4325 | -11.5302 |
CIE-Lab | 52.2327 | -19.1860 | -16.4302 |
#358798 color RGB value is (53,135,152).
#358798 hex color red value is 53, green value is 135 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #358798 hue: 0.53 , saturation: 0.48 and the lightness value of 358798 is 0.40.
The process color (four color CMYK) of #358798 color hex is 0.65, 0.11, 0.00, 0.40. Web safe color of #358798 is #339999. Color #358798 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 10000111 | 10011000 |
Octal | 65 | 207 | 230 |
Decimal | 53 | 135 | 152 |
Hex | 35 | 87 | 98 |
Shades of #358798
Tints of #358798
RGB Percentages of Color #358798
CMYK Percentages of Color #358798
Complementary Color
#358798 | #984635 |
#358798 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#358798 Color Preview on White Background
Lorem ipsum dolor sit amet.
#358798 Color CSS Codes
.mybgcolor {background-color:#358798; } .myforecolor {color:#358798; } .mybordercolor {border:3px solid #358798; }
#358798 Text Font Color
<p style="color:#358798">Text here</p>
This sample text font color is #358798
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.
#358798 Background Color
<div style="background-color:#358798">
Div content here</div>
This div background color is #358798
#358798 Border Color
<div style="border:3px solid #358798">
Div here</div>
This div border color is #358798
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,135,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #358798; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #358798; -webkit-box-shadow: 1px 1px 3px 2px #358798; box-shadow: 1px 1px 3px 2px #358798; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,135,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #358798">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #358798; -webkit-box-shadow: 1px 1px 3px 2px #358798; box-shadow: 1px 1px 3px 2px #358798;">
Div content here</div>
This div box has shadow with color #358798
Comments
No comments written yet.
Please login to write comment.