COLOR #30267B

HEX: #30267B
RGB: (48,38,123)

Color info

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

RGB color model

#30267B color RGB value is (48,38,123).

  • red value is 48;
  • green value is 38;
  • blue value is 123.
RGB:
(48,38,123)
(19%,15%,48%)

RGB channels and saturation

R 48 of 255 = 19%
G 38 of 255 = 15%
B 123 of 255 = 48%

48
38
123

R + G + B ~ 27%. #30267B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 38 + 123 = 209 (100%)
R 48 of 209 ~ 22.97%
G 38 of 209 ~ 18.18%
B 123 of 209 ~ 58.85%

%22.97
%18.18
%58.85

CMYK color model

#30267B color CMYK value is (61,69,0,52).

  • cyan value is 60.98%
  • magenta value is 69.11%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(61,69,0,52)
C61M69Y0K52 
(61%,69%,0%,52%)
(0.61/0.69/0.00/0.52)	

CMYK percentages

%60.98
%69.11
%0
%51.76

Codes

Color #30267B in popluar color models

30267B
RGB4838123
HSL247°52.80%31.57%
HSB/HSV247°69.11%48.24%
CMYK60.98%69.11%0.00%
51.76%

Color #30267B in popluar number systems.

HEX30267B
Decimal4838123
Binary1100001001101111011
Octal6046173

Shades and tints

Shades of #30267B

#30267B
(48,38,123)
#2C2370
(44,35,112)
#282065
(40,32,101)
#241D5A
(36,29,90)
#201A4F
(32,26,79)
#1C1744
(28,23,68)
#181439
(24,20,57)
#14112E
(20,17,46)
#100E23
(16,14,35)
#0C0B18
(12,11,24)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #30267B

#30267B
(48,38,123)
#423987
(66,57,135)
#544C93
(84,76,147)
#665F9F
(102,95,159)
#7872AB
(120,114,171)
#8A85B7
(138,133,183)
#9C98C3
(156,152,195)
#AEABCF
(174,171,207)
#C0BEDB
(192,190,219)
#D2D1E7
(210,209,231)
#E4E4F3
(228,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30267B; }

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

This text font color is #30267B.


Background Color

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

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

This div background color is #30267B.


Border color

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

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

This div border color is #30267B.


Opacity

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

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

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

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

This text has shadow with #30267B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30267B on black background.


Color preview on white background

This text has color #30267B on white background.



Black color preview on #30267B background

This text has black color on #30267B background.


White color preview on #30267B background

This text has white color on #30267B background.