COLOR #3096CB

HEX: #3096CB
RGB: (48,150,203)

Color info

#3096CB contains mainly green and blue colors. Web safe color of #3096CB is #3399CC (or #39C).

RGB color model

#3096CB color RGB value is (48,150,203).

  • red value is 48;
  • green value is 150;
  • blue value is 203.
RGB:
(48,150,203)
(19%,59%,80%)

RGB channels and saturation

R 48 of 255 = 19%
G 150 of 255 = 59%
B 203 of 255 = 80%

48
150
203

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

Portions of RGB colors in percentages

R + G + B =
48 + 150 + 203 = 401 (100%)
R 48 of 401 ~ 11.97%
G 150 of 401 ~ 37.41%
B 203 of 401 ~ 50.62%

%11.97
%37.41
%50.62

CMYK color model

#3096CB color CMYK value is (76,26,0,20).

  • cyan value is 76.35%
  • magenta value is 26.11%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(76,26,0,20)
C76M26Y0K20 
(76%,26%,0%,20%)
(0.76/0.26/0.00/0.20)	

CMYK percentages

%76.35
%26.11
%0
%20.39

Codes

Color #3096CB in popluar color models

3096CB
RGB48150203
HSL201°61.75%49.22%
HSB/HSV201°76.35%79.61%
CMYK76.35%26.11%0.00%
20.39%

Color #3096CB in popluar number systems.

HEX3096CB
Decimal48150203
Binary1100001001011011001011
Octal60226313

Shades and tints

Shades of #3096CB

#3096CB
(48,150,203)
#2C89B9
(44,137,185)
#287CA7
(40,124,167)
#246F95
(36,111,149)
#206283
(32,98,131)
#1C5571
(28,85,113)
#18485F
(24,72,95)
#143B4D
(20,59,77)
#102E3B
(16,46,59)
#0C2129
(12,33,41)
#081417
(8,20,23)
#000000
(0,0,0)

Tints of #3096CB

#3096CB
(48,150,203)
#429FCF
(66,159,207)
#54A8D3
(84,168,211)
#66B1D7
(102,177,215)
#78BADB
(120,186,219)
#8AC3DF
(138,195,223)
#9CCCE3
(156,204,227)
#AED5E7
(174,213,231)
#C0DEEB
(192,222,235)
#D2E7EF
(210,231,239)
#E4F0F3
(228,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3096CB color. Also use rgb(48,150,203) instead hex code.

Text Font Color

.myTextColor { color: #3096CB; }

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

This text font color is #3096CB.


Background Color

.myBgColor { background-color: #3096CB; }

<div style="background-color:#3096CB">Inner text</div>

This div background color is #3096CB.


Border color

.myBorderColor { border: 1px solid #3096CB; }

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

This div border color is #3096CB.


Opacity

.myOpacity80 { color: #3096CB; opacity: 0.8; }

<p style="color:#3096CB;opacity:0.8;">80%</p>

Text with #3096CB 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 #3096CB;}

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

This text has shadow with #3096CB color.

.textShadow {text-shadow: 3px 3px 1px #3096CB, 3px 3px 1px red;}

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

This text has shadow with #3096CB primary color and red secondary color.


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

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

This text has shadow with #3096CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3096CB on black background.


Color preview on white background

This text has color #3096CB on white background.



Black color preview on #3096CB background

This text has black color on #3096CB background.


White color preview on #3096CB background

This text has white color on #3096CB background.