Color spaces of #274285
RGB | 39 | 66 | 133 |
---|---|---|---|
HSL | 0.62 | 0.55 | 0.34 |
HSV | 223° | 71° | 52° |
CMYK | 0.71 | 0.50 | 0.00 0.48 |
XYZ | 7.0186 | 6.0212 | 22.9826 |
Yxy | 6.0212 | 0.1948 | 0.1672 |
Hunter Lab | 24.5381 | 8.1143 | -38.3548 |
CIE-Lab | 29.4659 | 13.7951 | -40.6917 |
#274285 color RGB value is (39,66,133).
#274285 hex color red value is 39, green value is 66 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #274285 hue: 0.62 , saturation: 0.55 and the lightness value of 274285 is 0.34.
The process color (four color CMYK) of #274285 color hex is 0.71, 0.50, 0.00, 0.48. Web safe color of #274285 is #333399. Color #274285 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 01000010 | 10000101 |
Octal | 47 | 102 | 205 |
Decimal | 39 | 66 | 133 |
Hex | 27 | 42 | 85 |
Shades of #274285
Tints of #274285
RGB Percentages of Color #274285
CMYK Percentages of Color #274285
Complementary Color
#274285 | #856a27 |
#274285 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#274285 Color Preview on White Background
Lorem ipsum dolor sit amet.
#274285 Color CSS Codes
.mybgcolor {background-color:#274285; } .myforecolor {color:#274285; } .mybordercolor {border:3px solid #274285; }
#274285 Text Font Color
<p style="color:#274285">Text here</p>
This sample text font color is #274285
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.
#274285 Background Color
<div style="background-color:#274285">
Div content here</div>
This div background color is #274285
#274285 Border Color
<div style="border:3px solid #274285">
Div here</div>
This div border color is #274285
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,66,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #274285; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #274285; -webkit-box-shadow: 1px 1px 3px 2px #274285; box-shadow: 1px 1px 3px 2px #274285; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,66,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #274285">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #274285; -webkit-box-shadow: 1px 1px 3px 2px #274285; box-shadow: 1px 1px 3px 2px #274285;">
Div content here</div>
This div box has shadow with color #274285
Comments
No comments written yet.
Please login to write comment.