COLOR #309CB3

HEX: #309CB3
RGB: (48,156,179)

Color info

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

RGB color model

#309CB3 color RGB value is (48,156,179).

  • red value is 48;
  • green value is 156;
  • blue value is 179.
RGB:
(48,156,179)
(19%,61%,70%)

RGB channels and saturation

R 48 of 255 = 19%
G 156 of 255 = 61%
B 179 of 255 = 70%

48
156
179

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

Portions of RGB colors in percentages

R + G + B =
48 + 156 + 179 = 383 (100%)
R 48 of 383 ~ 12.53%
G 156 of 383 ~ 40.73%
B 179 of 383 ~ 46.74%

%12.53
%40.73
%46.74

CMYK color model

#309CB3 color CMYK value is (73,13,0,30).

  • cyan value is 73.18%
  • magenta value is 12.85%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(73,13,0,30)
C73M13Y0K30 
(73%,13%,0%,30%)
(0.73/0.13/0.00/0.30)	

CMYK percentages

%73.18
%12.85
%0
%29.8

Codes

Color #309CB3 in popluar color models

309CB3
RGB48156179
HSL191°57.71%44.51%
HSB/HSV191°73.18%70.20%
CMYK73.18%12.85%0.00%
29.80%

Color #309CB3 in popluar number systems.

HEX309CB3
Decimal48156179
Binary1100001001110010110011
Octal60234263

Shades and tints

Shades of #309CB3

#309CB3
(48,156,179)
#2C8EA3
(44,142,163)
#288093
(40,128,147)
#247283
(36,114,131)
#206473
(32,100,115)
#1C5663
(28,86,99)
#184853
(24,72,83)
#143A43
(20,58,67)
#102C33
(16,44,51)
#0C1E23
(12,30,35)
#081013
(8,16,19)
#000000
(0,0,0)

Tints of #309CB3

#309CB3
(48,156,179)
#42A5B9
(66,165,185)
#54AEBF
(84,174,191)
#66B7C5
(102,183,197)
#78C0CB
(120,192,203)
#8AC9D1
(138,201,209)
#9CD2D7
(156,210,215)
#AEDBDD
(174,219,221)
#C0E4E3
(192,228,227)
#D2EDE9
(210,237,233)
#E4F6EF
(228,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #309CB3 color. Also use rgb(48,156,179) instead hex code.

Text Font Color

.myTextColor { color: #309CB3; }

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

This text font color is #309CB3.


Background Color

.myBgColor { background-color: #309CB3; }

<div style="background-color:#309CB3">Inner text</div>

This div background color is #309CB3.


Border color

.myBorderColor { border: 1px solid #309CB3; }

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

This div border color is #309CB3.


Opacity

.myOpacity80 { color: #309CB3; opacity: 0.8; }

<p style="color:#309CB3;opacity:0.8;">80%</p>

Text with #309CB3 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 #309CB3;}

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

This text has shadow with #309CB3 color.

.textShadow {text-shadow: 3px 3px 1px #309CB3, 3px 3px 1px red;}

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

This text has shadow with #309CB3 primary color and red secondary color.


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

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

This text has shadow with #309CB3 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #309CB3;
-webkit-box-shadow: 1px 1px 3px 2px #309CB3;
box-shadow:1px 1px 3px 2px #309CB3;">
Div content here</div>
This div box has shadow with color #309CB3.

Preview

Color preview on black background

This text has color #309CB3 on black background.


Color preview on white background

This text has color #309CB3 on white background.



Black color preview on #309CB3 background

This text has black color on #309CB3 background.


White color preview on #309CB3 background

This text has white color on #309CB3 background.