COLOR #303F66

HEX: #303F66 RGB: (48,63,102)

Color info

#303F66 contains red, green and blue colors in about the same proportion. Web safe color of #303F66 is #333366 (or #336).

RGB color model

#303F66 color RGB value is (48,63,102).

RGB: (48,63,102) (19%, 25%, 40%)

RGB channels and saturation

R 48 of 255 = 19%
G 63 of 255 = 25%
B 102 of 255 = 40%

48
63
102

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

Portions of RGB colors in percentages

R + G + B = 48 + 63 + 102 = 213 (100%)
R 48 of 213 ~ 22.54%
G 63 of 213 ~ 29.58%
B 102 of 213 ~ 47.89'%

%22.54
%29.58
%47.89

CMYK color model

#303F66 color CMYK value is (53,38,0,60).

  • cyan value is 52.94%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (53,38,0,60)
C53M38Y0K60 (53%, 38%, 0%, 60%)
(0.53 / 0.38 / 0.00 / 0.60)

CMYK percentages

%52.94
%38.24
%0
%60

Codes

Color #303F66 in popluar color models

30 3F 66
RGB 48 63 102
HSL 223° 36.00% 29.41%
HSB/HSV 223° 52.94% 40.00%
CMYK 52.94% 38.24% 0.00%
60.00%

Color #303F66 in popluar number systems.

HEX 30 3F 66
Decimal 48 63 102
Binary 110000 111111 1100110
Octal 60 77 146

Shades and tints

Shades of #303F66

#303F66
(48,63,102)
#2C3A5D
(44,58,93)
#283554
(40,53,84)
#24304B
(36,48,75)
#202B42
(32,43,66)
#1C2639
(28,38,57)
#182130
(24,33,48)
#141C27
(20,28,39)
#10171E
(16,23,30)
#0C1215
(12,18,21)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #303F66

#303F66
(48,63,102)
#425073
(66,80,115)
#546180
(84,97,128)
#66728D
(102,114,141)
#78839A
(120,131,154)
#8A94A7
(138,148,167)
#9CA5B4
(156,165,180)
#AEB6C1
(174,182,193)
#C0C7CE
(192,199,206)
#D2D8DB
(210,216,219)
#E4E9E8
(228,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303F66; }

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

This text font color is #303F66.

Background Color

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

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

This div background color is #303F66.

Border color

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

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

This div border color is #303F66.

Opacity

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

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

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

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

This text has shadow with #303F66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303F66.

Preview

Color preview on black background

This text has color #303F66 on black background.


Color preview on white background

This text has color #303F66 on white background.


Black color preview on #303F66 background

This text has black color on #303F66 background.


White color preview on #303F66 background

This text has white color on #303F66 background.


Related colors

Complementary color

Complementary color for #hex is #CFC099.


I love getcolorcode.com

Triadic colors

1 #66303F and #3F6630 with #303F66 are triadic colors.

2 #663F30 and #3F3066 with #303F66 are triadic colors.