COLOR #3B4F7C

HEX: #3B4F7C RGB: (59,79,124)

Color info

#3B4F7C contains mainly green and blue colors. Web safe color of #3B4F7C is #336666 (or #366).

RGB color model

#3B4F7C color RGB value is (59,79,124).

RGB: (59,79,124) (23%, 31%, 49%)

RGB channels and saturation

R 59 of 255 = 23%
G 79 of 255 = 31%
B 124 of 255 = 49%

59
79
124

R + G + B ~ 34%. #3B4F7C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 79 + 124 = 262 (100%)
R 59 of 262 ~ 22.52%
G 79 of 262 ~ 30.15%
B 124 of 262 ~ 47.33'%

%22.52
%30.15
%47.33

CMYK color model

#3B4F7C color CMYK value is (52,36,0,51).

  • cyan value is 52.42%
  • magenta value is 36.29%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (52,36,0,51)
C52M36Y0K51 (52%, 36%, 0%, 51%)
(0.52 / 0.36 / 0.00 / 0.51)

CMYK percentages

%52.42
%36.29
%0
%51.37

Codes

Color #3B4F7C in popluar color models

3B 4F 7C
RGB 59 79 124
HSL 222° 35.52% 35.88%
HSB/HSV 222° 52.42% 48.63%
CMYK 52.42% 36.29% 0.00%
51.37%

Color #3B4F7C in popluar number systems.

HEX 3B 4F 7C
Decimal 59 79 124
Binary 111011 1001111 1111100
Octal 73 117 174

Shades and tints

Shades of #3B4F7C

#3B4F7C
(59,79,124)
#364871
(54,72,113)
#314166
(49,65,102)
#2C3A5B
(44,58,91)
#273350
(39,51,80)
#222C45
(34,44,69)
#1D253A
(29,37,58)
#181E2F
(24,30,47)
#131724
(19,23,36)
#0E1019
(14,16,25)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #3B4F7C

#3B4F7C
(59,79,124)
#4C5F87
(76,95,135)
#5D6F92
(93,111,146)
#6E7F9D
(110,127,157)
#7F8FA8
(127,143,168)
#909FB3
(144,159,179)
#A1AFBE
(161,175,190)
#B2BFC9
(178,191,201)
#C3CFD4
(195,207,212)
#D4DFDF
(212,223,223)
#E5EFEA
(229,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4F7C color. Also use rgb(59,79,124) instead hex code.

Text Font Color

.myTextColor { color: #3B4F7C; }

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

This text font color is #3B4F7C.

Background Color

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

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

This div background color is #3B4F7C.

Border color

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

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

This div border color is #3B4F7C.

Opacity

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

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

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

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

This text has shadow with #3B4F7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4F7C.

Preview

Color preview on black background

This text has color #3B4F7C on black background.


Color preview on white background

This text has color #3B4F7C on white background.


Black color preview on #3B4F7C background

This text has black color on #3B4F7C background.


White color preview on #3B4F7C background

This text has white color on #3B4F7C background.


Related colors

Complementary color

Complementary color for #hex is #C4B083.


I love getcolorcode.com

Triadic colors

1 #7C3B4F and #4F7C3B with #3B4F7C are triadic colors.

2 #7C4F3B and #4F3B7C with #3B4F7C are triadic colors.