COLOR #3364FF

HEX: #3364FF
RGB: (51,100,255)

Color info

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

RGB color model

#3364FF color RGB value is (51,100,255).

  • red value is 51;
  • green value is 100;
  • blue value is 255.
RGB:
(51,100,255)
(20%,39%,100%)

RGB channels and saturation

R 51 of 255 = 20%
G 100 of 255 = 39%
B 255 of 255 = 100%

51
100
255

R + G + B ~ 53%. #3364FF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 100 + 255 = 406 (100%)
R 51 of 406 ~ 12.56%
G 100 of 406 ~ 24.63%
B 255 of 406 ~ 62.81%

%12.56
%24.63
%62.81

CMYK color model

#3364FF color CMYK value is (80,61,0,0).

  • cyan value is 80.00%
  • magenta value is 60.78%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(80,61,0,0)
C80M61Y0K0 
(80%,61%,0%,0%)
(0.80/0.61/0.00/0.00)	

CMYK percentages

%80
%60.78
%0
%0

Codes

Color #3364FF in popluar color models

3364FF
RGB51100255
HSL226°100.00%60.00%
HSB/HSV226°80.00%100.00%
CMYK80.00%60.78%0.00%
0.00%

Color #3364FF in popluar number systems.

HEX3364FF
Decimal51100255
Binary110011110010011111111
Octal63144377

Shades and tints

Shades of #3364FF

#3364FF
(51,100,255)
#2F5BE8
(47,91,232)
#2B52D1
(43,82,209)
#2749BA
(39,73,186)
#2340A3
(35,64,163)
#1F378C
(31,55,140)
#1B2E75
(27,46,117)
#17255E
(23,37,94)
#131C47
(19,28,71)
#0F1330
(15,19,48)
#0B0A19
(11,10,25)
#000000
(0,0,0)

Tints of #3364FF

#3364FF
(51,100,255)
#4572FF
(69,114,255)
#5780FF
(87,128,255)
#698EFF
(105,142,255)
#7B9CFF
(123,156,255)
#8DAAFF
(141,170,255)
#9FB8FF
(159,184,255)
#B1C6FF
(177,198,255)
#C3D4FF
(195,212,255)
#D5E2FF
(213,226,255)
#E7F0FF
(231,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3364FF color. Also use rgb(51,100,255) instead hex code.

Text Font Color

.myTextColor { color: #3364FF; }

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

This text font color is #3364FF.


Background Color

.myBgColor { background-color: #3364FF; }

<div style="background-color:#3364FF">Inner text</div>

This div background color is #3364FF.


Border color

.myBorderColor { border: 1px solid #3364FF; }

<div style="border:3px solid #3364FF">Div</div>

This div border color is #3364FF.


Opacity

.myOpacity80 { color: #3364FF; opacity: 0.8; }

<p style="color:#3364FF;opacity:0.8;">80%</p>

Text with #3364FF 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 #3364FF;}

<p style="text-shadow: 3px 3px 1px #3364FF">Text here.</p>

This text has shadow with #3364FF color.

.textShadow {text-shadow: 3px 3px 1px #3364FF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3364FF, 5px 5px 20px red">Text here.</p>

This text has shadow with #3364FF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3364FF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3364FF, Direction=45, Strength=4)">Text</p>

This text has shadow with #3364FF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3364FF;
  -webkit-box-shadow:	1px 1px 3px 2px #3364FF;
  box-shadow:		1px 1px 3px 2px #3364FF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3364FF;
-webkit-box-shadow: 1px 1px 3px 2px #3364FF;
box-shadow:1px 1px 3px 2px #3364FF;">
Div content here</div>
This div box has shadow with color #3364FF.

Preview

Color preview on black background

This text has color #3364FF on black background.


Color preview on white background

This text has color #3364FF on white background.



Black color preview on #3364FF background

This text has black color on #3364FF background.


White color preview on #3364FF background

This text has white color on #3364FF background.