COLOR #3386C9

HEX: #3386C9
RGB: (51,134,201)

Color info

#3386C9 contains mainly blue color. Web safe color of #3386C9 is #3399CC (or #39C).

RGB color model

#3386C9 color RGB value is (51,134,201).

  • red value is 51;
  • green value is 134;
  • blue value is 201.
RGB:
(51,134,201)
(20%,53%,79%)

RGB channels and saturation

R 51 of 255 = 20%
G 134 of 255 = 53%
B 201 of 255 = 79%

51
134
201

R + G + B ~ 51%. #3386C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 134 + 201 = 386 (100%)
R 51 of 386 ~ 13.21%
G 134 of 386 ~ 34.72%
B 201 of 386 ~ 52.07%

%13.21
%34.72
%52.07

CMYK color model

#3386C9 color CMYK value is (75,33,0,21).

  • cyan value is 74.63%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(75,33,0,21)
C75M33Y0K21 
(75%,33%,0%,21%)
(0.75/0.33/0.00/0.21)	

CMYK percentages

%74.63
%33.33
%0
%21.18

Codes

Color #3386C9 in popluar color models

3386C9
RGB51134201
HSL207°59.52%49.41%
HSB/HSV207°74.63%78.82%
CMYK74.63%33.33%0.00%
21.18%

Color #3386C9 in popluar number systems.

HEX3386C9
Decimal51134201
Binary1100111000011011001001
Octal63206311

Shades and tints

Shades of #3386C9

#3386C9
(51,134,201)
#2F7AB7
(47,122,183)
#2B6EA5
(43,110,165)
#276293
(39,98,147)
#235681
(35,86,129)
#1F4A6F
(31,74,111)
#1B3E5D
(27,62,93)
#17324B
(23,50,75)
#132639
(19,38,57)
#0F1A27
(15,26,39)
#0B0E15
(11,14,21)
#000000
(0,0,0)

Tints of #3386C9

#3386C9
(51,134,201)
#4591CD
(69,145,205)
#579CD1
(87,156,209)
#69A7D5
(105,167,213)
#7BB2D9
(123,178,217)
#8DBDDD
(141,189,221)
#9FC8E1
(159,200,225)
#B1D3E5
(177,211,229)
#C3DEE9
(195,222,233)
#D5E9ED
(213,233,237)
#E7F4F1
(231,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3386C9 color. Also use rgb(51,134,201) instead hex code.

Text Font Color

.myTextColor { color: #3386C9; }

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

This text font color is #3386C9.


Background Color

.myBgColor { background-color: #3386C9; }

<div style="background-color:#3386C9">Inner text</div>

This div background color is #3386C9.


Border color

.myBorderColor { border: 1px solid #3386C9; }

<div style="border:3px solid #3386C9">Div</div>

This div border color is #3386C9.


Opacity

.myOpacity80 { color: #3386C9; opacity: 0.8; }

<p style="color:#3386C9;opacity:0.8;">80%</p>

Text with #3386C9 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 #3386C9;}

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

This text has shadow with #3386C9 color.

.textShadow {text-shadow: 3px 3px 1px #3386C9, 3px 3px 1px red;}

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

This text has shadow with #3386C9 primary color and red secondary color.


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

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

This text has shadow with #3386C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3386C9 on black background.


Color preview on white background

This text has color #3386C9 on white background.



Black color preview on #3386C9 background

This text has black color on #3386C9 background.


White color preview on #3386C9 background

This text has white color on #3386C9 background.