COLOR #3336A6

HEX: #3336A6 RGB: (51,54,166)

Color info

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

RGB color model

#3336A6 color RGB value is (51,54,166).

RGB: (51,54,166) (20%, 21%, 65%)

RGB channels and saturation

R 51 of 255 = 20%
G 54 of 255 = 21%
B 166 of 255 = 65%

51
54
166

R + G + B ~ 35%. #3336A6 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 54 + 166 = 271 (100%)
R 51 of 271 ~ 18.82%
G 54 of 271 ~ 19.93%
B 166 of 271 ~ 61.25'%

%18.82
%19.93
%61.25

CMYK color model

#3336A6 color CMYK value is (69,67,0,35).

  • cyan value is 69.28%
  • magenta value is 67.47%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (69,67,0,35)
C69M67Y0K35 (69%, 67%, 0%, 35%)
(0.69 / 0.67 / 0.00 / 0.35)

CMYK percentages

%69.28
%67.47
%0
%34.9

Codes

Color #3336A6 in popluar color models

33 36 A6
RGB 51 54 166
HSL 238° 53.00% 42.55%
HSB/HSV 238° 69.28% 65.10%
CMYK 69.28% 67.47% 0.00%
34.90%

Color #3336A6 in popluar number systems.

HEX 33 36 A6
Decimal 51 54 166
Binary 110011 110110 10100110
Octal 63 66 246

Shades and tints

Shades of #3336A6

#3336A6
(51,54,166)
#2F3297
(47,50,151)
#2B2E88
(43,46,136)
#272A79
(39,42,121)
#23266A
(35,38,106)
#1F225B
(31,34,91)
#1B1E4C
(27,30,76)
#171A3D
(23,26,61)
#13162E
(19,22,46)
#0F121F
(15,18,31)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #3336A6

#3336A6
(51,54,166)
#4548AE
(69,72,174)
#575AB6
(87,90,182)
#696CBE
(105,108,190)
#7B7EC6
(123,126,198)
#8D90CE
(141,144,206)
#9FA2D6
(159,162,214)
#B1B4DE
(177,180,222)
#C3C6E6
(195,198,230)
#D5D8EE
(213,216,238)
#E7EAF6
(231,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3336A6 color. Also use rgb(51,54,166) instead hex code.

Text Font Color

.myTextColor { color: #3336A6; }

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

This text font color is #3336A6.

Background Color

.myBgColor { background-color: #3336A6; }

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

This div background color is #3336A6.

Border color

.myBorderColor { border: 1px solid #3336A6; }

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

This div border color is #3336A6.

Opacity

.myOpacity80 { color: #3336A6; opacity: 0.8; }

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

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

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

This text has shadow with #3336A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3336A6.

Preview

Color preview on black background

This text has color #3336A6 on black background.


Color preview on white background

This text has color #3336A6 on white background.


Black color preview on #3336A6 background

This text has black color on #3336A6 background.


White color preview on #3336A6 background

This text has white color on #3336A6 background.


Related colors

Complementary color

Complementary color for #hex is #CCC959.


I love getcolorcode.com

Triadic colors

1 #A63336 and #36A633 with #3336A6 are triadic colors.

2 #A63633 and #3633A6 with #3336A6 are triadic colors.