Color spaces of #369beb
RGB | 54 | 155 | 235 |
---|---|---|---|
HSL | 0.57 | 0.82 | 0.57 |
HSV | 207° | 77° | 92° |
CMYK | 0.77 | 0.34 | 0.00 0.08 |
XYZ | 28.2381 | 30.2251 | 82.9430 |
Yxy | 30.2251 | 0.1997 | 0.2137 |
Hunter Lab | 54.9774 | -4.5272 | -50.9652 |
CIE-Lab | 61.8480 | -1.9185 | -48.4365 |
#369beb color RGB value is (54,155,235).
#369beb hex color red value is 54, green value is 155 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #369beb hue: 0.57 , saturation: 0.82 and the lightness value of 369beb is 0.57.
The process color (four color CMYK) of #369beb color hex is 0.77, 0.34, 0.00, 0.08. Web safe color of #369beb is #3399ff. Color #369beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 10011011 | 11101011 |
Octal | 66 | 233 | 353 |
Decimal | 54 | 155 | 235 |
Hex | 36 | 9B | EB |
Shades of #369beb
Tints of #369beb
RGB Percentages of Color #369beb
CMYK Percentages of Color #369beb
Complementary Color
#369beb | #eb8636 |
#369beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#369beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#369beb Color CSS Codes
.mybgcolor {background-color:#369beb; } .myforecolor {color:#369beb; } .mybordercolor {border:3px solid #369beb; }
#369beb Text Font Color
<p style="color:#369beb">Text here</p>
This sample text font color is #369beb
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.
#369beb Background Color
<div style="background-color:#369beb">
Div content here</div>
This div background color is #369beb
#369beb Border Color
<div style="border:3px solid #369beb">
Div here</div>
This div border color is #369beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,155,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #369beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #369beb; -webkit-box-shadow: 1px 1px 3px 2px #369beb; box-shadow: 1px 1px 3px 2px #369beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,155,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #369beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #369beb; -webkit-box-shadow: 1px 1px 3px 2px #369beb; box-shadow: 1px 1px 3px 2px #369beb;">
Div content here</div>
This div box has shadow with color #369beb
Comments
No comments written yet.
Please login to write comment.