COLOR #3393D8

HEX: #3393D8
RGB: (51,147,216)

Color info

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

RGB color model

#3393D8 color RGB value is (51,147,216).

  • red value is 51;
  • green value is 147;
  • blue value is 216.
RGB:
(51,147,216)
(20%,58%,85%)

RGB channels and saturation

R 51 of 255 = 20%
G 147 of 255 = 58%
B 216 of 255 = 85%

51
147
216

R + G + B ~ 54%. #3393D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 147 + 216 = 414 (100%)
R 51 of 414 ~ 12.32%
G 147 of 414 ~ 35.51%
B 216 of 414 ~ 52.17%

%12.32
%35.51
%52.17

CMYK color model

#3393D8 color CMYK value is (76,32,0,15).

  • cyan value is 76.39%
  • magenta value is 31.94%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(76,32,0,15)
C76M32Y0K15 
(76%,32%,0%,15%)
(0.76/0.32/0.00/0.15)	

CMYK percentages

%76.39
%31.94
%0
%15.29

Codes

Color #3393D8 in popluar color models

3393D8
RGB51147216
HSL205°67.90%52.35%
HSB/HSV205°76.39%84.71%
CMYK76.39%31.94%0.00%
15.29%

Color #3393D8 in popluar number systems.

HEX3393D8
Decimal51147216
Binary1100111001001111011000
Octal63223330

Shades and tints

Shades of #3393D8

#3393D8
(51,147,216)
#2F86C5
(47,134,197)
#2B79B2
(43,121,178)
#276C9F
(39,108,159)
#235F8C
(35,95,140)
#1F5279
(31,82,121)
#1B4566
(27,69,102)
#173853
(23,56,83)
#132B40
(19,43,64)
#0F1E2D
(15,30,45)
#0B111A
(11,17,26)
#000000
(0,0,0)

Tints of #3393D8

#3393D8
(51,147,216)
#459CDB
(69,156,219)
#57A5DE
(87,165,222)
#69AEE1
(105,174,225)
#7BB7E4
(123,183,228)
#8DC0E7
(141,192,231)
#9FC9EA
(159,201,234)
#B1D2ED
(177,210,237)
#C3DBF0
(195,219,240)
#D5E4F3
(213,228,243)
#E7EDF6
(231,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3393D8 color. Also use rgb(51,147,216) instead hex code.

Text Font Color

.myTextColor { color: #3393D8; }

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

This text font color is #3393D8.


Background Color

.myBgColor { background-color: #3393D8; }

<div style="background-color:#3393D8">Inner text</div>

This div background color is #3393D8.


Border color

.myBorderColor { border: 1px solid #3393D8; }

<div style="border:3px solid #3393D8">Div</div>

This div border color is #3393D8.


Opacity

.myOpacity80 { color: #3393D8; opacity: 0.8; }

<p style="color:#3393D8;opacity:0.8;">80%</p>

Text with #3393D8 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 #3393D8;}

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

This text has shadow with #3393D8 color.

.textShadow {text-shadow: 3px 3px 1px #3393D8, 3px 3px 1px red;}

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

This text has shadow with #3393D8 primary color and red secondary color.


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

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

This text has shadow with #3393D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3393D8 on black background.


Color preview on white background

This text has color #3393D8 on white background.



Black color preview on #3393D8 background

This text has black color on #3393D8 background.


White color preview on #3393D8 background

This text has white color on #3393D8 background.