COLOR #3357A0

HEX: #3357A0 RGB: (51,87,160)

Color info

#3357A0 contains mainly blue color. Web safe color of #3357A0 is #336699 (or #369).

RGB color model

#3357A0 color RGB value is (51,87,160).

RGB: (51,87,160) (20%, 34%, 63%)

RGB channels and saturation

R 51 of 255 = 20%
G 87 of 255 = 34%
B 160 of 255 = 63%

51
87
160

R + G + B ~ 39%. #3357A0 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 87 + 160 = 298 (100%)
R 51 of 298 ~ 17.11%
G 87 of 298 ~ 29.19%
B 160 of 298 ~ 53.69'%

%17.11
%29.19
%53.69

CMYK color model

#3357A0 color CMYK value is (68,46,0,37).

  • cyan value is 68.13%
  • magenta value is 45.63%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (68,46,0,37)
C68M46Y0K37 (68%, 46%, 0%, 37%)
(0.68 / 0.46 / 0.00 / 0.37)

CMYK percentages

%68.13
%45.63
%0
%37.25

Codes

Color #3357A0 in popluar color models

33 57 A0
RGB 51 87 160
HSL 220° 51.66% 41.37%
HSB/HSV 220° 68.13% 62.75%
CMYK 68.13% 45.63% 0.00%
37.25%

Color #3357A0 in popluar number systems.

HEX 33 57 A0
Decimal 51 87 160
Binary 110011 1010111 10100000
Octal 63 127 240

Shades and tints

Shades of #3357A0

#3357A0
(51,87,160)
#2F5092
(47,80,146)
#2B4984
(43,73,132)
#274276
(39,66,118)
#233B68
(35,59,104)
#1F345A
(31,52,90)
#1B2D4C
(27,45,76)
#17263E
(23,38,62)
#131F30
(19,31,48)
#0F1822
(15,24,34)
#0B1114
(11,17,20)
#000000
(0,0,0)

Tints of #3357A0

#3357A0
(51,87,160)
#4566A8
(69,102,168)
#5775B0
(87,117,176)
#6984B8
(105,132,184)
#7B93C0
(123,147,192)
#8DA2C8
(141,162,200)
#9FB1D0
(159,177,208)
#B1C0D8
(177,192,216)
#C3CFE0
(195,207,224)
#D5DEE8
(213,222,232)
#E7EDF0
(231,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3357A0 color. Also use rgb(51,87,160) instead hex code.

Text Font Color

.myTextColor { color: #3357A0; }

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

This text font color is #3357A0.

Background Color

.myBgColor { background-color: #3357A0; }

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

This div background color is #3357A0.

Border color

.myBorderColor { border: 1px solid #3357A0; }

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

This div border color is #3357A0.

Opacity

.myOpacity80 { color: #3357A0; opacity: 0.8; }

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

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

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

This text has shadow with #3357A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3357A0.

Preview

Color preview on black background

This text has color #3357A0 on black background.


Color preview on white background

This text has color #3357A0 on white background.


Black color preview on #3357A0 background

This text has black color on #3357A0 background.


White color preview on #3357A0 background

This text has white color on #3357A0 background.


Related colors

Complementary color

Complementary color for #hex is #CCA85F.


I love getcolorcode.com

Triadic colors

1 #A03357 and #57A033 with #3357A0 are triadic colors.

2 #A05733 and #5733A0 with #3357A0 are triadic colors.