COLOR #30336D

HEX: #30336D RGB: (48,51,109)

Color info

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

RGB color model

#30336D color RGB value is (48,51,109).

RGB: (48,51,109) (19%, 20%, 43%)

RGB channels and saturation

R 48 of 255 = 19%
G 51 of 255 = 20%
B 109 of 255 = 43%

48
51
109

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

Portions of RGB colors in percentages

R + G + B = 48 + 51 + 109 = 208 (100%)
R 48 of 208 ~ 23.08%
G 51 of 208 ~ 24.52%
B 109 of 208 ~ 52.4'%

%23.08
%24.52
%52.4

CMYK color model

#30336D color CMYK value is (56,53,0,57).

  • cyan value is 55.96%
  • magenta value is 53.21%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (56,53,0,57)
C56M53Y0K57 (56%, 53%, 0%, 57%)
(0.56 / 0.53 / 0.00 / 0.57)

CMYK percentages

%55.96
%53.21
%0
%57.25

Codes

Color #30336D in popluar color models

30 33 6D
RGB 48 51 109
HSL 237° 38.85% 30.78%
HSB/HSV 237° 55.96% 42.75%
CMYK 55.96% 53.21% 0.00%
57.25%

Color #30336D in popluar number systems.

HEX 30 33 6D
Decimal 48 51 109
Binary 110000 110011 1101101
Octal 60 63 155

Shades and tints

Shades of #30336D

#30336D
(48,51,109)
#2C2F64
(44,47,100)
#282B5B
(40,43,91)
#242752
(36,39,82)
#202349
(32,35,73)
#1C1F40
(28,31,64)
#181B37
(24,27,55)
#14172E
(20,23,46)
#101325
(16,19,37)
#0C0F1C
(12,15,28)
#080B13
(8,11,19)
#000000
(0,0,0)

Tints of #30336D

#30336D
(48,51,109)
#42457A
(66,69,122)
#545787
(84,87,135)
#666994
(102,105,148)
#787BA1
(120,123,161)
#8A8DAE
(138,141,174)
#9C9FBB
(156,159,187)
#AEB1C8
(174,177,200)
#C0C3D5
(192,195,213)
#D2D5E2
(210,213,226)
#E4E7EF
(228,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30336D color. Also use rgb(48,51,109) instead hex code.

Text Font Color

.myTextColor { color: #30336D; }

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

This text font color is #30336D.

Background Color

.myBgColor { background-color: #30336D; }

<div style="background-color:#30336D">Inner text</div>

This div background color is #30336D.

Border color

.myBorderColor { border: 1px solid #30336D; }

<div style="border:3px solid #30336D">Div</div>

This div border color is #30336D.

Opacity

.myOpacity80 { color: #30336D; opacity: 0.8; }

<p style="color:#30336D;opacity:0.8;">80%</p>

Text with #30336D 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 #30336D;}

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

This text has shadow with #30336D color.


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

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

This text has shadow with #30336D primary color and red secondary color.


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

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

This text has shadow with #30336D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #30336D.

Preview

Color preview on black background

This text has color #30336D on black background.


Color preview on white background

This text has color #30336D on white background.


Black color preview on #30336D background

This text has black color on #30336D background.


White color preview on #30336D background

This text has white color on #30336D background.


Related colors

Complementary color

Complementary color for #hex is #CFCC92.


I love getcolorcode.com

Triadic colors

1 #6D3033 and #336D30 with #30336D are triadic colors.

2 #6D3330 and #33306D with #30336D are triadic colors.