Color spaces of #375ccf
RGB | 55 | 92 | 207 |
---|---|---|---|
HSL | 0.63 | 0.61 | 0.51 |
HSV | 225° | 73° | 81° |
CMYK | 0.73 | 0.56 | 0.00 0.19 |
XYZ | 16.6652 | 12.9715 | 60.6569 |
Yxy | 12.9715 | 0.1846 | 0.1437 |
Hunter Lab | 36.0160 | 19.5670 | -74.6431 |
CIE-Lab | 42.7203 | 26.7467 | -63.3229 |
#375ccf color RGB value is (55,92,207).
#375ccf hex color red value is 55, green value is 92 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #375ccf hue: 0.63 , saturation: 0.61 and the lightness value of 375ccf is 0.51.
The process color (four color CMYK) of #375ccf color hex is 0.73, 0.56, 0.00, 0.19. Web safe color of #375ccf is #3366cc. Color #375ccf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 01011100 | 11001111 |
Octal | 67 | 134 | 317 |
Decimal | 55 | 92 | 207 |
Hex | 37 | 5C | CF |
Shades of #375ccf
Tints of #375ccf
RGB Percentages of Color #375ccf
CMYK Percentages of Color #375ccf
Complementary Color
#375ccf | #cfaa37 |
#375ccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#375ccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#375ccf Color CSS Codes
.mybgcolor {background-color:#375ccf; } .myforecolor {color:#375ccf; } .mybordercolor {border:3px solid #375ccf; }
#375ccf Text Font Color
<p style="color:#375ccf">Text here</p>
This sample text font color is #375ccf
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.
#375ccf Background Color
<div style="background-color:#375ccf">
Div content here</div>
This div background color is #375ccf
#375ccf Border Color
<div style="border:3px solid #375ccf">
Div here</div>
This div border color is #375ccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,92,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #375ccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #375ccf; -webkit-box-shadow: 1px 1px 3px 2px #375ccf; box-shadow: 1px 1px 3px 2px #375ccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,92,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #375ccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #375ccf; -webkit-box-shadow: 1px 1px 3px 2px #375ccf; box-shadow: 1px 1px 3px 2px #375ccf;">
Div content here</div>
This div box has shadow with color #375ccf
Comments
No comments written yet.
Please login to write comment.