COLOR #303F77

HEX: #303F77 RGB: (48,63,119)

Color info

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

RGB color model

#303F77 color RGB value is (48,63,119).

RGB: (48,63,119) (19%, 25%, 47%)

RGB channels and saturation

R 48 of 255 = 19%
G 63 of 255 = 25%
B 119 of 255 = 47%

48
63
119

R + G + B ~ 30%. #303F77 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 63 + 119 = 230 (100%)
R 48 of 230 ~ 20.87%
G 63 of 230 ~ 27.39%
B 119 of 230 ~ 51.74'%

%20.87
%27.39
%51.74

CMYK color model

#303F77 color CMYK value is (60,47,0,53).

  • cyan value is 59.66%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (60,47,0,53)
C60M47Y0K53 (60%, 47%, 0%, 53%)
(0.60 / 0.47 / 0.00 / 0.53)

CMYK percentages

%59.66
%47.06
%0
%53.33

Codes

Color #303F77 in popluar color models

30 3F 77
RGB 48 63 119
HSL 227° 42.51% 32.75%
HSB/HSV 227° 59.66% 46.67%
CMYK 59.66% 47.06% 0.00%
53.33%

Color #303F77 in popluar number systems.

HEX 30 3F 77
Decimal 48 63 119
Binary 110000 111111 1110111
Octal 60 77 167

Shades and tints

Shades of #303F77

#303F77
(48,63,119)
#2C3A6D
(44,58,109)
#283563
(40,53,99)
#243059
(36,48,89)
#202B4F
(32,43,79)
#1C2645
(28,38,69)
#18213B
(24,33,59)
#141C31
(20,28,49)
#101727
(16,23,39)
#0C121D
(12,18,29)
#080D13
(8,13,19)
#000000
(0,0,0)

Tints of #303F77

#303F77
(48,63,119)
#425083
(66,80,131)
#54618F
(84,97,143)
#66729B
(102,114,155)
#7883A7
(120,131,167)
#8A94B3
(138,148,179)
#9CA5BF
(156,165,191)
#AEB6CB
(174,182,203)
#C0C7D7
(192,199,215)
#D2D8E3
(210,216,227)
#E4E9EF
(228,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303F77 color. Also use rgb(48,63,119) instead hex code.

Text Font Color

.myTextColor { color: #303F77; }

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

This text font color is #303F77.

Background Color

.myBgColor { background-color: #303F77; }

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

This div background color is #303F77.

Border color

.myBorderColor { border: 1px solid #303F77; }

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

This div border color is #303F77.

Opacity

.myOpacity80 { color: #303F77; opacity: 0.8; }

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

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

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

This text has shadow with #303F77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303F77.

Preview

Color preview on black background

This text has color #303F77 on black background.


Color preview on white background

This text has color #303F77 on white background.


Black color preview on #303F77 background

This text has black color on #303F77 background.


White color preview on #303F77 background

This text has white color on #303F77 background.


Related colors

Complementary color

Complementary color for #hex is #CFC088.


I love getcolorcode.com

Triadic colors

1 #77303F and #3F7730 with #303F77 are triadic colors.

2 #773F30 and #3F3077 with #303F77 are triadic colors.