COLOR #4380D2

HEX: #4380D2 RGB: (67,128,210)

Color info

#4380D2 contains mainly blue color. Web safe color of #4380D2 is #3366CC (or #36C).

RGB color model

#4380D2 color RGB value is (67,128,210).

RGB: (67,128,210) (26%, 50%, 82%)

RGB channels and saturation

R 67 of 255 = 26%
G 128 of 255 = 50%
B 210 of 255 = 82%

67
128
210

R + G + B ~ 53%. #4380D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 67 + 128 + 210 = 405 (100%)
R 67 of 405 ~ 16.54%
G 128 of 405 ~ 31.6%
B 210 of 405 ~ 51.85'%

%16.54
%31.6
%51.85

CMYK color model

#4380D2 color CMYK value is (68,39,0,18).

  • cyan value is 68.10%
  • magenta value is 39.05%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (68,39,0,18)
C68M39Y0K18 (68%, 39%, 0%, 18%)
(0.68 / 0.39 / 0.00 / 0.18)

CMYK percentages

%68.1
%39.05
%0
%17.65

Codes

Color #4380D2 in popluar color models

43 80 D2
RGB 67 128 210
HSL 214° 61.37% 54.31%
HSB/HSV 214° 68.10% 82.35%
CMYK 68.10% 39.05% 0.00%
17.65%

Color #4380D2 in popluar number systems.

HEX 43 80 D2
Decimal 67 128 210
Binary 1000011 10000000 11010010
Octal 103 200 322

Shades and tints

Shades of #4380D2

#4380D2
(67,128,210)
#3D75BF
(61,117,191)
#376AAC
(55,106,172)
#315F99
(49,95,153)
#2B5486
(43,84,134)
#254973
(37,73,115)
#1F3E60
(31,62,96)
#19334D
(25,51,77)
#13283A
(19,40,58)
#0D1D27
(13,29,39)
#071214
(7,18,20)
#000000
(0,0,0)

Tints of #4380D2

#4380D2
(67,128,210)
#548BD6
(84,139,214)
#6596DA
(101,150,218)
#76A1DE
(118,161,222)
#87ACE2
(135,172,226)
#98B7E6
(152,183,230)
#A9C2EA
(169,194,234)
#BACDEE
(186,205,238)
#CBD8F2
(203,216,242)
#DCE3F6
(220,227,246)
#EDEEFA
(237,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4380D2 color. Also use rgb(67,128,210) instead hex code.

Text Font Color

.myTextColor { color: #4380D2; }

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

This text font color is #4380D2.

Background Color

.myBgColor { background-color: #4380D2; }

<div style="background-color:#4380D2">Inner text</div>

This div background color is #4380D2.

Border color

.myBorderColor { border: 1px solid #4380D2; }

<div style="border:3px solid #4380D2">Div</div>

This div border color is #4380D2.

Opacity

.myOpacity80 { color: #4380D2; opacity: 0.8; }

<p style="color:#4380D2;opacity:0.8;">80%</p>

Text with #4380D2 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 #4380D2;}

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

This text has shadow with #4380D2 color.


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

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

This text has shadow with #4380D2 primary color and red secondary color.


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

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

This text has shadow with #4380D2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4380D2.

Preview

Color preview on black background

This text has color #4380D2 on black background.


Color preview on white background

This text has color #4380D2 on white background.


Black color preview on #4380D2 background

This text has black color on #4380D2 background.


White color preview on #4380D2 background

This text has white color on #4380D2 background.


Related colors

Complementary color

Complementary color for #hex is #BC7F2D.


I love getcolorcode.com

Triadic colors

1 #D24380 and #80D243 with #4380D2 are triadic colors.

2 #D28043 and #8043D2 with #4380D2 are triadic colors.