COLOR #3710C4

HEX: #3710C4
RGB: (55,16,196)

Color info

#3710C4 contains mainly blue color. Web safe color of #3710C4 is #3300CC (or #30C).

RGB color model

#3710C4 color RGB value is (55,16,196).

  • red value is 55;
  • green value is 16;
  • blue value is 196.
RGB:
(55,16,196)
(22%,6%,77%)

RGB channels and saturation

R 55 of 255 = 22%
G 16 of 255 = 6%
B 196 of 255 = 77%

55
16
196

R + G + B ~ 35%. #3710C4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 16 + 196 = 267 (100%)
R 55 of 267 ~ 20.6%
G 16 of 267 ~ 5.99%
B 196 of 267 ~ 73.41%

%20.6
%73.41

CMYK color model

#3710C4 color CMYK value is (72,92,0,23).

  • cyan value is 71.94%
  • magenta value is 91.84%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(72,92,0,23)
C72M92Y0K23 
(72%,92%,0%,23%)
(0.72/0.92/0.00/0.23)	

CMYK percentages

%71.94
%91.84
%0
%23.14

Codes

Color #3710C4 in popluar color models

3710C4
RGB5516196
HSL253°84.91%41.57%
HSB/HSV253°91.84%76.86%
CMYK71.94%91.84%0.00%
23.14%

Color #3710C4 in popluar number systems.

HEX3710C4
Decimal5516196
Binary1101111000011000100
Octal6720304

Shades and tints

Shades of #3710C4

#3710C4
(55,16,196)
#320FB3
(50,15,179)
#2D0EA2
(45,14,162)
#280D91
(40,13,145)
#230C80
(35,12,128)
#1E0B6F
(30,11,111)
#190A5E
(25,10,94)
#14094D
(20,9,77)
#0F083C
(15,8,60)
#0A072B
(10,7,43)
#05061A
(5,6,26)
#000000
(0,0,0)

Tints of #3710C4

#3710C4
(55,16,196)
#4925C9
(73,37,201)
#5B3ACE
(91,58,206)
#6D4FD3
(109,79,211)
#7F64D8
(127,100,216)
#9179DD
(145,121,221)
#A38EE2
(163,142,226)
#B5A3E7
(181,163,231)
#C7B8EC
(199,184,236)
#D9CDF1
(217,205,241)
#EBE2F6
(235,226,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3710C4 color. Also use rgb(55,16,196) instead hex code.

Text Font Color

.myTextColor { color: #3710C4; }

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

This text font color is #3710C4.


Background Color

.myBgColor { background-color: #3710C4; }

<div style="background-color:#3710C4">Inner text</div>

This div background color is #3710C4.


Border color

.myBorderColor { border: 1px solid #3710C4; }

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

This div border color is #3710C4.


Opacity

.myOpacity80 { color: #3710C4; opacity: 0.8; }

<p style="color:#3710C4;opacity:0.8;">80%</p>

Text with #3710C4 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 #3710C4;}

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

This text has shadow with #3710C4 color.

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

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

This text has shadow with #3710C4 primary color and red secondary color.


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

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

This text has shadow with #3710C4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3710C4 on black background.


Color preview on white background

This text has color #3710C4 on white background.



Black color preview on #3710C4 background

This text has black color on #3710C4 background.


White color preview on #3710C4 background

This text has white color on #3710C4 background.