COLOR #334485

HEX: #334485
RGB: (51,68,133)

Color info

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

RGB color model

#334485 color RGB value is (51,68,133).

  • red value is 51;
  • green value is 68;
  • blue value is 133.
RGB:
(51,68,133)
(20%,27%,52%)

RGB channels and saturation

R 51 of 255 = 20%
G 68 of 255 = 27%
B 133 of 255 = 52%

51
68
133

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

Portions of RGB colors in percentages

R + G + B =
51 + 68 + 133 = 252 (100%)
R 51 of 252 ~ 20.24%
G 68 of 252 ~ 26.98%
B 133 of 252 ~ 52.78%

%20.24
%26.98
%52.78

CMYK color model

#334485 color CMYK value is (62,49,0,48).

  • cyan value is 61.65%
  • magenta value is 48.87%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(62,49,0,48)
C62M49Y0K48 
(62%,49%,0%,48%)
(0.62/0.49/0.00/0.48)	

CMYK percentages

%61.65
%48.87
%0
%47.84

Codes

Color #334485 in popluar color models

334485
RGB5168133
HSL228°44.57%36.08%
HSB/HSV228°61.65%52.16%
CMYK61.65%48.87%0.00%
47.84%

Color #334485 in popluar number systems.

HEX334485
Decimal5168133
Binary110011100010010000101
Octal63104205

Shades and tints

Shades of #334485

#334485
(51,68,133)
#2F3E79
(47,62,121)
#2B386D
(43,56,109)
#273261
(39,50,97)
#232C55
(35,44,85)
#1F2649
(31,38,73)
#1B203D
(27,32,61)
#171A31
(23,26,49)
#131425
(19,20,37)
#0F0E19
(15,14,25)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #334485

#334485
(51,68,133)
#455590
(69,85,144)
#57669B
(87,102,155)
#6977A6
(105,119,166)
#7B88B1
(123,136,177)
#8D99BC
(141,153,188)
#9FAAC7
(159,170,199)
#B1BBD2
(177,187,210)
#C3CCDD
(195,204,221)
#D5DDE8
(213,221,232)
#E7EEF3
(231,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334485 color. Also use rgb(51,68,133) instead hex code.

Text Font Color

.myTextColor { color: #334485; }

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

This text font color is #334485.


Background Color

.myBgColor { background-color: #334485; }

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

This div background color is #334485.


Border color

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

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

This div border color is #334485.


Opacity

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

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

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

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

This text has shadow with #334485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334485 on black background.


Color preview on white background

This text has color #334485 on white background.



Black color preview on #334485 background

This text has black color on #334485 background.


White color preview on #334485 background

This text has white color on #334485 background.