COLOR #336BEF

HEX: #336BEF RGB: (51,107,239)

Color info

#336BEF contains mainly blue color. Web safe color of #336BEF is #3366FF (or #36F).

RGB color model

#336BEF color RGB value is (51,107,239).

RGB: (51,107,239) (20%, 42%, 94%)

RGB channels and saturation

R 51 of 255 = 20%
G 107 of 255 = 42%
B 239 of 255 = 94%

51
107
239

R + G + B ~ 52%. #336BEF is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%12.85
%26.95
%60.2

CMYK color model

#336BEF color CMYK value is (79,55,0,6).

  • cyan value is 78.66%
  • magenta value is 55.23%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (79,55,0,6)
C79M55Y0K6 (79%, 55%, 0%, 6%)
(0.79 / 0.55 / 0.00 / 0.06)

CMYK percentages

%78.66
%55.23
%0
%6.27

Codes

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 and tints

Shades of #336BEF

#336BEF
(51,107,239)
#2F62DA
(47,98,218)
#2B59C5
(43,89,197)
#2750B0
(39,80,176)
#23479B
(35,71,155)
#1F3E86
(31,62,134)
#1B3571
(27,53,113)
#172C5C
(23,44,92)
#132347
(19,35,71)
#0F1A32
(15,26,50)
#0B111D
(11,17,29)
#000000
(0,0,0)

Tints of #336BEF

#336BEF
(51,107,239)
#4578F0
(69,120,240)
#5785F1
(87,133,241)
#6992F2
(105,146,242)
#7B9FF3
(123,159,243)
#8DACF4
(141,172,244)
#9FB9F5
(159,185,245)
#B1C6F6
(177,198,246)
#C3D3F7
(195,211,247)
#D5E0F8
(213,224,248)
#E7EDF9
(231,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336BEF color. Also use rgb(51,107,239) instead hex code.

Text Font Color

.myTextColor { color: #336BEF; }

<p style="color:#336BEF">This sample text font color is #336BEF.</p>

This text font color is #336BEF.

Background Color

.myBgColor { background-color: #336BEF; }

<div style="background-color:#336BEF">Inner text</div>

This div background color is #336BEF.

Border color

.myBorderColor { border: 1px solid #336BEF; }

<div style="border:3px solid #336BEF">Div</div>

This div border color is #336BEF.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #336BEF.

Preview

Color preview on black background

This text has color #336BEF on black background.


Color preview on white background

This text has color #336BEF on white background.


Black color preview on #336BEF background

This text has black color on #336BEF background.


White color preview on #336BEF background

This text has white color on #336BEF background.


Related colors

Complementary color

Complementary color for #hex is #CC9410.


I love getcolorcode.com

Triadic colors

1 #EF336B and #6BEF33 with #336BEF are triadic colors.

2 #EF6B33 and #6B33EF with #336BEF are triadic colors.