COLOR #308BC7

HEX: #308BC7
RGB: (48,139,199)

Color info

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

RGB color model

#308BC7 color RGB value is (48,139,199).

  • red value is 48;
  • green value is 139;
  • blue value is 199.
RGB:
(48,139,199)
(19%,55%,78%)

RGB channels and saturation

R 48 of 255 = 19%
G 139 of 255 = 55%
B 199 of 255 = 78%

48
139
199

R + G + B ~ 51%. #308BC7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 139 + 199 = 386 (100%)
R 48 of 386 ~ 12.44%
G 139 of 386 ~ 36.01%
B 199 of 386 ~ 51.55%

%12.44
%36.01
%51.55

CMYK color model

#308BC7 color CMYK value is (76,30,0,22).

  • cyan value is 75.88%
  • magenta value is 30.15%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(76,30,0,22)
C76M30Y0K22 
(76%,30%,0%,22%)
(0.76/0.30/0.00/0.22)	

CMYK percentages

%75.88
%30.15
%0
%21.96

Codes

Color #308BC7 in popluar color models

308BC7
RGB48139199
HSL204°61.13%48.43%
HSB/HSV204°75.88%78.04%
CMYK75.88%30.15%0.00%
21.96%

Color #308BC7 in popluar number systems.

HEX308BC7
Decimal48139199
Binary1100001000101111000111
Octal60213307

Shades and tints

Shades of #308BC7

#308BC7
(48,139,199)
#2C7FB5
(44,127,181)
#2873A3
(40,115,163)
#246791
(36,103,145)
#205B7F
(32,91,127)
#1C4F6D
(28,79,109)
#18435B
(24,67,91)
#143749
(20,55,73)
#102B37
(16,43,55)
#0C1F25
(12,31,37)
#081313
(8,19,19)
#000000
(0,0,0)

Tints of #308BC7

#308BC7
(48,139,199)
#4295CC
(66,149,204)
#549FD1
(84,159,209)
#66A9D6
(102,169,214)
#78B3DB
(120,179,219)
#8ABDE0
(138,189,224)
#9CC7E5
(156,199,229)
#AED1EA
(174,209,234)
#C0DBEF
(192,219,239)
#D2E5F4
(210,229,244)
#E4EFF9
(228,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #308BC7 color. Also use rgb(48,139,199) instead hex code.

Text Font Color

.myTextColor { color: #308BC7; }

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

This text font color is #308BC7.


Background Color

.myBgColor { background-color: #308BC7; }

<div style="background-color:#308BC7">Inner text</div>

This div background color is #308BC7.


Border color

.myBorderColor { border: 1px solid #308BC7; }

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

This div border color is #308BC7.


Opacity

.myOpacity80 { color: #308BC7; opacity: 0.8; }

<p style="color:#308BC7;opacity:0.8;">80%</p>

Text with #308BC7 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 #308BC7;}

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

This text has shadow with #308BC7 color.

.textShadow {text-shadow: 3px 3px 1px #308BC7, 3px 3px 1px red;}

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

This text has shadow with #308BC7 primary color and red secondary color.


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

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

This text has shadow with #308BC7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308BC7 on black background.


Color preview on white background

This text has color #308BC7 on white background.



Black color preview on #308BC7 background

This text has black color on #308BC7 background.


White color preview on #308BC7 background

This text has white color on #308BC7 background.