COLOR #3C798E

HEX: #3C798E
RGB: (60,121,142)

Color info

#3C798E contains mainly green and blue colors. Web safe color of #3C798E is #336699 (or #369).

RGB color model

#3C798E color RGB value is (60,121,142).

  • red value is 60;
  • green value is 121;
  • blue value is 142.
RGB:
(60,121,142)
(24%,47%,56%)

RGB channels and saturation

R 60 of 255 = 24%
G 121 of 255 = 47%
B 142 of 255 = 56%

60
121
142

R + G + B ~ 42%. #3C798E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
60 + 121 + 142 = 323 (100%)
R 60 of 323 ~ 18.58%
G 121 of 323 ~ 37.46%
B 142 of 323 ~ 43.96%

%18.58
%37.46
%43.96

CMYK color model

#3C798E color CMYK value is (58,15,0,44).

  • cyan value is 57.75%
  • magenta value is 14.79%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(58,15,0,44)
C58M15Y0K44 
(58%,15%,0%,44%)
(0.58/0.15/0.00/0.44)	

CMYK percentages

%57.75
%14.79
%0
%44.31

Codes

Color #3C798E in popluar color models

3C798E
RGB60121142
HSL195°40.59%39.61%
HSB/HSV195°57.75%55.69%
CMYK57.75%14.79%0.00%
44.31%

Color #3C798E in popluar number systems.

HEX3C798E
Decimal60121142
Binary111100111100110001110
Octal74171216

Shades and tints

Shades of #3C798E

#3C798E
(60,121,142)
#376E82
(55,110,130)
#326376
(50,99,118)
#2D586A
(45,88,106)
#284D5E
(40,77,94)
#234252
(35,66,82)
#1E3746
(30,55,70)
#192C3A
(25,44,58)
#14212E
(20,33,46)
#0F1622
(15,22,34)
#0A0B16
(10,11,22)
#000000
(0,0,0)

Tints of #3C798E

#3C798E
(60,121,142)
#4D8598
(77,133,152)
#5E91A2
(94,145,162)
#6F9DAC
(111,157,172)
#80A9B6
(128,169,182)
#91B5C0
(145,181,192)
#A2C1CA
(162,193,202)
#B3CDD4
(179,205,212)
#C4D9DE
(196,217,222)
#D5E5E8
(213,229,232)
#E6F1F2
(230,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C798E color. Also use rgb(60,121,142) instead hex code.

Text Font Color

.myTextColor { color: #3C798E; }

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

This text font color is #3C798E.


Background Color

.myBgColor { background-color: #3C798E; }

<div style="background-color:#3C798E">Inner text</div>

This div background color is #3C798E.


Border color

.myBorderColor { border: 1px solid #3C798E; }

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

This div border color is #3C798E.


Opacity

.myOpacity80 { color: #3C798E; opacity: 0.8; }

<p style="color:#3C798E;opacity:0.8;">80%</p>

Text with #3C798E 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 #3C798E;}

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

This text has shadow with #3C798E color.

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

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

This text has shadow with #3C798E primary color and red secondary color.


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

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

This text has shadow with #3C798E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C798E on black background.


Color preview on white background

This text has color #3C798E on white background.



Black color preview on #3C798E background

This text has black color on #3C798E background.


White color preview on #3C798E background

This text has white color on #3C798E background.