Color spaces of #274adb
RGB | 39 | 74 | 219 |
---|---|---|---|
HSL | 0.63 | 0.71 | 0.51 |
HSV | 228° | 82° | 86° |
CMYK | 0.82 | 0.66 | 0.00 0.14 |
XYZ | 16.0717 | 10.4434 | 68.1865 |
Yxy | 10.4434 | 0.1697 | 0.1103 |
Hunter Lab | 32.3162 | 32.2192 | -102.4791 |
CIE-Lab | 38.6267 | 41.0289 | -76.9262 |
#274adb color RGB value is (39,74,219).
#274adb hex color red value is 39, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #274adb hue: 0.63 , saturation: 0.71 and the lightness value of 274adb is 0.51.
The process color (four color CMYK) of #274adb color hex is 0.82, 0.66, 0.00, 0.14. Web safe color of #274adb is #3333cc. Color #274adb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 01001010 | 11011011 |
Octal | 47 | 112 | 333 |
Decimal | 39 | 74 | 219 |
Hex | 27 | 4A | DB |
Shades of #274adb
Tints of #274adb
RGB Percentages of Color #274adb
CMYK Percentages of Color #274adb
Complementary Color
#274adb | #dbb827 |
#274adb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#274adb Color Preview on White Background
Lorem ipsum dolor sit amet.
#274adb Color CSS Codes
.mybgcolor {background-color:#274adb; } .myforecolor {color:#274adb; } .mybordercolor {border:3px solid #274adb; }
#274adb Text Font Color
<p style="color:#274adb">Text here</p>
This sample text font color is #274adb
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.
#274adb Background Color
<div style="background-color:#274adb">
Div content here</div>
This div background color is #274adb
#274adb Border Color
<div style="border:3px solid #274adb">
Div here</div>
This div border color is #274adb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,74,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #274adb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #274adb; -webkit-box-shadow: 1px 1px 3px 2px #274adb; box-shadow: 1px 1px 3px 2px #274adb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,74,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #274adb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #274adb; -webkit-box-shadow: 1px 1px 3px 2px #274adb; box-shadow: 1px 1px 3px 2px #274adb;">
Div content here</div>
This div box has shadow with color #274adb
Comments
No comments written yet.
Please login to write comment.