COLOR #3C6790

HEX: #3C6790
RGB: (60,103,144)

Color info

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

RGB color model

#3C6790 color RGB value is (60,103,144).

  • red value is 60;
  • green value is 103;
  • blue value is 144.
RGB:
(60,103,144)
(24%,40%,56%)

RGB channels and saturation

R 60 of 255 = 24%
G 103 of 255 = 40%
B 144 of 255 = 56%

60
103
144

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

Portions of RGB colors in percentages

R + G + B =
60 + 103 + 144 = 307 (100%)
R 60 of 307 ~ 19.54%
G 103 of 307 ~ 33.55%
B 144 of 307 ~ 46.91%

%19.54
%33.55
%46.91

CMYK color model

#3C6790 color CMYK value is (58,28,0,44).

  • cyan value is 58.33%
  • magenta value is 28.47%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(58,28,0,44)
C58M28Y0K44 
(58%,28%,0%,44%)
(0.58/0.28/0.00/0.44)	

CMYK percentages

%58.33
%28.47
%0
%43.53

Codes

Color #3C6790 in popluar color models

3C6790
RGB60103144
HSL209°41.18%40.00%
HSB/HSV209°58.33%56.47%
CMYK58.33%28.47%0.00%
43.53%

Color #3C6790 in popluar number systems.

HEX3C6790
Decimal60103144
Binary111100110011110010000
Octal74147220

Shades and tints

Shades of #3C6790

#3C6790
(60,103,144)
#375E83
(55,94,131)
#325576
(50,85,118)
#2D4C69
(45,76,105)
#28435C
(40,67,92)
#233A4F
(35,58,79)
#1E3142
(30,49,66)
#192835
(25,40,53)
#141F28
(20,31,40)
#0F161B
(15,22,27)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #3C6790

#3C6790
(60,103,144)
#4D749A
(77,116,154)
#5E81A4
(94,129,164)
#6F8EAE
(111,142,174)
#809BB8
(128,155,184)
#91A8C2
(145,168,194)
#A2B5CC
(162,181,204)
#B3C2D6
(179,194,214)
#C4CFE0
(196,207,224)
#D5DCEA
(213,220,234)
#E6E9F4
(230,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6790 color. Also use rgb(60,103,144) instead hex code.

Text Font Color

.myTextColor { color: #3C6790; }

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

This text font color is #3C6790.


Background Color

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

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

This div background color is #3C6790.


Border color

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

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

This div border color is #3C6790.


Opacity

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

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

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

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

This text has shadow with #3C6790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6790 on black background.


Color preview on white background

This text has color #3C6790 on white background.



Black color preview on #3C6790 background

This text has black color on #3C6790 background.


White color preview on #3C6790 background

This text has white color on #3C6790 background.