COLOR #334DCA

HEX: #334DCA RGB: (51,77,202)

Color info

#334DCA contains mainly blue color. Web safe color of #334DCA is #3333CC (or #33C).

RGB color model

#334DCA color RGB value is (51,77,202).

RGB: (51,77,202) (20%, 30%, 79%)

RGB channels and saturation

R 51 of 255 = 20%
G 77 of 255 = 30%
B 202 of 255 = 79%

51
77
202

R + G + B ~ 43%. #334DCA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 51 + 77 + 202 = 330 (100%)
R 51 of 330 ~ 15.45%
G 77 of 330 ~ 23.33%
B 202 of 330 ~ 61.21'%

%15.45
%23.33
%61.21

CMYK color model

#334DCA color CMYK value is (75,62,0,21).

  • cyan value is 74.75%
  • magenta value is 61.88%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (75,62,0,21)
C75M62Y0K21 (75%, 62%, 0%, 21%)
(0.75 / 0.62 / 0.00 / 0.21)

CMYK percentages

%74.75
%61.88
%0
%20.78

Codes

Color #334DCA in popluar color models

33 4D CA
RGB 51 77 202
HSL 230° 59.68% 49.61%
HSB/HSV 230° 74.75% 79.22%
CMYK 74.75% 61.88% 0.00%
20.78%

Color #334DCA in popluar number systems.

HEX 33 4D CA
Decimal 51 77 202
Binary 110011 1001101 11001010
Octal 63 115 312

Shades and tints

Shades of #334DCA

#334DCA
(51,77,202)
#2F46B8
(47,70,184)
#2B3FA6
(43,63,166)
#273894
(39,56,148)
#233182
(35,49,130)
#1F2A70
(31,42,112)
#1B235E
(27,35,94)
#171C4C
(23,28,76)
#13153A
(19,21,58)
#0F0E28
(15,14,40)
#0B0716
(11,7,22)
#000000
(0,0,0)

Tints of #334DCA

#334DCA
(51,77,202)
#455DCE
(69,93,206)
#576DD2
(87,109,210)
#697DD6
(105,125,214)
#7B8DDA
(123,141,218)
#8D9DDE
(141,157,222)
#9FADE2
(159,173,226)
#B1BDE6
(177,189,230)
#C3CDEA
(195,205,234)
#D5DDEE
(213,221,238)
#E7EDF2
(231,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334DCA color. Also use rgb(51,77,202) instead hex code.

Text Font Color

.myTextColor { color: #334DCA; }

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

This text font color is #334DCA.

Background Color

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

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

This div background color is #334DCA.

Border color

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

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

This div border color is #334DCA.

Opacity

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

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

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

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

This text has shadow with #334DCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334DCA.

Preview

Color preview on black background

This text has color #334DCA on black background.


Color preview on white background

This text has color #334DCA on white background.


Black color preview on #334DCA background

This text has black color on #334DCA background.


White color preview on #334DCA background

This text has white color on #334DCA background.


Related colors

Complementary color

Complementary color for #hex is #CCB235.


I love getcolorcode.com

Triadic colors

1 #CA334D and #4DCA33 with #334DCA are triadic colors.

2 #CA4D33 and #4D33CA with #334DCA are triadic colors.