COLOR #305B6D

HEX: #305B6D
RGB: (48,91,109)

Color info

#305B6D contains mainly green and blue colors. Web safe color of #305B6D is #336666 (or #366).

RGB color model

#305B6D color RGB value is (48,91,109).

  • red value is 48;
  • green value is 91;
  • blue value is 109.
RGB:
(48,91,109)
(19%,36%,43%)

RGB channels and saturation

R 48 of 255 = 19%
G 91 of 255 = 36%
B 109 of 255 = 43%

48
91
109

R + G + B ~ 33%. #305B6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 91 + 109 = 248 (100%)
R 48 of 248 ~ 19.35%
G 91 of 248 ~ 36.69%
B 109 of 248 ~ 43.95%

%19.35
%36.69
%43.95

CMYK color model

#305B6D color CMYK value is (56,17,0,57).

  • cyan value is 55.96%
  • magenta value is 16.51%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(56,17,0,57)
C56M17Y0K57 
(56%,17%,0%,57%)
(0.56/0.17/0.00/0.57)	

CMYK percentages

%55.96
%16.51
%0
%57.25

Codes

Color #305B6D in popluar color models

305B6D
RGB4891109
HSL198°38.85%30.78%
HSB/HSV198°55.96%42.75%
CMYK55.96%16.51%0.00%
57.25%

Color #305B6D in popluar number systems.

HEX305B6D
Decimal4891109
Binary11000010110111101101
Octal60133155

Shades and tints

Shades of #305B6D

#305B6D
(48,91,109)
#2C5364
(44,83,100)
#284B5B
(40,75,91)
#244352
(36,67,82)
#203B49
(32,59,73)
#1C3340
(28,51,64)
#182B37
(24,43,55)
#14232E
(20,35,46)
#101B25
(16,27,37)
#0C131C
(12,19,28)
#080B13
(8,11,19)
#000000
(0,0,0)

Tints of #305B6D

#305B6D
(48,91,109)
#42697A
(66,105,122)
#547787
(84,119,135)
#668594
(102,133,148)
#7893A1
(120,147,161)
#8AA1AE
(138,161,174)
#9CAFBB
(156,175,187)
#AEBDC8
(174,189,200)
#C0CBD5
(192,203,213)
#D2D9E2
(210,217,226)
#E4E7EF
(228,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #305B6D color. Also use rgb(48,91,109) instead hex code.

Text Font Color

.myTextColor { color: #305B6D; }

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

This text font color is #305B6D.


Background Color

.myBgColor { background-color: #305B6D; }

<div style="background-color:#305B6D">Inner text</div>

This div background color is #305B6D.


Border color

.myBorderColor { border: 1px solid #305B6D; }

<div style="border:3px solid #305B6D">Div</div>

This div border color is #305B6D.


Opacity

.myOpacity80 { color: #305B6D; opacity: 0.8; }

<p style="color:#305B6D;opacity:0.8;">80%</p>

Text with #305B6D 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 #305B6D;}

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

This text has shadow with #305B6D color.

.textShadow {text-shadow: 3px 3px 1px #305B6D, 3px 3px 1px red;}

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

This text has shadow with #305B6D primary color and red secondary color.


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

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

This text has shadow with #305B6D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #305B6D on black background.


Color preview on white background

This text has color #305B6D on white background.



Black color preview on #305B6D background

This text has black color on #305B6D background.


White color preview on #305B6D background

This text has white color on #305B6D background.