COLOR #3C58D4

HEX: #3C58D4
RGB: (60,88,212)

Color info

#3C58D4 contains mainly blue color. Web safe color of #3C58D4 is #3366CC (or #36C).

RGB color model

#3C58D4 color RGB value is (60,88,212).

  • red value is 60;
  • green value is 88;
  • blue value is 212.
RGB:
(60,88,212)
(24%,35%,83%)

RGB channels and saturation

R 60 of 255 = 24%
G 88 of 255 = 35%
B 212 of 255 = 83%

60
88
212

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

Portions of RGB colors in percentages

R + G + B =
60 + 88 + 212 = 360 (100%)
R 60 of 360 ~ 16.67%
G 88 of 360 ~ 24.44%
B 212 of 360 ~ 58.89%

%16.67
%24.44
%58.89

CMYK color model

#3C58D4 color CMYK value is (72,58,0,17).

  • cyan value is 71.70%
  • magenta value is 58.49%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(72,58,0,17)
C72M58Y0K17 
(72%,58%,0%,17%)
(0.72/0.58/0.00/0.17)	

CMYK percentages

%71.7
%58.49
%0
%16.86

Codes

Color #3C58D4 in popluar color models

3C58D4
RGB6088212
HSL229°63.87%53.33%
HSB/HSV229°71.70%83.14%
CMYK71.70%58.49%0.00%
16.86%

Color #3C58D4 in popluar number systems.

HEX3C58D4
Decimal6088212
Binary111100101100011010100
Octal74130324

Shades and tints

Shades of #3C58D4

#3C58D4
(60,88,212)
#3750C1
(55,80,193)
#3248AE
(50,72,174)
#2D409B
(45,64,155)
#283888
(40,56,136)
#233075
(35,48,117)
#1E2862
(30,40,98)
#19204F
(25,32,79)
#14183C
(20,24,60)
#0F1029
(15,16,41)
#0A0816
(10,8,22)
#000000
(0,0,0)

Tints of #3C58D4

#3C58D4
(60,88,212)
#4D67D7
(77,103,215)
#5E76DA
(94,118,218)
#6F85DD
(111,133,221)
#8094E0
(128,148,224)
#91A3E3
(145,163,227)
#A2B2E6
(162,178,230)
#B3C1E9
(179,193,233)
#C4D0EC
(196,208,236)
#D5DFEF
(213,223,239)
#E6EEF2
(230,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C58D4; }

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

This text font color is #3C58D4.


Background Color

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

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

This div background color is #3C58D4.


Border color

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

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

This div border color is #3C58D4.


Opacity

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

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

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

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

This text has shadow with #3C58D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C58D4 on black background.


Color preview on white background

This text has color #3C58D4 on white background.



Black color preview on #3C58D4 background

This text has black color on #3C58D4 background.


White color preview on #3C58D4 background

This text has white color on #3C58D4 background.