COLOR #3C5AEA

HEX: #3C5AEA
RGB: (60,90,234)

Color info

#3C5AEA contains mainly blue color. Web safe color of #3C5AEA is #3366FF (or #36F).

RGB color model

#3C5AEA color RGB value is (60,90,234).

  • red value is 60;
  • green value is 90;
  • blue value is 234.
RGB:
(60,90,234)
(24%,35%,92%)

RGB channels and saturation

R 60 of 255 = 24%
G 90 of 255 = 35%
B 234 of 255 = 92%

60
90
234

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

Portions of RGB colors in percentages

R + G + B =
60 + 90 + 234 = 384 (100%)
R 60 of 384 ~ 15.63%
G 90 of 384 ~ 23.44%
B 234 of 384 ~ 60.94%

%15.63
%23.44
%60.94

CMYK color model

#3C5AEA color CMYK value is (74,62,0,8).

  • cyan value is 74.36%
  • magenta value is 61.54%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(74,62,0,8)
C74M62Y0K8 
(74%,62%,0%,8%)
(0.74/0.62/0.00/0.08)	

CMYK percentages

%74.36
%61.54
%0
%8.24

Codes

Color #3C5AEA in popluar color models

3C5AEA
RGB6090234
HSL230°80.56%57.65%
HSB/HSV230°74.36%91.76%
CMYK74.36%61.54%0.00%
8.24%

Color #3C5AEA in popluar number systems.

HEX3C5AEA
Decimal6090234
Binary111100101101011101010
Octal74132352

Shades and tints

Shades of #3C5AEA

#3C5AEA
(60,90,234)
#3752D5
(55,82,213)
#324AC0
(50,74,192)
#2D42AB
(45,66,171)
#283A96
(40,58,150)
#233281
(35,50,129)
#1E2A6C
(30,42,108)
#192257
(25,34,87)
#141A42
(20,26,66)
#0F122D
(15,18,45)
#0A0A18
(10,10,24)
#000000
(0,0,0)

Tints of #3C5AEA

#3C5AEA
(60,90,234)
#4D69EB
(77,105,235)
#5E78EC
(94,120,236)
#6F87ED
(111,135,237)
#8096EE
(128,150,238)
#91A5EF
(145,165,239)
#A2B4F0
(162,180,240)
#B3C3F1
(179,195,241)
#C4D2F2
(196,210,242)
#D5E1F3
(213,225,243)
#E6F0F4
(230,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5AEA color. Also use rgb(60,90,234) instead hex code.

Text Font Color

.myTextColor { color: #3C5AEA; }

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

This text font color is #3C5AEA.


Background Color

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

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

This div background color is #3C5AEA.


Border color

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

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

This div border color is #3C5AEA.


Opacity

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

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

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

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

This text has shadow with #3C5AEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5AEA on black background.


Color preview on white background

This text has color #3C5AEA on white background.



Black color preview on #3C5AEA background

This text has black color on #3C5AEA background.


White color preview on #3C5AEA background

This text has white color on #3C5AEA background.