COLOR #399AD4

HEX: #399AD4
RGB: (57,154,212)

Color info

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

RGB color model

#399AD4 color RGB value is (57,154,212).

  • red value is 57;
  • green value is 154;
  • blue value is 212.
RGB:
(57,154,212)
(22%,60%,83%)

RGB channels and saturation

R 57 of 255 = 22%
G 154 of 255 = 60%
B 212 of 255 = 83%

57
154
212

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

Portions of RGB colors in percentages

R + G + B =
57 + 154 + 212 = 423 (100%)
R 57 of 423 ~ 13.48%
G 154 of 423 ~ 36.41%
B 212 of 423 ~ 50.12%

%13.48
%36.41
%50.12

CMYK color model

#399AD4 color CMYK value is (73,27,0,17).

  • cyan value is 73.11%
  • magenta value is 27.36%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(73,27,0,17)
C73M27Y0K17 
(73%,27%,0%,17%)
(0.73/0.27/0.00/0.17)	

CMYK percentages

%73.11
%27.36
%0
%16.86

Codes

Color #399AD4 in popluar color models

399AD4
RGB57154212
HSL202°64.32%52.75%
HSB/HSV202°73.11%83.14%
CMYK73.11%27.36%0.00%
16.86%

Color #399AD4 in popluar number systems.

HEX399AD4
Decimal57154212
Binary1110011001101011010100
Octal71232324

Shades and tints

Shades of #399AD4

#399AD4
(57,154,212)
#348CC1
(52,140,193)
#2F7EAE
(47,126,174)
#2A709B
(42,112,155)
#256288
(37,98,136)
#205475
(32,84,117)
#1B4662
(27,70,98)
#16384F
(22,56,79)
#112A3C
(17,42,60)
#0C1C29
(12,28,41)
#070E16
(7,14,22)
#000000
(0,0,0)

Tints of #399AD4

#399AD4
(57,154,212)
#4BA3D7
(75,163,215)
#5DACDA
(93,172,218)
#6FB5DD
(111,181,221)
#81BEE0
(129,190,224)
#93C7E3
(147,199,227)
#A5D0E6
(165,208,230)
#B7D9E9
(183,217,233)
#C9E2EC
(201,226,236)
#DBEBEF
(219,235,239)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #399AD4 color. Also use rgb(57,154,212) instead hex code.

Text Font Color

.myTextColor { color: #399AD4; }

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

This text font color is #399AD4.


Background Color

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

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

This div background color is #399AD4.


Border color

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

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

This div border color is #399AD4.


Opacity

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

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

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

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

This text has shadow with #399AD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #399AD4 on black background.


Color preview on white background

This text has color #399AD4 on white background.



Black color preview on #399AD4 background

This text has black color on #399AD4 background.


White color preview on #399AD4 background

This text has white color on #399AD4 background.