Color spaces of #3453bb
RGB | 52 | 83 | 187 |
---|---|---|---|
HSL | 0.63 | 0.56 | 0.47 |
HSV | 226° | 72° | 73° |
CMYK | 0.72 | 0.56 | 0.00 0.27 |
XYZ | 13.4791 | 10.5044 | 48.3308 |
Yxy | 10.5044 | 0.1864 | 0.1453 |
Hunter Lab | 32.4105 | 17.5175 | -65.7264 |
CIE-Lab | 38.7329 | 24.8243 | -58.1967 |
#3453bb color RGB value is (52,83,187).
#3453bb hex color red value is 52, green value is 83 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3453bb hue: 0.63 , saturation: 0.56 and the lightness value of 3453bb is 0.47.
The process color (four color CMYK) of #3453bb color hex is 0.72, 0.56, 0.00, 0.27. Web safe color of #3453bb is #3366cc. Color #3453bb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 01010011 | 10111011 |
Octal | 64 | 123 | 273 |
Decimal | 52 | 83 | 187 |
Hex | 34 | 53 | BB |
Shades of #3453bb
Tints of #3453bb
RGB Percentages of Color #3453bb
CMYK Percentages of Color #3453bb
Complementary Color
#3453bb | #bb9c34 |
#3453bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3453bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#3453bb Color CSS Codes
.mybgcolor {background-color:#3453bb; } .myforecolor {color:#3453bb; } .mybordercolor {border:3px solid #3453bb; }
#3453bb Text Font Color
<p style="color:#3453bb">Text here</p>
This sample text font color is #3453bb
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.
#3453bb Background Color
<div style="background-color:#3453bb">
Div content here</div>
This div background color is #3453bb
#3453bb Border Color
<div style="border:3px solid #3453bb">
Div here</div>
This div border color is #3453bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,83,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3453bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3453bb; -webkit-box-shadow: 1px 1px 3px 2px #3453bb; box-shadow: 1px 1px 3px 2px #3453bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,83,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3453bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3453bb; -webkit-box-shadow: 1px 1px 3px 2px #3453bb; box-shadow: 1px 1px 3px 2px #3453bb;">
Div content here</div>
This div box has shadow with color #3453bb
Comments
No comments written yet.
Please login to write comment.