COLOR #30486C

HEX: #30486C RGB: (48,72,108)

Color info

#30486C contains mainly green and blue colors. Web safe color of #30486C is #333366 (or #336).

RGB color model

#30486C color RGB value is (48,72,108).

RGB: (48,72,108) (19%, 28%, 42%)

RGB channels and saturation

R 48 of 255 = 19%
G 72 of 255 = 28%
B 108 of 255 = 42%

48
72
108

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

Portions of RGB colors in percentages

R + G + B = 48 + 72 + 108 = 228 (100%)
R 48 of 228 ~ 21.05%
G 72 of 228 ~ 31.58%
B 108 of 228 ~ 47.37'%

%21.05
%31.58
%47.37

CMYK color model

#30486C color CMYK value is (56,33,0,58).

  • cyan value is 55.56%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (56,33,0,58)
C56M33Y0K58 (56%, 33%, 0%, 58%)
(0.56 / 0.33 / 0.00 / 0.58)

CMYK percentages

%55.56
%33.33
%0
%57.65

Codes

Color #30486C in popluar color models

30 48 6C
RGB 48 72 108
HSL 216° 38.46% 30.59%
HSB/HSV 216° 55.56% 42.35%
CMYK 55.56% 33.33% 0.00%
57.65%

Color #30486C in popluar number systems.

HEX 30 48 6C
Decimal 48 72 108
Binary 110000 1001000 1101100
Octal 60 110 154

Shades and tints

Shades of #30486C

#30486C
(48,72,108)
#2C4263
(44,66,99)
#283C5A
(40,60,90)
#243651
(36,54,81)
#203048
(32,48,72)
#1C2A3F
(28,42,63)
#182436
(24,36,54)
#141E2D
(20,30,45)
#101824
(16,24,36)
#0C121B
(12,18,27)
#080C12
(8,12,18)
#000000
(0,0,0)

Tints of #30486C

#30486C
(48,72,108)
#425879
(66,88,121)
#546886
(84,104,134)
#667893
(102,120,147)
#7888A0
(120,136,160)
#8A98AD
(138,152,173)
#9CA8BA
(156,168,186)
#AEB8C7
(174,184,199)
#C0C8D4
(192,200,212)
#D2D8E1
(210,216,225)
#E4E8EE
(228,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30486C color. Also use rgb(48,72,108) instead hex code.

Text Font Color

.myTextColor { color: #30486C; }

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

This text font color is #30486C.

Background Color

.myBgColor { background-color: #30486C; }

<div style="background-color:#30486C">Inner text</div>

This div background color is #30486C.

Border color

.myBorderColor { border: 1px solid #30486C; }

<div style="border:3px solid #30486C">Div</div>

This div border color is #30486C.

Opacity

.myOpacity80 { color: #30486C; opacity: 0.8; }

<p style="color:#30486C;opacity:0.8;">80%</p>

Text with #30486C 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 #30486C;}

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

This text has shadow with #30486C color.


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

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

This text has shadow with #30486C primary color and red secondary color.


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

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

This text has shadow with #30486C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #30486C.

Preview

Color preview on black background

This text has color #30486C on black background.


Color preview on white background

This text has color #30486C on white background.


Black color preview on #30486C background

This text has black color on #30486C background.


White color preview on #30486C background

This text has white color on #30486C background.


Related colors

Complementary color

Complementary color for #hex is #CFB793.


I love getcolorcode.com

Triadic colors

1 #6C3048 and #486C30 with #30486C are triadic colors.

2 #6C4830 and #48306C with #30486C are triadic colors.