COLOR #30387B

HEX: #30387B RGB: (48,56,123)

Color info

#30387B contains mainly blue color. Web safe color of #30387B is #333366 (or #336).

RGB color model

#30387B color RGB value is (48,56,123).

RGB: (48,56,123) (19%, 22%, 48%)

RGB channels and saturation

R 48 of 255 = 19%
G 56 of 255 = 22%
B 123 of 255 = 48%

48
56
123

R + G + B ~ 30%. #30387B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 56 + 123 = 227 (100%)
R 48 of 227 ~ 21.15%
G 56 of 227 ~ 24.67%
B 123 of 227 ~ 54.19'%

%21.15
%24.67
%54.19

CMYK color model

#30387B color CMYK value is (61,54,0,52).

  • cyan value is 60.98%
  • magenta value is 54.47%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (61,54,0,52)
C61M54Y0K52 (61%, 54%, 0%, 52%)
(0.61 / 0.54 / 0.00 / 0.52)

CMYK percentages

%60.98
%54.47
%0
%51.76

Codes

Color #30387B in popluar color models

30 38 7B
RGB 48 56 123
HSL 234° 43.86% 33.53%
HSB/HSV 234° 60.98% 48.24%
CMYK 60.98% 54.47% 0.00%
51.76%

Color #30387B in popluar number systems.

HEX 30 38 7B
Decimal 48 56 123
Binary 110000 111000 1111011
Octal 60 70 173

Shades and tints

Shades of #30387B

#30387B
(48,56,123)
#2C3370
(44,51,112)
#282E65
(40,46,101)
#24295A
(36,41,90)
#20244F
(32,36,79)
#1C1F44
(28,31,68)
#181A39
(24,26,57)
#14152E
(20,21,46)
#101023
(16,16,35)
#0C0B18
(12,11,24)
#08060D
(8,6,13)
#000000
(0,0,0)

Tints of #30387B

#30387B
(48,56,123)
#424A87
(66,74,135)
#545C93
(84,92,147)
#666E9F
(102,110,159)
#7880AB
(120,128,171)
#8A92B7
(138,146,183)
#9CA4C3
(156,164,195)
#AEB6CF
(174,182,207)
#C0C8DB
(192,200,219)
#D2DAE7
(210,218,231)
#E4ECF3
(228,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30387B color. Also use rgb(48,56,123) instead hex code.

Text Font Color

.myTextColor { color: #30387B; }

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

This text font color is #30387B.

Background Color

.myBgColor { background-color: #30387B; }

<div style="background-color:#30387B">Inner text</div>

This div background color is #30387B.

Border color

.myBorderColor { border: 1px solid #30387B; }

<div style="border:3px solid #30387B">Div</div>

This div border color is #30387B.

Opacity

.myOpacity80 { color: #30387B; opacity: 0.8; }

<p style="color:#30387B;opacity:0.8;">80%</p>

Text with #30387B 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 #30387B;}

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

This text has shadow with #30387B color.


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

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

This text has shadow with #30387B primary color and red secondary color.


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

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

This text has shadow with #30387B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #30387B.

Preview

Color preview on black background

This text has color #30387B on black background.


Color preview on white background

This text has color #30387B on white background.


Black color preview on #30387B background

This text has black color on #30387B background.


White color preview on #30387B background

This text has white color on #30387B background.


Related colors

Complementary color

Complementary color for #hex is #CFC784.


I love getcolorcode.com

Triadic colors

1 #7B3038 and #387B30 with #30387B are triadic colors.

2 #7B3830 and #38307B with #30387B are triadic colors.