COLOR #301C68

HEX: #301C68 RGB: (48,28,104)

Color info

#301C68 contains mainly red and blue colors. Web safe color of #301C68 is #333366 (or #336).

RGB color model

#301C68 color RGB value is (48,28,104).

RGB: (48,28,104) (19%, 11%, 41%)

RGB channels and saturation

R 48 of 255 = 19%
G 28 of 255 = 11%
B 104 of 255 = 41%

48
28
104

R + G + B ~ 24%. #301C68 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 28 + 104 = 180 (100%)
R 48 of 180 ~ 26.67%
G 28 of 180 ~ 15.56%
B 104 of 180 ~ 57.78'%

%26.67
%15.56
%57.78

CMYK color model

#301C68 color CMYK value is (54,73,0,59).

  • cyan value is 53.85%
  • magenta value is 73.08%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (54,73,0,59)
C54M73Y0K59 (54%, 73%, 0%, 59%)
(0.54 / 0.73 / 0.00 / 0.59)

CMYK percentages

%53.85
%73.08
%0
%59.22

Codes

Color #301C68 in popluar color models

30 1C 68
RGB 48 28 104
HSL 256° 57.58% 25.88%
HSB/HSV 256° 73.08% 40.78%
CMYK 53.85% 73.08% 0.00%
59.22%

Color #301C68 in popluar number systems.

HEX 30 1C 68
Decimal 48 28 104
Binary 110000 11100 1101000
Octal 60 34 150

Shades and tints

Shades of #301C68

#301C68
(48,28,104)
#2C1A5F
(44,26,95)
#281856
(40,24,86)
#24164D
(36,22,77)
#201444
(32,20,68)
#1C123B
(28,18,59)
#181032
(24,16,50)
#140E29
(20,14,41)
#100C20
(16,12,32)
#0C0A17
(12,10,23)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #301C68

#301C68
(48,28,104)
#423075
(66,48,117)
#544482
(84,68,130)
#66588F
(102,88,143)
#786C9C
(120,108,156)
#8A80A9
(138,128,169)
#9C94B6
(156,148,182)
#AEA8C3
(174,168,195)
#C0BCD0
(192,188,208)
#D2D0DD
(210,208,221)
#E4E4EA
(228,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #301C68 color. Also use rgb(48,28,104) instead hex code.

Text Font Color

.myTextColor { color: #301C68; }

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

This text font color is #301C68.

Background Color

.myBgColor { background-color: #301C68; }

<div style="background-color:#301C68">Inner text</div>

This div background color is #301C68.

Border color

.myBorderColor { border: 1px solid #301C68; }

<div style="border:3px solid #301C68">Div</div>

This div border color is #301C68.

Opacity

.myOpacity80 { color: #301C68; opacity: 0.8; }

<p style="color:#301C68;opacity:0.8;">80%</p>

Text with #301C68 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 #301C68;}

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

This text has shadow with #301C68 color.


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

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

This text has shadow with #301C68 primary color and red secondary color.


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

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

This text has shadow with #301C68 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #301C68.

Preview

Color preview on black background

This text has color #301C68 on black background.


Color preview on white background

This text has color #301C68 on white background.


Black color preview on #301C68 background

This text has black color on #301C68 background.


White color preview on #301C68 background

This text has white color on #301C68 background.


Related colors

Complementary color

Complementary color for #hex is #CFE397.


I love getcolorcode.com

Triadic colors

1 #68301C and #1C6830 with #301C68 are triadic colors.

2 #681C30 and #1C3068 with #301C68 are triadic colors.