Color spaces of #373bbd
RGB | 55 | 59 | 189 |
---|---|---|---|
HSL | 0.66 | 0.55 | 0.48 |
HSV | 238° | 71° | 74° |
CMYK | 0.71 | 0.69 | 0.00 0.26 |
XYZ | 12.3248 | 7.6143 | 48.9642 |
Yxy | 7.6143 | 0.1789 | 0.1105 |
Hunter Lab | 27.5940 | 31.4370 | -85.8913 |
CIE-Lab | 33.1664 | 41.1518 | -68.4577 |
#373bbd color RGB value is (55,59,189).
#373bbd hex color red value is 55, green value is 59 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #373bbd hue: 0.66 , saturation: 0.55 and the lightness value of 373bbd is 0.48.
The process color (four color CMYK) of #373bbd color hex is 0.71, 0.69, 0.00, 0.26. Web safe color of #373bbd is #3333cc. Color #373bbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 00111011 | 10111101 |
Octal | 67 | 73 | 275 |
Decimal | 55 | 59 | 189 |
Hex | 37 | 3B | BD |
Shades of #373bbd
Tints of #373bbd
RGB Percentages of Color #373bbd
CMYK Percentages of Color #373bbd
Complementary Color
#373bbd | #bdb937 |
#373bbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#373bbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#373bbd Color CSS Codes
.mybgcolor {background-color:#373bbd; } .myforecolor {color:#373bbd; } .mybordercolor {border:3px solid #373bbd; }
#373bbd Text Font Color
<p style="color:#373bbd">Text here</p>
This sample text font color is #373bbd
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.
#373bbd Background Color
<div style="background-color:#373bbd">
Div content here</div>
This div background color is #373bbd
#373bbd Border Color
<div style="border:3px solid #373bbd">
Div here</div>
This div border color is #373bbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,59,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #373bbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #373bbd; -webkit-box-shadow: 1px 1px 3px 2px #373bbd; box-shadow: 1px 1px 3px 2px #373bbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,59,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #373bbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #373bbd; -webkit-box-shadow: 1px 1px 3px 2px #373bbd; box-shadow: 1px 1px 3px 2px #373bbd;">
Div content here</div>
This div box has shadow with color #373bbd
Comments
No comments written yet.
Please login to write comment.