COLOR #3365A0

HEX: #3365A0 RGB: (51,101,160)

Color info

#3365A0 contains mainly green and blue colors. Web safe color of #3365A0 is #336699 (or #369).

RGB color model

#3365A0 color RGB value is (51,101,160).

RGB: (51,101,160) (20%, 40%, 63%)

RGB channels and saturation

R 51 of 255 = 20%
G 101 of 255 = 40%
B 160 of 255 = 63%

51
101
160

R + G + B ~ 41%. #3365A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 51 + 101 + 160 = 312 (100%)
R 51 of 312 ~ 16.35%
G 101 of 312 ~ 32.37%
B 160 of 312 ~ 51.28'%

%16.35
%32.37
%51.28

CMYK color model

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

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

CMYK: (68,37,0,37)
C68M37Y0K37 (68%, 37%, 0%, 37%)
(0.68 / 0.37 / 0.00 / 0.37)

CMYK percentages

%68.13
%36.88
%0
%37.25

Codes

Color #3365A0 in popluar color models

33 65 A0
RGB 51 101 160
HSL 212° 51.66% 41.37%
HSB/HSV 212° 68.13% 62.75%
CMYK 68.13% 36.88% 0.00%
37.25%

Color #3365A0 in popluar number systems.

HEX 33 65 A0
Decimal 51 101 160
Binary 110011 1100101 10100000
Octal 63 145 240

Shades and tints

Shades of #3365A0

#3365A0
(51,101,160)
#2F5C92
(47,92,146)
#2B5384
(43,83,132)
#274A76
(39,74,118)
#234168
(35,65,104)
#1F385A
(31,56,90)
#1B2F4C
(27,47,76)
#17263E
(23,38,62)
#131D30
(19,29,48)
#0F1422
(15,20,34)
#0B0B14
(11,11,20)
#000000
(0,0,0)

Tints of #3365A0

#3365A0
(51,101,160)
#4573A8
(69,115,168)
#5781B0
(87,129,176)
#698FB8
(105,143,184)
#7B9DC0
(123,157,192)
#8DABC8
(141,171,200)
#9FB9D0
(159,185,208)
#B1C7D8
(177,199,216)
#C3D5E0
(195,213,224)
#D5E3E8
(213,227,232)
#E7F1F0
(231,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3365A0; }

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

This text font color is #3365A0.

Background Color

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

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

This div background color is #3365A0.

Border color

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

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

This div border color is #3365A0.

Opacity

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

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

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

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

This text has shadow with #3365A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3365A0.

Preview

Color preview on black background

This text has color #3365A0 on black background.


Color preview on white background

This text has color #3365A0 on white background.


Black color preview on #3365A0 background

This text has black color on #3365A0 background.


White color preview on #3365A0 background

This text has white color on #3365A0 background.


Related colors

Complementary color

Complementary color for #hex is #CC9A5F.


I love getcolorcode.com

Triadic colors

1 #A03365 and #65A033 with #3365A0 are triadic colors.

2 #A06533 and #6533A0 with #3365A0 are triadic colors.