COLOR #334B8A

HEX: #334B8A RGB: (51,75,138)

Color info

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

RGB color model

#334B8A color RGB value is (51,75,138).

RGB: (51,75,138) (20%, 29%, 54%)

RGB channels and saturation

R 51 of 255 = 20%
G 75 of 255 = 29%
B 138 of 255 = 54%

51
75
138

R + G + B ~ 34%. #334B8A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 75 + 138 = 264 (100%)
R 51 of 264 ~ 19.32%
G 75 of 264 ~ 28.41%
B 138 of 264 ~ 52.27'%

%19.32
%28.41
%52.27

CMYK color model

#334B8A color CMYK value is (63,46,0,46).

  • cyan value is 63.04%
  • magenta value is 45.65%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK: (63,46,0,46) C63M46Y0K46 (63%,46%,0%,46%) (0.63/0.46/0.00/0.46) 

CMYK percentages

%63.04
%45.65
%0
%45.88

Codes

Color #334B8A in popluar color models

33 4B 8A
RGB 51 75 138
HSL 223° 46.03% 37.06%
HSB/HSV 223° 63.04% 54.12%
CMYK 63.04% 45.65% 0.00%
45.88%

Color #334B8A in popluar number systems.

HEX 33 4B 8A
Decimal 51 75 138
Binary 110011 1001011 10001010
Octal 63 113 212

Shades and tints

Shades of #334B8A

#334B8A
(51,75,138)
#2F457E
(47,69,126)
#2B3F72
(43,63,114)
#273966
(39,57,102)
#23335A
(35,51,90)
#1F2D4E
(31,45,78)
#1B2742
(27,39,66)
#172136
(23,33,54)
#131B2A
(19,27,42)
#0F151E
(15,21,30)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #334B8A

#334B8A
(51,75,138)
#455B94
(69,91,148)
#576B9E
(87,107,158)
#697BA8
(105,123,168)
#7B8BB2
(123,139,178)
#8D9BBC
(141,155,188)
#9FABC6
(159,171,198)
#B1BBD0
(177,187,208)
#C3CBDA
(195,203,218)
#D5DBE4
(213,219,228)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334B8A color. Also use rgb(51,75,138) instead hex code.

Text Font Color

.myTextColor { color: #334B8A; }

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

This text font color is #334B8A.

Background Color

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

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

This div background color is #334B8A.

Border color

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

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

This div border color is #334B8A.

Opacity

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

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

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

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

This text has shadow with #334B8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334B8A.

Preview

Color preview on black background

This text has color #334B8A on black background.


Color preview on white background

This text has color #334B8A on white background.


Black color preview on #334B8A background

This text has black color on #334B8A background.


White color preview on #334B8A background

This text has white color on #334B8A background.


Related colors

Complementary color

Complementary color for #hex is #CCB475.


I love getcolorcode.com

Triadic colors

1 #8A334B and #4B8A33 with #334B8A are triadic colors.

2 #8A4B33 and #4B338A with #334B8A are triadic colors.