COLOR #3C589A

HEX: #3C589A RGB: (60,88,154)

Color info

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

RGB color model

#3C589A color RGB value is (60,88,154).

RGB: (60,88,154) (24%, 35%, 60%)

RGB channels and saturation

R 60 of 255 = 24%
G 88 of 255 = 35%
B 154 of 255 = 60%

60
88
154

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

Portions of RGB colors in percentages

R + G + B = 60 + 88 + 154 = 302 (100%)
R 60 of 302 ~ 19.87%
G 88 of 302 ~ 29.14%
B 154 of 302 ~ 50.99'%

%19.87
%29.14
%50.99

CMYK color model

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

  • cyan value is 61.04%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (61,43,0,40)
C61M43Y0K40 (61%, 43%, 0%, 40%)
(0.61 / 0.43 / 0.00 / 0.40)

CMYK percentages

%61.04
%42.86
%0
%39.61

Codes

Color #3C589A in popluar color models

3C 58 9A
RGB 60 88 154
HSL 222° 43.93% 41.96%
HSB/HSV 222° 61.04% 60.39%
CMYK 61.04% 42.86% 0.00%
39.61%

Color #3C589A in popluar number systems.

HEX 3C 58 9A
Decimal 60 88 154
Binary 111100 1011000 10011010
Octal 74 130 232

Shades and tints

Shades of #3C589A

#3C589A
(60,88,154)
#37508C
(55,80,140)
#32487E
(50,72,126)
#2D4070
(45,64,112)
#283862
(40,56,98)
#233054
(35,48,84)
#1E2846
(30,40,70)
#192038
(25,32,56)
#14182A
(20,24,42)
#0F101C
(15,16,28)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #3C589A

#3C589A
(60,88,154)
#4D67A3
(77,103,163)
#5E76AC
(94,118,172)
#6F85B5
(111,133,181)
#8094BE
(128,148,190)
#91A3C7
(145,163,199)
#A2B2D0
(162,178,208)
#B3C1D9
(179,193,217)
#C4D0E2
(196,208,226)
#D5DFEB
(213,223,235)
#E6EEF4
(230,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C589A color. Also use rgb(60,88,154) instead hex code.

Text Font Color

.myTextColor { color: #3C589A; }

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

This text font color is #3C589A.

Background Color

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

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

This div background color is #3C589A.

Border color

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

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

This div border color is #3C589A.

Opacity

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

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

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

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

This text has shadow with #3C589A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C589A.

Preview

Color preview on black background

This text has color #3C589A on black background.


Color preview on white background

This text has color #3C589A on white background.


Black color preview on #3C589A background

This text has black color on #3C589A background.


White color preview on #3C589A background

This text has white color on #3C589A background.


Related colors

Complementary color

Complementary color for #hex is #C3A765.


I love getcolorcode.com

Triadic colors

1 #9A3C58 and #589A3C with #3C589A are triadic colors.

2 #9A583C and #583C9A with #3C589A are triadic colors.