COLOR #3C5798

HEX: #3C5798
RGB: (60,87,152)

Color info

#3C5798 contains mainly blue color. Web safe color of #3C5798 is #336699 (or #369).

RGB color model

#3C5798 color RGB value is (60,87,152).

  • red value is 60;
  • green value is 87;
  • blue value is 152.
RGB:
(60,87,152)
(24%,34%,60%)

RGB channels and saturation

R 60 of 255 = 24%
G 87 of 255 = 34%
B 152 of 255 = 60%

60
87
152

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

Portions of RGB colors in percentages

R + G + B =
60 + 87 + 152 = 299 (100%)
R 60 of 299 ~ 20.07%
G 87 of 299 ~ 29.1%
B 152 of 299 ~ 50.84%

%20.07
%29.1
%50.84

CMYK color model

#3C5798 color CMYK value is (61,43,0,40).

  • cyan value is 60.53%
  • magenta value is 42.76%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(61,43,0,40)
C61M43Y0K40 
(61%,43%,0%,40%)
(0.61/0.43/0.00/0.40)	

CMYK percentages

%60.53
%42.76
%0
%40.39

Codes

Color #3C5798 in popluar color models

3C5798
RGB6087152
HSL222°43.40%41.57%
HSB/HSV222°60.53%59.61%
CMYK60.53%42.76%0.00%
40.39%

Color #3C5798 in popluar number systems.

HEX3C5798
Decimal6087152
Binary111100101011110011000
Octal74127230

Shades and tints

Shades of #3C5798

#3C5798
(60,87,152)
#37508B
(55,80,139)
#32497E
(50,73,126)
#2D4271
(45,66,113)
#283B64
(40,59,100)
#233457
(35,52,87)
#1E2D4A
(30,45,74)
#19263D
(25,38,61)
#141F30
(20,31,48)
#0F1823
(15,24,35)
#0A1116
(10,17,22)
#000000
(0,0,0)

Tints of #3C5798

#3C5798
(60,87,152)
#4D66A1
(77,102,161)
#5E75AA
(94,117,170)
#6F84B3
(111,132,179)
#8093BC
(128,147,188)
#91A2C5
(145,162,197)
#A2B1CE
(162,177,206)
#B3C0D7
(179,192,215)
#C4CFE0
(196,207,224)
#D5DEE9
(213,222,233)
#E6EDF2
(230,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5798 color. Also use rgb(60,87,152) instead hex code.

Text Font Color

.myTextColor { color: #3C5798; }

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

This text font color is #3C5798.


Background Color

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

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

This div background color is #3C5798.


Border color

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

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

This div border color is #3C5798.


Opacity

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

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

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

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

This text has shadow with #3C5798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5798 on black background.


Color preview on white background

This text has color #3C5798 on white background.



Black color preview on #3C5798 background

This text has black color on #3C5798 background.


White color preview on #3C5798 background

This text has white color on #3C5798 background.