Color spaces of #3367fa
RGB | 51 | 103 | 250 |
---|---|---|---|
HSL | 0.62 | 0.95 | 0.59 |
HSV | 224° | 80° | 98° |
CMYK | 0.80 | 0.59 | 0.00 0.02 |
XYZ | 23.4708 | 17.3064 | 92.5459 |
Yxy | 17.3064 | 0.1760 | 0.1298 |
Hunter Lab | 41.6010 | 27.9060 | -102.7764 |
CIE-Lab | 48.6438 | 35.0523 | -77.9956 |
#3367fa color RGB value is (51,103,250).
#3367fa hex color red value is 51, green value is 103 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #3367fa hue: 0.62 , saturation: 0.95 and the lightness value of 3367fa is 0.59.
The process color (four color CMYK) of #3367fa color hex is 0.80, 0.59, 0.00, 0.02. Web safe color of #3367fa is #3366ff. Color #3367fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110011 | 01100111 | 11111010 |
Octal | 63 | 147 | 372 |
Decimal | 51 | 103 | 250 |
Hex | 33 | 67 | FA |
Shades of #3367fa
Tints of #3367fa
RGB Percentages of Color #3367fa
CMYK Percentages of Color #3367fa
Complementary Color
#3367fa | #fac633 |
#3367fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3367fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#3367fa Color CSS Codes
.mybgcolor {background-color:#3367fa; } .myforecolor {color:#3367fa; } .mybordercolor {border:3px solid #3367fa; }
#3367fa Text Font Color
<p style="color:#3367fa">Text here</p>
This sample text font color is #3367fa
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.
#3367fa Background Color
<div style="background-color:#3367fa">
Div content here</div>
This div background color is #3367fa
#3367fa Border Color
<div style="border:3px solid #3367fa">
Div here</div>
This div border color is #3367fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51,103,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3367fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3367fa; -webkit-box-shadow: 1px 1px 3px 2px #3367fa; box-shadow: 1px 1px 3px 2px #3367fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(51,103,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3367fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3367fa; -webkit-box-shadow: 1px 1px 3px 2px #3367fa; box-shadow: 1px 1px 3px 2px #3367fa;">
Div content here</div>
This div box has shadow with color #3367fa
Comments
No comments written yet.
Please login to write comment.