COLOR #3382C6

HEX: #3382C6 RGB: (51,130,198)

Color info

#3382C6 contains mainly blue color. Web safe color of #3382C6 is #3399CC (or #39C).

RGB color model

#3382C6 color RGB value is (51,130,198).

RGB: (51,130,198) (20%, 51%, 78%)

RGB channels and saturation

R 51 of 255 = 20%
G 130 of 255 = 51%
B 198 of 255 = 78%

51
130
198

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

Portions of RGB colors in percentages

R + G + B = 51 + 130 + 198 = 379 (100%)
R 51 of 379 ~ 13.46%
G 130 of 379 ~ 34.3%
B 198 of 379 ~ 52.24'%

%13.46
%34.3
%52.24

CMYK color model

#3382C6 color CMYK value is (74,34,0,22).

  • cyan value is 74.24%
  • magenta value is 34.34%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (74,34,0,22)
C74M34Y0K22 (74%, 34%, 0%, 22%)
(0.74 / 0.34 / 0.00 / 0.22)

CMYK percentages

%74.24
%34.34
%0
%22.35

Codes

Color #3382C6 in popluar color models

33 82 C6
RGB 51 130 198
HSL 208° 59.04% 48.82%
HSB/HSV 208° 74.24% 77.65%
CMYK 74.24% 34.34% 0.00%
22.35%

Color #3382C6 in popluar number systems.

HEX 33 82 C6
Decimal 51 130 198
Binary 110011 10000010 11000110
Octal 63 202 306

Shades and tints

Shades of #3382C6

#3382C6
(51,130,198)
#2F77B4
(47,119,180)
#2B6CA2
(43,108,162)
#276190
(39,97,144)
#23567E
(35,86,126)
#1F4B6C
(31,75,108)
#1B405A
(27,64,90)
#173548
(23,53,72)
#132A36
(19,42,54)
#0F1F24
(15,31,36)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #3382C6

#3382C6
(51,130,198)
#458DCB
(69,141,203)
#5798D0
(87,152,208)
#69A3D5
(105,163,213)
#7BAEDA
(123,174,218)
#8DB9DF
(141,185,223)
#9FC4E4
(159,196,228)
#B1CFE9
(177,207,233)
#C3DAEE
(195,218,238)
#D5E5F3
(213,229,243)
#E7F0F8
(231,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3382C6; }

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

This text font color is #3382C6.

Background Color

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

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

This div background color is #3382C6.

Border color

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

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

This div border color is #3382C6.

Opacity

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

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

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

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

This text has shadow with #3382C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3382C6.

Preview

Color preview on black background

This text has color #3382C6 on black background.


Color preview on white background

This text has color #3382C6 on white background.


Black color preview on #3382C6 background

This text has black color on #3382C6 background.


White color preview on #3382C6 background

This text has white color on #3382C6 background.


Related colors

Complementary color

Complementary color for #hex is #CC7D39.


I love getcolorcode.com

Triadic colors

1 #C63382 and #82C633 with #3382C6 are triadic colors.

2 #C68233 and #8233C6 with #3382C6 are triadic colors.