COLOR #3136D4

HEX: #3136D4
RGB: (49,54,212)

Color info

#3136D4 contains mainly blue color. Web safe color of #3136D4 is #3333CC (or #33C).

RGB color model

#3136D4 color RGB value is (49,54,212).

  • red value is 49;
  • green value is 54;
  • blue value is 212.
RGB:
(49,54,212)
(19%,21%,83%)

RGB channels and saturation

R 49 of 255 = 19%
G 54 of 255 = 21%
B 212 of 255 = 83%

49
54
212

R + G + B ~ 41%. #3136D4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 54 + 212 = 315 (100%)
R 49 of 315 ~ 15.56%
G 54 of 315 ~ 17.14%
B 212 of 315 ~ 67.3%

%15.56
%17.14
%67.3

CMYK color model

#3136D4 color CMYK value is (77,75,0,17).

  • cyan value is 76.89%
  • magenta value is 74.53%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(77,75,0,17)
C77M75Y0K17 
(77%,75%,0%,17%)
(0.77/0.75/0.00/0.17)	

CMYK percentages

%76.89
%74.53
%0
%16.86

Codes

Color #3136D4 in popluar color models

3136D4
RGB4954212
HSL238°65.46%51.18%
HSB/HSV238°76.89%83.14%
CMYK76.89%74.53%0.00%
16.86%

Color #3136D4 in popluar number systems.

HEX3136D4
Decimal4954212
Binary11000111011011010100
Octal6166324

Shades and tints

Shades of #3136D4

#3136D4
(49,54,212)
#2D32C1
(45,50,193)
#292EAE
(41,46,174)
#252A9B
(37,42,155)
#212688
(33,38,136)
#1D2275
(29,34,117)
#191E62
(25,30,98)
#151A4F
(21,26,79)
#11163C
(17,22,60)
#0D1229
(13,18,41)
#090E16
(9,14,22)
#000000
(0,0,0)

Tints of #3136D4

#3136D4
(49,54,212)
#4348D7
(67,72,215)
#555ADA
(85,90,218)
#676CDD
(103,108,221)
#797EE0
(121,126,224)
#8B90E3
(139,144,227)
#9DA2E6
(157,162,230)
#AFB4E9
(175,180,233)
#C1C6EC
(193,198,236)
#D3D8EF
(211,216,239)
#E5EAF2
(229,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3136D4 color. Also use rgb(49,54,212) instead hex code.

Text Font Color

.myTextColor { color: #3136D4; }

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

This text font color is #3136D4.


Background Color

.myBgColor { background-color: #3136D4; }

<div style="background-color:#3136D4">Inner text</div>

This div background color is #3136D4.


Border color

.myBorderColor { border: 1px solid #3136D4; }

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

This div border color is #3136D4.


Opacity

.myOpacity80 { color: #3136D4; opacity: 0.8; }

<p style="color:#3136D4;opacity:0.8;">80%</p>

Text with #3136D4 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 #3136D4;}

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

This text has shadow with #3136D4 color.

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

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

This text has shadow with #3136D4 primary color and red secondary color.


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

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

This text has shadow with #3136D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3136D4 on black background.


Color preview on white background

This text has color #3136D4 on white background.



Black color preview on #3136D4 background

This text has black color on #3136D4 background.


White color preview on #3136D4 background

This text has white color on #3136D4 background.