COLOR #306BAE

HEX: #306BAE
RGB: (48,107,174)

Color info

#306BAE contains mainly blue color. Web safe color of #306BAE is #336699 (or #369).

RGB color model

#306BAE color RGB value is (48,107,174).

  • red value is 48;
  • green value is 107;
  • blue value is 174.
RGB:
(48,107,174)
(19%,42%,68%)

RGB channels and saturation

R 48 of 255 = 19%
G 107 of 255 = 42%
B 174 of 255 = 68%

48
107
174

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

Portions of RGB colors in percentages

R + G + B =
48 + 107 + 174 = 329 (100%)
R 48 of 329 ~ 14.59%
G 107 of 329 ~ 32.52%
B 174 of 329 ~ 52.89%

%14.59
%32.52
%52.89

CMYK color model

#306BAE color CMYK value is (72,39,0,32).

  • cyan value is 72.41%
  • magenta value is 38.51%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(72,39,0,32)
C72M39Y0K32 
(72%,39%,0%,32%)
(0.72/0.39/0.00/0.32)	

CMYK percentages

%72.41
%38.51
%0
%31.76

Codes

Color #306BAE in popluar color models

306BAE
RGB48107174
HSL212°56.76%43.53%
HSB/HSV212°72.41%68.24%
CMYK72.41%38.51%0.00%
31.76%

Color #306BAE in popluar number systems.

HEX306BAE
Decimal48107174
Binary110000110101110101110
Octal60153256

Shades and tints

Shades of #306BAE

#306BAE
(48,107,174)
#2C629F
(44,98,159)
#285990
(40,89,144)
#245081
(36,80,129)
#204772
(32,71,114)
#1C3E63
(28,62,99)
#183554
(24,53,84)
#142C45
(20,44,69)
#102336
(16,35,54)
#0C1A27
(12,26,39)
#081118
(8,17,24)
#000000
(0,0,0)

Tints of #306BAE

#306BAE
(48,107,174)
#4278B5
(66,120,181)
#5485BC
(84,133,188)
#6692C3
(102,146,195)
#789FCA
(120,159,202)
#8AACD1
(138,172,209)
#9CB9D8
(156,185,216)
#AEC6DF
(174,198,223)
#C0D3E6
(192,211,230)
#D2E0ED
(210,224,237)
#E4EDF4
(228,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306BAE color. Also use rgb(48,107,174) instead hex code.

Text Font Color

.myTextColor { color: #306BAE; }

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

This text font color is #306BAE.


Background Color

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

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

This div background color is #306BAE.


Border color

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

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

This div border color is #306BAE.


Opacity

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

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

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

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

This text has shadow with #306BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306BAE on black background.


Color preview on white background

This text has color #306BAE on white background.



Black color preview on #306BAE background

This text has black color on #306BAE background.


White color preview on #306BAE background

This text has white color on #306BAE background.