COLOR #303B6B

HEX: #303B6B RGB: (48,59,107)

Color info

#303B6B contains red, green and blue colors in about the same proportion. Web safe color of #303B6B is #333366 (or #336).

RGB color model

#303B6B color RGB value is (48,59,107).

RGB: (48,59,107) (19%, 23%, 42%)

RGB channels and saturation

R 48 of 255 = 19%
G 59 of 255 = 23%
B 107 of 255 = 42%

48
59
107

R + G + B ~ 28%. #303B6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 59 + 107 = 214 (100%)
R 48 of 214 ~ 22.43%
G 59 of 214 ~ 27.57%
B 107 of 214 ~ 50'%

%22.43
%27.57
%50

CMYK color model

#303B6B color CMYK value is (55,45,0,58).

  • cyan value is 55.14%
  • magenta value is 44.86%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (55,45,0,58)
C55M45Y0K58 (55%, 45%, 0%, 58%)
(0.55 / 0.45 / 0.00 / 0.58)

CMYK percentages

%55.14
%44.86
%0
%58.04

Codes

Color #303B6B in popluar color models

30 3B 6B
RGB 48 59 107
HSL 229° 38.06% 30.39%
HSB/HSV 229° 55.14% 41.96%
CMYK 55.14% 44.86% 0.00%
58.04%

Color #303B6B in popluar number systems.

HEX 30 3B 6B
Decimal 48 59 107
Binary 110000 111011 1101011
Octal 60 73 153

Shades and tints

Shades of #303B6B

#303B6B
(48,59,107)
#2C3662
(44,54,98)
#283159
(40,49,89)
#242C50
(36,44,80)
#202747
(32,39,71)
#1C223E
(28,34,62)
#181D35
(24,29,53)
#14182C
(20,24,44)
#101323
(16,19,35)
#0C0E1A
(12,14,26)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #303B6B

#303B6B
(48,59,107)
#424C78
(66,76,120)
#545D85
(84,93,133)
#666E92
(102,110,146)
#787F9F
(120,127,159)
#8A90AC
(138,144,172)
#9CA1B9
(156,161,185)
#AEB2C6
(174,178,198)
#C0C3D3
(192,195,211)
#D2D4E0
(210,212,224)
#E4E5ED
(228,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303B6B color. Also use rgb(48,59,107) instead hex code.

Text Font Color

.myTextColor { color: #303B6B; }

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

This text font color is #303B6B.

Background Color

.myBgColor { background-color: #303B6B; }

<div style="background-color:#303B6B">Inner text</div>

This div background color is #303B6B.

Border color

.myBorderColor { border: 1px solid #303B6B; }

<div style="border:3px solid #303B6B">Div</div>

This div border color is #303B6B.

Opacity

.myOpacity80 { color: #303B6B; opacity: 0.8; }

<p style="color:#303B6B;opacity:0.8;">80%</p>

Text with #303B6B 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 #303B6B;}

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

This text has shadow with #303B6B color.


.textShadow {text-shadow: 3px 3px 1px #303B6B', 3px 3px 1px red;}

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

This text has shadow with #303B6B primary color and red secondary color.


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

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

This text has shadow with #303B6B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #303B6B; -webkit-box-shadow: 1px 1px 3px 2px #303B6B; box-shadow:1px 1px 3px 2px #303B6B;">
Div content here
</div>

This div box has shadow with color #303B6B.

Preview

Color preview on black background

This text has color #303B6B on black background.


Color preview on white background

This text has color #303B6B on white background.


Black color preview on #303B6B background

This text has black color on #303B6B background.


White color preview on #303B6B background

This text has white color on #303B6B background.


Related colors

Complementary color

Complementary color for #hex is #CFC494.


I love getcolorcode.com

Triadic colors

1 #6B303B and #3B6B30 with #303B6B are triadic colors.

2 #6B3B30 and #3B306B with #303B6B are triadic colors.