COLOR #334A81

HEX: #334A81 RGB: (51,74,129)

Color info

#334A81 contains mainly green and blue colors. Web safe color of #334A81 is #333399 (or #339).

RGB color model

#334A81 color RGB value is (51,74,129).

RGB: (51,74,129) (20%, 29%, 51%)

RGB channels and saturation

R 51 of 255 = 20%
G 74 of 255 = 29%
B 129 of 255 = 51%

51
74
129

R + G + B ~ 33%. #334A81 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 74 + 129 = 254 (100%)
R 51 of 254 ~ 20.08%
G 74 of 254 ~ 29.13%
B 129 of 254 ~ 50.79'%

%20.08
%29.13
%50.79

CMYK color model

#334A81 color CMYK value is (60,43,0,49).

  • cyan value is 60.47%
  • magenta value is 42.64%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (60,43,0,49)
C60M43Y0K49 (60%, 43%, 0%, 49%)
(0.60 / 0.43 / 0.00 / 0.49)

CMYK percentages

%60.47
%42.64
%0
%49.41

Codes

Color #334A81 in popluar color models

33 4A 81
RGB 51 74 129
HSL 222° 43.33% 35.29%
HSB/HSV 222° 60.47% 50.59%
CMYK 60.47% 42.64% 0.00%
49.41%

Color #334A81 in popluar number systems.

HEX 33 4A 81
Decimal 51 74 129
Binary 110011 1001010 10000001
Octal 63 112 201

Shades and tints

Shades of #334A81

#334A81
(51,74,129)
#2F4476
(47,68,118)
#2B3E6B
(43,62,107)
#273860
(39,56,96)
#233255
(35,50,85)
#1F2C4A
(31,44,74)
#1B263F
(27,38,63)
#172034
(23,32,52)
#131A29
(19,26,41)
#0F141E
(15,20,30)
#0B0E13
(11,14,19)
#000000
(0,0,0)

Tints of #334A81

#334A81
(51,74,129)
#455A8C
(69,90,140)
#576A97
(87,106,151)
#697AA2
(105,122,162)
#7B8AAD
(123,138,173)
#8D9AB8
(141,154,184)
#9FAAC3
(159,170,195)
#B1BACE
(177,186,206)
#C3CAD9
(195,202,217)
#D5DAE4
(213,218,228)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334A81 color. Also use rgb(51,74,129) instead hex code.

Text Font Color

.myTextColor { color: #334A81; }

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

This text font color is #334A81.

Background Color

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

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

This div background color is #334A81.

Border color

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

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

This div border color is #334A81.

Opacity

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

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

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

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

This text has shadow with #334A81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334A81.

Preview

Color preview on black background

This text has color #334A81 on black background.


Color preview on white background

This text has color #334A81 on white background.


Black color preview on #334A81 background

This text has black color on #334A81 background.


White color preview on #334A81 background

This text has white color on #334A81 background.


Related colors

Complementary color

Complementary color for #hex is #CCB57E.


I love getcolorcode.com

Triadic colors

1 #81334A and #4A8133 with #334A81 are triadic colors.

2 #814A33 and #4A3381 with #334A81 are triadic colors.