COLOR #3C6488

HEX: #3C6488
RGB: (60,100,136)

Color info

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

RGB color model

#3C6488 color RGB value is (60,100,136).

  • red value is 60;
  • green value is 100;
  • blue value is 136.
RGB:
(60,100,136)
(24%,39%,53%)

RGB channels and saturation

R 60 of 255 = 24%
G 100 of 255 = 39%
B 136 of 255 = 53%

60
100
136

R + G + B ~ 39%. #3C6488 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 100 + 136 = 296 (100%)
R 60 of 296 ~ 20.27%
G 100 of 296 ~ 33.78%
B 136 of 296 ~ 45.95%

%20.27
%33.78
%45.95

CMYK color model

#3C6488 color CMYK value is (56,26,0,47).

  • cyan value is 55.88%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(56,26,0,47)
C56M26Y0K47 
(56%,26%,0%,47%)
(0.56/0.26/0.00/0.47)	

CMYK percentages

%55.88
%26.47
%0
%46.67

Codes

Color #3C6488 in popluar color models

3C6488
RGB60100136
HSL208°38.78%38.43%
HSB/HSV208°55.88%53.33%
CMYK55.88%26.47%0.00%
46.67%

Color #3C6488 in popluar number systems.

HEX3C6488
Decimal60100136
Binary111100110010010001000
Octal74144210

Shades and tints

Shades of #3C6488

#3C6488
(60,100,136)
#375B7C
(55,91,124)
#325270
(50,82,112)
#2D4964
(45,73,100)
#284058
(40,64,88)
#23374C
(35,55,76)
#1E2E40
(30,46,64)
#192534
(25,37,52)
#141C28
(20,28,40)
#0F131C
(15,19,28)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #3C6488

#3C6488
(60,100,136)
#4D7292
(77,114,146)
#5E809C
(94,128,156)
#6F8EA6
(111,142,166)
#809CB0
(128,156,176)
#91AABA
(145,170,186)
#A2B8C4
(162,184,196)
#B3C6CE
(179,198,206)
#C4D4D8
(196,212,216)
#D5E2E2
(213,226,226)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6488 color. Also use rgb(60,100,136) instead hex code.

Text Font Color

.myTextColor { color: #3C6488; }

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

This text font color is #3C6488.


Background Color

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

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

This div background color is #3C6488.


Border color

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

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

This div border color is #3C6488.


Opacity

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

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

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

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

This text has shadow with #3C6488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6488 on black background.


Color preview on white background

This text has color #3C6488 on white background.



Black color preview on #3C6488 background

This text has black color on #3C6488 background.


White color preview on #3C6488 background

This text has white color on #3C6488 background.