Color spaces of #237096
RGB | 35 | 112 | 150 |
---|---|---|---|
HSL | 0.56 | 0.62 | 0.36 |
HSV | 200° | 77° | 59° |
CMYK | 0.77 | 0.25 | 0.00 0.41 |
XYZ | 11.9923 | 14.1477 | 30.9529 |
Yxy | 14.1477 | 0.2100 | 0.2478 |
Hunter Lab | 37.6134 | -8.9123 | -22.4616 |
CIE-Lab | 44.4440 | -9.7554 | -27.2916 |
#237096 color RGB value is (35,112,150).
#237096 hex color red value is 35, green value is 112 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #237096 hue: 0.56 , saturation: 0.62 and the lightness value of 237096 is 0.36.
The process color (four color CMYK) of #237096 color hex is 0.77, 0.25, 0.00, 0.41. Web safe color of #237096 is #336699. Color #237096 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 01110000 | 10010110 |
Octal | 43 | 160 | 226 |
Decimal | 35 | 112 | 150 |
Hex | 23 | 70 | 96 |
Shades of #237096
Tints of #237096
RGB Percentages of Color #237096
CMYK Percentages of Color #237096
Complementary Color
#237096 | #964923 |
#237096 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#237096 Color Preview on White Background
Lorem ipsum dolor sit amet.
#237096 Color CSS Codes
.mybgcolor {background-color:#237096; } .myforecolor {color:#237096; } .mybordercolor {border:3px solid #237096; }
#237096 Text Font Color
<p style="color:#237096">Text here</p>
This sample text font color is #237096
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.
#237096 Background Color
<div style="background-color:#237096">
Div content here</div>
This div background color is #237096
#237096 Border Color
<div style="border:3px solid #237096">
Div here</div>
This div border color is #237096
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,112,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #237096; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #237096; -webkit-box-shadow: 1px 1px 3px 2px #237096; box-shadow: 1px 1px 3px 2px #237096; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,112,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #237096">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #237096; -webkit-box-shadow: 1px 1px 3px 2px #237096; box-shadow: 1px 1px 3px 2px #237096;">
Div content here</div>
This div box has shadow with color #237096
Comments
No comments written yet.
Please login to write comment.