COLOR #399BC2

HEX: #399BC2
RGB: (57,155,194)

Color info

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

RGB color model

#399BC2 color RGB value is (57,155,194).

  • red value is 57;
  • green value is 155;
  • blue value is 194.
RGB:
(57,155,194)
(22%,61%,76%)

RGB channels and saturation

R 57 of 255 = 22%
G 155 of 255 = 61%
B 194 of 255 = 76%

57
155
194

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

Portions of RGB colors in percentages

R + G + B =
57 + 155 + 194 = 406 (100%)
R 57 of 406 ~ 14.04%
G 155 of 406 ~ 38.18%
B 194 of 406 ~ 47.78%

%14.04
%38.18
%47.78

CMYK color model

#399BC2 color CMYK value is (71,20,0,24).

  • cyan value is 70.62%
  • magenta value is 20.10%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(71,20,0,24)
C71M20Y0K24 
(71%,20%,0%,24%)
(0.71/0.20/0.00/0.24)	

CMYK percentages

%70.62
%20.1
%0
%23.92

Codes

Color #399BC2 in popluar color models

399BC2
RGB57155194
HSL197°54.58%49.22%
HSB/HSV197°70.62%76.08%
CMYK70.62%20.10%0.00%
23.92%

Color #399BC2 in popluar number systems.

HEX399BC2
Decimal57155194
Binary1110011001101111000010
Octal71233302

Shades and tints

Shades of #399BC2

#399BC2
(57,155,194)
#348DB1
(52,141,177)
#2F7FA0
(47,127,160)
#2A718F
(42,113,143)
#25637E
(37,99,126)
#20556D
(32,85,109)
#1B475C
(27,71,92)
#16394B
(22,57,75)
#112B3A
(17,43,58)
#0C1D29
(12,29,41)
#070F18
(7,15,24)
#000000
(0,0,0)

Tints of #399BC2

#399BC2
(57,155,194)
#4BA4C7
(75,164,199)
#5DADCC
(93,173,204)
#6FB6D1
(111,182,209)
#81BFD6
(129,191,214)
#93C8DB
(147,200,219)
#A5D1E0
(165,209,224)
#B7DAE5
(183,218,229)
#C9E3EA
(201,227,234)
#DBECEF
(219,236,239)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #399BC2 color. Also use rgb(57,155,194) instead hex code.

Text Font Color

.myTextColor { color: #399BC2; }

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

This text font color is #399BC2.


Background Color

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

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

This div background color is #399BC2.


Border color

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

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

This div border color is #399BC2.


Opacity

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

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

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

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

This text has shadow with #399BC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #399BC2 on black background.


Color preview on white background

This text has color #399BC2 on white background.



Black color preview on #399BC2 background

This text has black color on #399BC2 background.


White color preview on #399BC2 background

This text has white color on #399BC2 background.