Color spaces of #369eeb
RGB | 54 | 158 | 235 |
---|---|---|---|
HSL | 0.57 | 0.82 | 0.57 |
HSV | 206° | 77° | 92° |
CMYK | 0.77 | 0.33 | 0.00 0.08 |
XYZ | 28.7436 | 31.2361 | 83.1115 |
Yxy | 31.2361 | 0.2009 | 0.2183 |
Hunter Lab | 55.8893 | -6.0045 | -49.0462 |
CIE-Lab | 62.7064 | -3.6398 | -47.0799 |
#369eeb color RGB value is (54,158,235).
#369eeb hex color red value is 54, green value is 158 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #369eeb hue: 0.57 , saturation: 0.82 and the lightness value of 369eeb is 0.57.
The process color (four color CMYK) of #369eeb color hex is 0.77, 0.33, 0.00, 0.08. Web safe color of #369eeb is #3399ff. Color #369eeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 10011110 | 11101011 |
Octal | 66 | 236 | 353 |
Decimal | 54 | 158 | 235 |
Hex | 36 | 9E | EB |
Shades of #369eeb
Tints of #369eeb
RGB Percentages of Color #369eeb
CMYK Percentages of Color #369eeb
Complementary Color
#369eeb | #eb8336 |
#369eeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#369eeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#369eeb Color CSS Codes
.mybgcolor {background-color:#369eeb; } .myforecolor {color:#369eeb; } .mybordercolor {border:3px solid #369eeb; }
#369eeb Text Font Color
<p style="color:#369eeb">Text here</p>
This sample text font color is #369eeb
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.
#369eeb Background Color
<div style="background-color:#369eeb">
Div content here</div>
This div background color is #369eeb
#369eeb Border Color
<div style="border:3px solid #369eeb">
Div here</div>
This div border color is #369eeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,158,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #369eeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #369eeb; -webkit-box-shadow: 1px 1px 3px 2px #369eeb; box-shadow: 1px 1px 3px 2px #369eeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,158,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 #369eeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #369eeb; -webkit-box-shadow: 1px 1px 3px 2px #369eeb; box-shadow: 1px 1px 3px 2px #369eeb;">
Div content here</div>
This div box has shadow with color #369eeb
Comments
No comments written yet.
Please login to write comment.