COLOR #334BA1

HEX: #334BA1
RGB: (51,75,161)

Color info

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

RGB color model

#334BA1 color RGB value is (51,75,161).

  • red value is 51;
  • green value is 75;
  • blue value is 161.
RGB:
(51,75,161)
(20%,29%,63%)

RGB channels and saturation

R 51 of 255 = 20%
G 75 of 255 = 29%
B 161 of 255 = 63%

51
75
161

R + G + B ~ 37%. #334BA1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 75 + 161 = 287 (100%)
R 51 of 287 ~ 17.77%
G 75 of 287 ~ 26.13%
B 161 of 287 ~ 56.1%

%17.77
%26.13
%56.1

CMYK color model

#334BA1 color CMYK value is (68,53,0,37).

  • cyan value is 68.32%
  • magenta value is 53.42%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(68,53,0,37)
C68M53Y0K37 
(68%,53%,0%,37%)
(0.68/0.53/0.00/0.37)	

CMYK percentages

%68.32
%53.42
%0
%36.86

Codes

Color #334BA1 in popluar color models

334BA1
RGB5175161
HSL227°51.89%41.57%
HSB/HSV227°68.32%63.14%
CMYK68.32%53.42%0.00%
36.86%

Color #334BA1 in popluar number systems.

HEX334BA1
Decimal5175161
Binary110011100101110100001
Octal63113241

Shades and tints

Shades of #334BA1

#334BA1
(51,75,161)
#2F4593
(47,69,147)
#2B3F85
(43,63,133)
#273977
(39,57,119)
#233369
(35,51,105)
#1F2D5B
(31,45,91)
#1B274D
(27,39,77)
#17213F
(23,33,63)
#131B31
(19,27,49)
#0F1523
(15,21,35)
#0B0F15
(11,15,21)
#000000
(0,0,0)

Tints of #334BA1

#334BA1
(51,75,161)
#455BA9
(69,91,169)
#576BB1
(87,107,177)
#697BB9
(105,123,185)
#7B8BC1
(123,139,193)
#8D9BC9
(141,155,201)
#9FABD1
(159,171,209)
#B1BBD9
(177,187,217)
#C3CBE1
(195,203,225)
#D5DBE9
(213,219,233)
#E7EBF1
(231,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334BA1; }

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

This text font color is #334BA1.


Background Color

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

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

This div background color is #334BA1.


Border color

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

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

This div border color is #334BA1.


Opacity

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

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

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

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

This text has shadow with #334BA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334BA1 on black background.


Color preview on white background

This text has color #334BA1 on white background.



Black color preview on #334BA1 background

This text has black color on #334BA1 background.


White color preview on #334BA1 background

This text has white color on #334BA1 background.