COLOR #3155B5

HEX: #3155B5 RGB: (49,85,181)

Color info

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

RGB color model

#3155B5 color RGB value is (49,85,181).

RGB: (49,85,181) (19%, 33%, 71%)

RGB channels and saturation

R 49 of 255 = 19%
G 85 of 255 = 33%
B 181 of 255 = 71%

49
85
181

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

Portions of RGB colors in percentages

R + G + B = 49 + 85 + 181 = 315 (100%)
R 49 of 315 ~ 15.56%
G 85 of 315 ~ 26.98%
B 181 of 315 ~ 57.46'%

%15.56
%26.98
%57.46

CMYK color model

#3155B5 color CMYK value is (73,53,0,29).

  • cyan value is 72.93%
  • magenta value is 53.04%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (73,53,0,29)
C73M53Y0K29 (73%, 53%, 0%, 29%)
(0.73 / 0.53 / 0.00 / 0.29)

CMYK percentages

%72.93
%53.04
%0
%29.02

Codes

Color #3155B5 in popluar color models

31 55 B5
RGB 49 85 181
HSL 224° 57.39% 45.10%
HSB/HSV 224° 72.93% 70.98%
CMYK 72.93% 53.04% 0.00%
29.02%

Color #3155B5 in popluar number systems.

HEX 31 55 B5
Decimal 49 85 181
Binary 110001 1010101 10110101
Octal 61 125 265

Shades and tints

Shades of #3155B5

#3155B5
(49,85,181)
#2D4EA5
(45,78,165)
#294795
(41,71,149)
#254085
(37,64,133)
#213975
(33,57,117)
#1D3265
(29,50,101)
#192B55
(25,43,85)
#152445
(21,36,69)
#111D35
(17,29,53)
#0D1625
(13,22,37)
#090F15
(9,15,21)
#000000
(0,0,0)

Tints of #3155B5

#3155B5
(49,85,181)
#4364BB
(67,100,187)
#5573C1
(85,115,193)
#6782C7
(103,130,199)
#7991CD
(121,145,205)
#8BA0D3
(139,160,211)
#9DAFD9
(157,175,217)
#AFBEDF
(175,190,223)
#C1CDE5
(193,205,229)
#D3DCEB
(211,220,235)
#E5EBF1
(229,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3155B5 color. Also use rgb(49,85,181) instead hex code.

Text Font Color

.myTextColor { color: #3155B5; }

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

This text font color is #3155B5.

Background Color

.myBgColor { background-color: #3155B5; }

<div style="background-color:#3155B5">Inner text</div>

This div background color is #3155B5.

Border color

.myBorderColor { border: 1px solid #3155B5; }

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

This div border color is #3155B5.

Opacity

.myOpacity80 { color: #3155B5; opacity: 0.8; }

<p style="color:#3155B5;opacity:0.8;">80%</p>

Text with #3155B5 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 #3155B5;}

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

This text has shadow with #3155B5 color.


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

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

This text has shadow with #3155B5 primary color and red secondary color.


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

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

This text has shadow with #3155B5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3155B5.

Preview

Color preview on black background

This text has color #3155B5 on black background.


Color preview on white background

This text has color #3155B5 on white background.


Black color preview on #3155B5 background

This text has black color on #3155B5 background.


White color preview on #3155B5 background

This text has white color on #3155B5 background.


Related colors

Complementary color

Complementary color for #3155B5 is #CEAA4A.


I love getcolorcode.com

Triadic colors

1 #B53155 and #55B531 with #3155B5 are triadic colors.

2 #B55531 and #5531B5 with #3155B5 are triadic colors.