COLOR #303475

HEX: #303475 RGB: (48,52,117)

Color info

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

RGB color model

#303475 color RGB value is (48,52,117).

RGB: (48,52,117) (19%, 20%, 46%)

RGB channels and saturation

R 48 of 255 = 19%
G 52 of 255 = 20%
B 117 of 255 = 46%

48
52
117

R + G + B ~ 28%. #303475 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 52 + 117 = 217 (100%)
R 48 of 217 ~ 22.12%
G 52 of 217 ~ 23.96%
B 117 of 217 ~ 53.92'%

%22.12
%23.96
%53.92

CMYK color model

#303475 color CMYK value is (59,56,0,54).

  • cyan value is 58.97%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (59,56,0,54)
C59M56Y0K54 (59%, 56%, 0%, 54%)
(0.59 / 0.56 / 0.00 / 0.54)

CMYK percentages

%58.97
%55.56
%0
%54.12

Codes

Color #303475 in popluar color models

30 34 75
RGB 48 52 117
HSL 237° 41.82% 32.35%
HSB/HSV 237° 58.97% 45.88%
CMYK 58.97% 55.56% 0.00%
54.12%

Color #303475 in popluar number systems.

HEX 30 34 75
Decimal 48 52 117
Binary 110000 110100 1110101
Octal 60 64 165

Shades and tints

Shades of #303475

#303475
(48,52,117)
#2C306B
(44,48,107)
#282C61
(40,44,97)
#242857
(36,40,87)
#20244D
(32,36,77)
#1C2043
(28,32,67)
#181C39
(24,28,57)
#14182F
(20,24,47)
#101425
(16,20,37)
#0C101B
(12,16,27)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #303475

#303475
(48,52,117)
#424681
(66,70,129)
#54588D
(84,88,141)
#666A99
(102,106,153)
#787CA5
(120,124,165)
#8A8EB1
(138,142,177)
#9CA0BD
(156,160,189)
#AEB2C9
(174,178,201)
#C0C4D5
(192,196,213)
#D2D6E1
(210,214,225)
#E4E8ED
(228,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303475 color. Also use rgb(48,52,117) instead hex code.

Text Font Color

.myTextColor { color: #303475; }

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

This text font color is #303475.

Background Color

.myBgColor { background-color: #303475; }

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

This div background color is #303475.

Border color

.myBorderColor { border: 1px solid #303475; }

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

This div border color is #303475.

Opacity

.myOpacity80 { color: #303475; opacity: 0.8; }

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

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

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

This text has shadow with #303475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303475.

Preview

Color preview on black background

This text has color #303475 on black background.


Color preview on white background

This text has color #303475 on white background.


Black color preview on #303475 background

This text has black color on #303475 background.


White color preview on #303475 background

This text has white color on #303475 background.


Related colors

Complementary color

Complementary color for #hex is #CFCB8A.


I love getcolorcode.com

Triadic colors

1 #753034 and #347530 with #303475 are triadic colors.

2 #753430 and #343075 with #303475 are triadic colors.