Color spaces of #3168ca
RGB | 49 | 104 | 202 |
---|---|---|---|
HSL | 0.61 | 0.61 | 0.49 |
HSV | 218° | 76° | 79° |
CMYK | 0.76 | 0.49 | 0.00 0.21 |
XYZ | 16.8776 | 14.8179 | 57.8477 |
Yxy | 14.8179 | 0.1885 | 0.1655 |
Hunter Lab | 38.4940 | 10.8983 | -62.1535 |
CIE-Lab | 45.3838 | 16.4500 | -56.1499 |
#3168ca color RGB value is (49,104,202).
#3168ca hex color red value is 49, green value is 104 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3168ca hue: 0.61 , saturation: 0.61 and the lightness value of 3168ca is 0.49.
The process color (four color CMYK) of #3168ca color hex is 0.76, 0.49, 0.00, 0.21. Web safe color of #3168ca is #3366cc. Color #3168ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 01101000 | 11001010 |
Octal | 61 | 150 | 312 |
Decimal | 49 | 104 | 202 |
Hex | 31 | 68 | CA |
Shades of #3168ca
Tints of #3168ca
RGB Percentages of Color #3168ca
CMYK Percentages of Color #3168ca
Complementary Color
#3168ca | #ca9331 |
#3168ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3168ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#3168ca Color CSS Codes
.mybgcolor {background-color:#3168ca; } .myforecolor {color:#3168ca; } .mybordercolor {border:3px solid #3168ca; }
#3168ca Text Font Color
<p style="color:#3168ca">Text here</p>
This sample text font color is #3168ca
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.
#3168ca Background Color
<div style="background-color:#3168ca">
Div content here</div>
This div background color is #3168ca
#3168ca Border Color
<div style="border:3px solid #3168ca">
Div here</div>
This div border color is #3168ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,104,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3168ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3168ca; -webkit-box-shadow: 1px 1px 3px 2px #3168ca; box-shadow: 1px 1px 3px 2px #3168ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,104,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3168ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3168ca; -webkit-box-shadow: 1px 1px 3px 2px #3168ca; box-shadow: 1px 1px 3px 2px #3168ca;">
Div content here</div>
This div box has shadow with color #3168ca
Comments
No comments written yet.
Please login to write comment.