COLOR #334082

HEX: #334082 RGB: (51,64,130)

Color info

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

RGB color model

#334082 color RGB value is (51,64,130).

RGB: (51,64,130) (20%, 25%, 51%)

RGB channels and saturation

R 51 of 255 = 20%
G 64 of 255 = 25%
B 130 of 255 = 51%

51
64
130

R + G + B ~ 32%. #334082 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 64 + 130 = 245 (100%)
R 51 of 245 ~ 20.82%
G 64 of 245 ~ 26.12%
B 130 of 245 ~ 53.06'%

%20.82
%26.12
%53.06

CMYK color model

#334082 color CMYK value is (61,51,0,49).

  • cyan value is 60.77%
  • magenta value is 50.77%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (61,51,0,49)
C61M51Y0K49 (61%, 51%, 0%, 49%)
(0.61 / 0.51 / 0.00 / 0.49)

CMYK percentages

%60.77
%50.77
%0
%49.02

Codes

Color #334082 in popluar color models

33 40 82
RGB 51 64 130
HSL 230° 43.65% 35.49%
HSB/HSV 230° 60.77% 50.98%
CMYK 60.77% 50.77% 0.00%
49.02%

Color #334082 in popluar number systems.

HEX 33 40 82
Decimal 51 64 130
Binary 110011 1000000 10000010
Octal 63 100 202

Shades and tints

Shades of #334082

#334082
(51,64,130)
#2F3B77
(47,59,119)
#2B366C
(43,54,108)
#273161
(39,49,97)
#232C56
(35,44,86)
#1F274B
(31,39,75)
#1B2240
(27,34,64)
#171D35
(23,29,53)
#13182A
(19,24,42)
#0F131F
(15,19,31)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #334082

#334082
(51,64,130)
#45518D
(69,81,141)
#576298
(87,98,152)
#6973A3
(105,115,163)
#7B84AE
(123,132,174)
#8D95B9
(141,149,185)
#9FA6C4
(159,166,196)
#B1B7CF
(177,183,207)
#C3C8DA
(195,200,218)
#D5D9E5
(213,217,229)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334082 color. Also use rgb(51,64,130) instead hex code.

Text Font Color

.myTextColor { color: #334082; }

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

This text font color is #334082.

Background Color

.myBgColor { background-color: #334082; }

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

This div background color is #334082.

Border color

.myBorderColor { border: 1px solid #334082; }

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

This div border color is #334082.

Opacity

.myOpacity80 { color: #334082; opacity: 0.8; }

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

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

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

This text has shadow with #334082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334082.

Preview

Color preview on black background

This text has color #334082 on black background.


Color preview on white background

This text has color #334082 on white background.


Black color preview on #334082 background

This text has black color on #334082 background.


White color preview on #334082 background

This text has white color on #334082 background.


Related colors

Complementary color

Complementary color for #hex is #CCBF7D.


I love getcolorcode.com

Triadic colors

1 #823340 and #408233 with #334082 are triadic colors.

2 #824033 and #403382 with #334082 are triadic colors.