COLOR #3382A8

HEX: #3382A8 RGB: (51,130,168)

Color info

#3382A8 contains mainly green and blue colors. Web safe color of #3382A8 is #339999 (or #399).

RGB color model

#3382A8 color RGB value is (51,130,168).

RGB: (51,130,168) (20%, 51%, 66%)

RGB channels and saturation

R 51 of 255 = 20%
G 130 of 255 = 51%
B 168 of 255 = 66%

51
130
168

R + G + B ~ 46%. #3382A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 51 + 130 + 168 = 349 (100%)
R 51 of 349 ~ 14.61%
G 130 of 349 ~ 37.25%
B 168 of 349 ~ 48.14'%

%14.61
%37.25
%48.14

CMYK color model

#3382A8 color CMYK value is (70,23,0,34).

  • cyan value is 69.64%
  • magenta value is 22.62%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (70,23,0,34)
C70M23Y0K34 (70%, 23%, 0%, 34%)
(0.70 / 0.23 / 0.00 / 0.34)

CMYK percentages

%69.64
%22.62
%0
%34.12

Codes

Color #3382A8 in popluar color models

33 82 A8
RGB 51 130 168
HSL 199° 53.42% 42.94%
HSB/HSV 199° 69.64% 65.88%
CMYK 69.64% 22.62% 0.00%
34.12%

Color #3382A8 in popluar number systems.

HEX 33 82 A8
Decimal 51 130 168
Binary 110011 10000010 10101000
Octal 63 202 250

Shades and tints

Shades of #3382A8

#3382A8
(51,130,168)
#2F7799
(47,119,153)
#2B6C8A
(43,108,138)
#27617B
(39,97,123)
#23566C
(35,86,108)
#1F4B5D
(31,75,93)
#1B404E
(27,64,78)
#17353F
(23,53,63)
#132A30
(19,42,48)
#0F1F21
(15,31,33)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #3382A8

#3382A8
(51,130,168)
#458DAF
(69,141,175)
#5798B6
(87,152,182)
#69A3BD
(105,163,189)
#7BAEC4
(123,174,196)
#8DB9CB
(141,185,203)
#9FC4D2
(159,196,210)
#B1CFD9
(177,207,217)
#C3DAE0
(195,218,224)
#D5E5E7
(213,229,231)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3382A8 color. Also use rgb(51,130,168) instead hex code.

Text Font Color

.myTextColor { color: #3382A8; }

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

This text font color is #3382A8.

Background Color

.myBgColor { background-color: #3382A8; }

<div style="background-color:#3382A8">Inner text</div>

This div background color is #3382A8.

Border color

.myBorderColor { border: 1px solid #3382A8; }

<div style="border:3px solid #3382A8">Div</div>

This div border color is #3382A8.

Opacity

.myOpacity80 { color: #3382A8; opacity: 0.8; }

<p style="color:#3382A8;opacity:0.8;">80%</p>

Text with #3382A8 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 #3382A8;}

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

This text has shadow with #3382A8 color.


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

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

This text has shadow with #3382A8 primary color and red secondary color.


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

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

This text has shadow with #3382A8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3382A8.

Preview

Color preview on black background

This text has color #3382A8 on black background.


Color preview on white background

This text has color #3382A8 on white background.


Black color preview on #3382A8 background

This text has black color on #3382A8 background.


White color preview on #3382A8 background

This text has white color on #3382A8 background.


Related colors

Complementary color

Complementary color for #hex is #CC7D57.


I love getcolorcode.com

Triadic colors

1 #A83382 and #82A833 with #3382A8 are triadic colors.

2 #A88233 and #8233A8 with #3382A8 are triadic colors.