COLOR #3D99D9

HEX: #3D99D9 RGB: (61,153,217)

Color info

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

RGB color model

#3D99D9 color RGB value is (61,153,217).

RGB: (61,153,217) (24%, 60%, 85%)

RGB channels and saturation

R 61 of 255 = 24%
G 153 of 255 = 60%
B 217 of 255 = 85%

61
153
217

R + G + B ~ 56%. #3D99D9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 61 + 153 + 217 = 431 (100%)
R 61 of 431 ~ 14.15%
G 153 of 431 ~ 35.5%
B 217 of 431 ~ 50.35'%

%14.15
%35.5
%50.35

CMYK color model

#3D99D9 color CMYK value is (72,29,0,15).

  • cyan value is 71.89%
  • magenta value is 29.49%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (72,29,0,15)
C72M29Y0K15 (72%, 29%, 0%, 15%)
(0.72 / 0.29 / 0.00 / 0.15)

CMYK percentages

%71.89
%29.49
%0
%14.9

Codes

Color #3D99D9 in popluar color models

3D 99 D9
RGB 61 153 217
HSL 205° 67.24% 54.51%
HSB/HSV 205° 71.89% 85.10%
CMYK 71.89% 29.49% 0.00%
14.90%

Color #3D99D9 in popluar number systems.

HEX 3D 99 D9
Decimal 61 153 217
Binary 111101 10011001 11011001
Octal 75 231 331

Shades and tints

Shades of #3D99D9

#3D99D9
(61,153,217)
#388CC6
(56,140,198)
#337FB3
(51,127,179)
#2E72A0
(46,114,160)
#29658D
(41,101,141)
#24587A
(36,88,122)
#1F4B67
(31,75,103)
#1A3E54
(26,62,84)
#153141
(21,49,65)
#10242E
(16,36,46)
#0B171B
(11,23,27)
#000000
(0,0,0)

Tints of #3D99D9

#3D99D9
(61,153,217)
#4EA2DC
(78,162,220)
#5FABDF
(95,171,223)
#70B4E2
(112,180,226)
#81BDE5
(129,189,229)
#92C6E8
(146,198,232)
#A3CFEB
(163,207,235)
#B4D8EE
(180,216,238)
#C5E1F1
(197,225,241)
#D6EAF4
(214,234,244)
#E7F3F7
(231,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D99D9 color. Also use rgb(61,153,217) instead hex code.

Text Font Color

.myTextColor { color: #3D99D9; }

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

This text font color is #3D99D9.

Background Color

.myBgColor { background-color: #3D99D9; }

<div style="background-color:#3D99D9">Inner text</div>

This div background color is #3D99D9.

Border color

.myBorderColor { border: 1px solid #3D99D9; }

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

This div border color is #3D99D9.

Opacity

.myOpacity80 { color: #3D99D9; opacity: 0.8; }

<p style="color:#3D99D9;opacity:0.8;">80%</p>

Text with #3D99D9 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 #3D99D9;}

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

This text has shadow with #3D99D9 color.


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

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

This text has shadow with #3D99D9 primary color and red secondary color.


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

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

This text has shadow with #3D99D9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3D99D9.

Preview

Color preview on black background

This text has color #3D99D9 on black background.


Color preview on white background

This text has color #3D99D9 on white background.


Black color preview on #3D99D9 background

This text has black color on #3D99D9 background.


White color preview on #3D99D9 background

This text has white color on #3D99D9 background.


Related colors

Complementary color

Complementary color for #hex is #C26626.


I love getcolorcode.com

Triadic colors

1 #D93D99 and #99D93D with #3D99D9 are triadic colors.

2 #D9993D and #993DD9 with #3D99D9 are triadic colors.