COLOR #306C95

HEX: #306C95 RGB: (48,108,149)

Color info

#306C95 contains mainly green and blue colors. Web safe color of #306C95 is #336699 (or #369).

RGB color model

#306C95 color RGB value is (48,108,149).

RGB: (48,108,149) (19%, 42%, 58%)

RGB channels and saturation

R 48 of 255 = 19%
G 108 of 255 = 42%
B 149 of 255 = 58%

48
108
149

R + G + B ~ 40%. #306C95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 48 + 108 + 149 = 305 (100%)
R 48 of 305 ~ 15.74%
G 108 of 305 ~ 35.41%
B 149 of 305 ~ 48.85'%

%15.74
%35.41
%48.85

CMYK color model

#306C95 color CMYK value is (68,28,0,42).

  • cyan value is 67.79%
  • magenta value is 27.52%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (68,28,0,42)
C68M28Y0K42 (68%, 28%, 0%, 42%)
(0.68 / 0.28 / 0.00 / 0.42)

CMYK percentages

%67.79
%27.52
%0
%41.57

Codes

Color #306C95 in popluar color models

30 6C 95
RGB 48 108 149
HSL 204° 51.27% 38.63%
HSB/HSV 204° 67.79% 58.43%
CMYK 67.79% 27.52% 0.00%
41.57%

Color #306C95 in popluar number systems.

HEX 30 6C 95
Decimal 48 108 149
Binary 110000 1101100 10010101
Octal 60 154 225

Shades and tints

Shades of #306C95

#306C95
(48,108,149)
#2C6388
(44,99,136)
#285A7B
(40,90,123)
#24516E
(36,81,110)
#204861
(32,72,97)
#1C3F54
(28,63,84)
#183647
(24,54,71)
#142D3A
(20,45,58)
#10242D
(16,36,45)
#0C1B20
(12,27,32)
#081213
(8,18,19)
#000000
(0,0,0)

Tints of #306C95

#306C95
(48,108,149)
#42799E
(66,121,158)
#5486A7
(84,134,167)
#6693B0
(102,147,176)
#78A0B9
(120,160,185)
#8AADC2
(138,173,194)
#9CBACB
(156,186,203)
#AEC7D4
(174,199,212)
#C0D4DD
(192,212,221)
#D2E1E6
(210,225,230)
#E4EEEF
(228,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306C95 color. Also use rgb(48,108,149) instead hex code.

Text Font Color

.myTextColor { color: #306C95; }

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

This text font color is #306C95.

Background Color

.myBgColor { background-color: #306C95; }

<div style="background-color:#306C95">Inner text</div>

This div background color is #306C95.

Border color

.myBorderColor { border: 1px solid #306C95; }

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

This div border color is #306C95.

Opacity

.myOpacity80 { color: #306C95; opacity: 0.8; }

<p style="color:#306C95;opacity:0.8;">80%</p>

Text with #306C95 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 #306C95;}

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

This text has shadow with #306C95 color.


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

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

This text has shadow with #306C95 primary color and red secondary color.


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

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

This text has shadow with #306C95 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #306C95.

Preview

Color preview on black background

This text has color #306C95 on black background.


Color preview on white background

This text has color #306C95 on white background.


Black color preview on #306C95 background

This text has black color on #306C95 background.


White color preview on #306C95 background

This text has white color on #306C95 background.


Related colors

Complementary color

Complementary color for #hex is #CF936A.


I love getcolorcode.com

Triadic colors

1 #95306C and #6C9530 with #306C95 are triadic colors.

2 #956C30 and #6C3095 with #306C95 are triadic colors.