Color spaces of #3074ca
RGB | 48 | 116 | 202 |
---|---|---|---|
HSL | 0.59 | 0.62 | 0.49 |
HSV | 214° | 76° | 79° |
CMYK | 0.76 | 0.43 | 0.00 0.21 |
XYZ | 18.1250 | 17.3834 | 58.2772 |
Yxy | 17.3834 | 0.1933 | 0.1854 |
Hunter Lab | 41.6934 | 4.6342 | -53.6876 |
CIE-Lab | 48.7395 | 8.7453 | -50.7640 |
#3074ca color RGB value is (48,116,202).
#3074ca hex color red value is 48, green value is 116 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3074ca hue: 0.59 , saturation: 0.62 and the lightness value of 3074ca is 0.49.
The process color (four color CMYK) of #3074ca color hex is 0.76, 0.43, 0.00, 0.21. Web safe color of #3074ca is #3366cc. Color #3074ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 01110100 | 11001010 |
Octal | 60 | 164 | 312 |
Decimal | 48 | 116 | 202 |
Hex | 30 | 74 | CA |
Shades of #3074ca
Tints of #3074ca
RGB Percentages of Color #3074ca
CMYK Percentages of Color #3074ca
Complementary Color
#3074ca | #ca8630 |
#3074ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3074ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#3074ca Color CSS Codes
.mybgcolor {background-color:#3074ca; } .myforecolor {color:#3074ca; } .mybordercolor {border:3px solid #3074ca; }
#3074ca Text Font Color
<p style="color:#3074ca">Text here</p>
This sample text font color is #3074ca
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.
#3074ca Background Color
<div style="background-color:#3074ca">
Div content here</div>
This div background color is #3074ca
#3074ca Border Color
<div style="border:3px solid #3074ca">
Div here</div>
This div border color is #3074ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,116,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3074ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3074ca; -webkit-box-shadow: 1px 1px 3px 2px #3074ca; box-shadow: 1px 1px 3px 2px #3074ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,116,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 #3074ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3074ca; -webkit-box-shadow: 1px 1px 3px 2px #3074ca; box-shadow: 1px 1px 3px 2px #3074ca;">
Div content here</div>
This div box has shadow with color #3074ca
Comments
No comments written yet.
Please login to write comment.