COLOR #334C8B

HEX: #334C8B
RGB: (51,76,139)

Color info

#334C8B contains mainly blue color. Web safe color of #334C8B is #333399 (or #339).

RGB color model

#334C8B color RGB value is (51,76,139).

  • red value is 51;
  • green value is 76;
  • blue value is 139.
RGB:
(51,76,139)
(20%,30%,55%)

RGB channels and saturation

R 51 of 255 = 20%
G 76 of 255 = 30%
B 139 of 255 = 55%

51
76
139

R + G + B ~ 35%. #334C8B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 76 + 139 = 266 (100%)
R 51 of 266 ~ 19.17%
G 76 of 266 ~ 28.57%
B 139 of 266 ~ 52.26%

%19.17
%28.57
%52.26

CMYK color model

#334C8B color CMYK value is (63,45,0,45).

  • cyan value is 63.31%
  • magenta value is 45.32%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(63,45,0,45)
C63M45Y0K45 
(63%,45%,0%,45%)
(0.63/0.45/0.00/0.45)	

CMYK percentages

%63.31
%45.32
%0
%45.49

Codes

Color #334C8B in popluar color models

334C8B
RGB5176139
HSL223°46.32%37.25%
HSB/HSV223°63.31%54.51%
CMYK63.31%45.32%0.00%
45.49%

Color #334C8B in popluar number systems.

HEX334C8B
Decimal5176139
Binary110011100110010001011
Octal63114213

Shades and tints

Shades of #334C8B

#334C8B
(51,76,139)
#2F467F
(47,70,127)
#2B4073
(43,64,115)
#273A67
(39,58,103)
#23345B
(35,52,91)
#1F2E4F
(31,46,79)
#1B2843
(27,40,67)
#172237
(23,34,55)
#131C2B
(19,28,43)
#0F161F
(15,22,31)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #334C8B

#334C8B
(51,76,139)
#455C95
(69,92,149)
#576C9F
(87,108,159)
#697CA9
(105,124,169)
#7B8CB3
(123,140,179)
#8D9CBD
(141,156,189)
#9FACC7
(159,172,199)
#B1BCD1
(177,188,209)
#C3CCDB
(195,204,219)
#D5DCE5
(213,220,229)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334C8B color. Also use rgb(51,76,139) instead hex code.

Text Font Color

.myTextColor { color: #334C8B; }

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

This text font color is #334C8B.


Background Color

.myBgColor { background-color: #334C8B; }

<div style="background-color:#334C8B">Inner text</div>

This div background color is #334C8B.


Border color

.myBorderColor { border: 1px solid #334C8B; }

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

This div border color is #334C8B.


Opacity

.myOpacity80 { color: #334C8B; opacity: 0.8; }

<p style="color:#334C8B;opacity:0.8;">80%</p>

Text with #334C8B 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 #334C8B;}

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

This text has shadow with #334C8B color.

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

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

This text has shadow with #334C8B primary color and red secondary color.


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

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

This text has shadow with #334C8B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334C8B on black background.


Color preview on white background

This text has color #334C8B on white background.



Black color preview on #334C8B background

This text has black color on #334C8B background.


White color preview on #334C8B background

This text has white color on #334C8B background.