COLOR #30638F

HEX: #30638F RGB: (48,99,143)

Color info

#30638F contains mainly green and blue colors. Web safe color of #30638F is #336699 (or #369).

RGB color model

#30638F color RGB value is (48,99,143).

RGB: (48,99,143) (19%, 39%, 56%)

RGB channels and saturation

R 48 of 255 = 19%
G 99 of 255 = 39%
B 143 of 255 = 56%

48
99
143

R + G + B ~ 38%. #30638F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 99 + 143 = 290 (100%)
R 48 of 290 ~ 16.55%
G 99 of 290 ~ 34.14%
B 143 of 290 ~ 49.31'%

%16.55
%34.14
%49.31

CMYK color model

#30638F color CMYK value is (66,31,0,44).

  • cyan value is 66.43%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (66,31,0,44)
C66M31Y0K44 (66%, 31%, 0%, 44%)
(0.66 / 0.31 / 0.00 / 0.44)

CMYK percentages

%66.43
%30.77
%0
%43.92

Codes

Color #30638F in popluar color models

30 63 8F
RGB 48 99 143
HSL 208° 49.74% 37.45%
HSB/HSV 208° 66.43% 56.08%
CMYK 66.43% 30.77% 0.00%
43.92%

Color #30638F in popluar number systems.

HEX 30 63 8F
Decimal 48 99 143
Binary 110000 1100011 10001111
Octal 60 143 217

Shades and tints

Shades of #30638F

#30638F
(48,99,143)
#2C5A82
(44,90,130)
#285175
(40,81,117)
#244868
(36,72,104)
#203F5B
(32,63,91)
#1C364E
(28,54,78)
#182D41
(24,45,65)
#142434
(20,36,52)
#101B27
(16,27,39)
#0C121A
(12,18,26)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #30638F

#30638F
(48,99,143)
#427199
(66,113,153)
#547FA3
(84,127,163)
#668DAD
(102,141,173)
#789BB7
(120,155,183)
#8AA9C1
(138,169,193)
#9CB7CB
(156,183,203)
#AEC5D5
(174,197,213)
#C0D3DF
(192,211,223)
#D2E1E9
(210,225,233)
#E4EFF3
(228,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30638F color. Also use rgb(48,99,143) instead hex code.

Text Font Color

.myTextColor { color: #30638F; }

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

This text font color is #30638F.

Background Color

.myBgColor { background-color: #30638F; }

<div style="background-color:#30638F">Inner text</div>

This div background color is #30638F.

Border color

.myBorderColor { border: 1px solid #30638F; }

<div style="border:3px solid #30638F">Div</div>

This div border color is #30638F.

Opacity

.myOpacity80 { color: #30638F; opacity: 0.8; }

<p style="color:#30638F;opacity:0.8;">80%</p>

Text with #30638F 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 #30638F;}

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

This text has shadow with #30638F color.


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

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

This text has shadow with #30638F primary color and red secondary color.


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

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

This text has shadow with #30638F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #30638F.

Preview

Color preview on black background

This text has color #30638F on black background.


Color preview on white background

This text has color #30638F on white background.


Black color preview on #30638F background

This text has black color on #30638F background.


White color preview on #30638F background

This text has white color on #30638F background.


Related colors

Complementary color

Complementary color for #hex is #CF9C70.


I love getcolorcode.com

Triadic colors

1 #8F3063 and #638F30 with #30638F are triadic colors.

2 #8F6330 and #63308F with #30638F are triadic colors.