COLOR #399CD5

HEX: #399CD5
RGB: (57,156,213)

Color info

#399CD5 contains mainly green and blue colors. Web safe color of #399CD5 is #3399CC (or #39C).

RGB color model

#399CD5 color RGB value is (57,156,213).

  • red value is 57;
  • green value is 156;
  • blue value is 213.
RGB:
(57,156,213)
(22%,61%,84%)

RGB channels and saturation

R 57 of 255 = 22%
G 156 of 255 = 61%
B 213 of 255 = 84%

57
156
213

R + G + B ~ 56%. #399CD5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
57 + 156 + 213 = 426 (100%)
R 57 of 426 ~ 13.38%
G 156 of 426 ~ 36.62%
B 213 of 426 ~ 50%

%13.38
%36.62
%50

CMYK color model

#399CD5 color CMYK value is (73,27,0,16).

  • cyan value is 73.24%
  • magenta value is 26.76%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(73,27,0,16)
C73M27Y0K16 
(73%,27%,0%,16%)
(0.73/0.27/0.00/0.16)	

CMYK percentages

%73.24
%26.76
%0
%16.47

Codes

Color #399CD5 in popluar color models

399CD5
RGB57156213
HSL202°65.00%52.94%
HSB/HSV202°73.24%83.53%
CMYK73.24%26.76%0.00%
16.47%

Color #399CD5 in popluar number systems.

HEX399CD5
Decimal57156213
Binary1110011001110011010101
Octal71234325

Shades and tints

Shades of #399CD5

#399CD5
(57,156,213)
#348EC2
(52,142,194)
#2F80AF
(47,128,175)
#2A729C
(42,114,156)
#256489
(37,100,137)
#205676
(32,86,118)
#1B4863
(27,72,99)
#163A50
(22,58,80)
#112C3D
(17,44,61)
#0C1E2A
(12,30,42)
#071017
(7,16,23)
#000000
(0,0,0)

Tints of #399CD5

#399CD5
(57,156,213)
#4BA5D8
(75,165,216)
#5DAEDB
(93,174,219)
#6FB7DE
(111,183,222)
#81C0E1
(129,192,225)
#93C9E4
(147,201,228)
#A5D2E7
(165,210,231)
#B7DBEA
(183,219,234)
#C9E4ED
(201,228,237)
#DBEDF0
(219,237,240)
#EDF6F3
(237,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #399CD5 color. Also use rgb(57,156,213) instead hex code.

Text Font Color

.myTextColor { color: #399CD5; }

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

This text font color is #399CD5.


Background Color

.myBgColor { background-color: #399CD5; }

<div style="background-color:#399CD5">Inner text</div>

This div background color is #399CD5.


Border color

.myBorderColor { border: 1px solid #399CD5; }

<div style="border:3px solid #399CD5">Div</div>

This div border color is #399CD5.


Opacity

.myOpacity80 { color: #399CD5; opacity: 0.8; }

<p style="color:#399CD5;opacity:0.8;">80%</p>

Text with #399CD5 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 #399CD5;}

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

This text has shadow with #399CD5 color.

.textShadow {text-shadow: 3px 3px 1px #399CD5, 3px 3px 1px red;}

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

This text has shadow with #399CD5 primary color and red secondary color.


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

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

This text has shadow with #399CD5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #399CD5 on black background.


Color preview on white background

This text has color #399CD5 on white background.



Black color preview on #399CD5 background

This text has black color on #399CD5 background.


White color preview on #399CD5 background

This text has white color on #399CD5 background.