COLOR #334662

HEX: #334662
RGB: (51,70,98)

Color info

#334662 contains red, green and blue colors in about the same proportion. Web safe color of #334662 is #333366 (or #336).

RGB color model

#334662 color RGB value is (51,70,98).

  • red value is 51;
  • green value is 70;
  • blue value is 98.
RGB:
(51,70,98)
(20%,27%,38%)

RGB channels and saturation

R 51 of 255 = 20%
G 70 of 255 = 27%
B 98 of 255 = 38%

51
70
98

R + G + B ~ 28%. #334662 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 70 + 98 = 219 (100%)
R 51 of 219 ~ 23.29%
G 70 of 219 ~ 31.96%
B 98 of 219 ~ 44.75%

%23.29
%31.96
%44.75

CMYK color model

#334662 color CMYK value is (48,29,0,62).

  • cyan value is 47.96%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(48,29,0,62)
C48M29Y0K62 
(48%,29%,0%,62%)
(0.48/0.29/0.00/0.62)	

CMYK percentages

%47.96
%28.57
%0
%61.57

Codes

Color #334662 in popluar color models

334662
RGB517098
HSL216°31.54%29.22%
HSB/HSV216°47.96%38.43%
CMYK47.96%28.57%0.00%
61.57%

Color #334662 in popluar number systems.

HEX334662
Decimal517098
Binary11001110001101100010
Octal63106142

Shades and tints

Shades of #334662

#334662
(51,70,98)
#2F405A
(47,64,90)
#2B3A52
(43,58,82)
#27344A
(39,52,74)
#232E42
(35,46,66)
#1F283A
(31,40,58)
#1B2232
(27,34,50)
#171C2A
(23,28,42)
#131622
(19,22,34)
#0F101A
(15,16,26)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #334662

#334662
(51,70,98)
#455670
(69,86,112)
#57667E
(87,102,126)
#69768C
(105,118,140)
#7B869A
(123,134,154)
#8D96A8
(141,150,168)
#9FA6B6
(159,166,182)
#B1B6C4
(177,182,196)
#C3C6D2
(195,198,210)
#D5D6E0
(213,214,224)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334662 color. Also use rgb(51,70,98) instead hex code.

Text Font Color

.myTextColor { color: #334662; }

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

This text font color is #334662.


Background Color

.myBgColor { background-color: #334662; }

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

This div background color is #334662.


Border color

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

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

This div border color is #334662.


Opacity

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

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

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

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

This text has shadow with #334662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334662 on black background.


Color preview on white background

This text has color #334662 on white background.



Black color preview on #334662 background

This text has black color on #334662 background.


White color preview on #334662 background

This text has white color on #334662 background.