COLOR #3C62A3

HEX: #3C62A3
RGB: (60,98,163)

Color info

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

RGB color model

#3C62A3 color RGB value is (60,98,163).

  • red value is 60;
  • green value is 98;
  • blue value is 163.
RGB:
(60,98,163)
(24%,38%,64%)

RGB channels and saturation

R 60 of 255 = 24%
G 98 of 255 = 38%
B 163 of 255 = 64%

60
98
163

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

Portions of RGB colors in percentages

R + G + B =
60 + 98 + 163 = 321 (100%)
R 60 of 321 ~ 18.69%
G 98 of 321 ~ 30.53%
B 163 of 321 ~ 50.78%

%18.69
%30.53
%50.78

CMYK color model

#3C62A3 color CMYK value is (63,40,0,36).

  • cyan value is 63.19%
  • magenta value is 39.88%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(63,40,0,36)
C63M40Y0K36 
(63%,40%,0%,36%)
(0.63/0.40/0.00/0.36)	

CMYK percentages

%63.19
%39.88
%0
%36.08

Codes

Color #3C62A3 in popluar color models

3C62A3
RGB6098163
HSL218°46.19%43.73%
HSB/HSV218°63.19%63.92%
CMYK63.19%39.88%0.00%
36.08%

Color #3C62A3 in popluar number systems.

HEX3C62A3
Decimal6098163
Binary111100110001010100011
Octal74142243

Shades and tints

Shades of #3C62A3

#3C62A3
(60,98,163)
#375A95
(55,90,149)
#325287
(50,82,135)
#2D4A79
(45,74,121)
#28426B
(40,66,107)
#233A5D
(35,58,93)
#1E324F
(30,50,79)
#192A41
(25,42,65)
#142233
(20,34,51)
#0F1A25
(15,26,37)
#0A1217
(10,18,23)
#000000
(0,0,0)

Tints of #3C62A3

#3C62A3
(60,98,163)
#4D70AB
(77,112,171)
#5E7EB3
(94,126,179)
#6F8CBB
(111,140,187)
#809AC3
(128,154,195)
#91A8CB
(145,168,203)
#A2B6D3
(162,182,211)
#B3C4DB
(179,196,219)
#C4D2E3
(196,210,227)
#D5E0EB
(213,224,235)
#E6EEF3
(230,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C62A3 color. Also use rgb(60,98,163) instead hex code.

Text Font Color

.myTextColor { color: #3C62A3; }

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

This text font color is #3C62A3.


Background Color

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

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

This div background color is #3C62A3.


Border color

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

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

This div border color is #3C62A3.


Opacity

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

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

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

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

This text has shadow with #3C62A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C62A3 on black background.


Color preview on white background

This text has color #3C62A3 on white background.



Black color preview on #3C62A3 background

This text has black color on #3C62A3 background.


White color preview on #3C62A3 background

This text has white color on #3C62A3 background.