HEX: #336BEF
RGB: (51,107,239)
#336BEF contains mainly blue color. Web safe color of #336BEF is #3366FF (or #36F).
#336BEF color RGB value is (51,107,239).
RGB: (51,107,239)
(20%, 42%, 94%)
R 51 of 255 = 20%
G 107 of 255 = 42%
B 239 of 255 = 94%
R + G + B ~ 52%. #336BEF is middle color (not dark and not light).
R + G + B = 51 + 107 + 239 = 397 (100%)
R 51 of 397 ~ 12.85%
G 107 of 397 ~ 26.95%
B 239 of 397 ~ 60.2'%
#336BEF color CMYK value is (79,55,0,6).
CMYK: (79,55,0,6)
C79M55Y0K6 (79%, 55%, 0%, 6%)
(0.79 / 0.55 / 0.00 / 0.06)
Color #336BEF in popluar color models
33 | 6B | EF | |
---|---|---|---|
RGB | 51 | 107 | 239 |
HSL | 222° | 85.45% | 56.86% |
HSB/HSV | 222° | 78.66% | 93.73% |
CMYK | 78.66% | 55.23% | 0.00% |
6.27% |
Color #336BEF in popluar number systems.
HEX | 33 | 6B | EF |
Decimal | 51 | 107 | 239 |
Binary | 110011 | 1101011 | 11101111 |
Octal | 63 | 153 | 357 |
Shades of #336BEF
Tints of #336BEF
Examples of css and html codes for elements with #336BEF color. Also use rgb(51,107,239) instead hex code.
.myTextColor { color: #336BEF; }
<p style="color:#336BEF">This sample text font color is #336BEF.</p>
This text font color is #336BEF.
.myBgColor { background-color: #336BEF; }
<div style="background-color:#336BEF">Inner text</div>
This div background color is #336BEF.
.myBorderColor { border: 1px solid #336BEF; }
<div style="border:3px solid #336BEF">Div</div>
This div border color is #336BEF.
.myOpacity80 { color: #336BEF; opacity: 0.8; }
<p style="color:#336BEF;opacity:0.8;">80%</p>
Text with #336BEF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #336BEF;}
<p style="text-shadow: 3px 3px 1px #336BEF">Text here.</p>
This text has shadow with #336BEF color.
.textShadow {text-shadow: 3px 3px 1px #336BEF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #336BEF, 5px 5px 20px red">Text here.</p>
This text has shadow with #336BEF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#336BEF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#336BEF, Direction=45, Strength=4)">Text</p>
This text has shadow with #336BEF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #336BEF;
-webkit-box-shadow: 1px 1px 3px 2px #336BEF;
box-shadow: 1px 1px 3px 2px #336BEF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #336BEF; -webkit-box-shadow: 1px 1px 3px 2px #336BEF; box-shadow:1px 1px 3px 2px #336BEF;">
Div content here
</div>
This text has color #336BEF on black background.
This text has color #336BEF on white background.
This text has black color on #336BEF background.
This text has white color on #336BEF background.
Complementary color for #hex is #CC9410.