COLOR #303370

HEX: #303370
RGB: (48,51,112)

Color info

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

RGB color model

#303370 color RGB value is (48,51,112).

  • red value is 48;
  • green value is 51;
  • blue value is 112.
RGB:
(48,51,112)
(19%,20%,44%)

RGB channels and saturation

R 48 of 255 = 19%
G 51 of 255 = 20%
B 112 of 255 = 44%

48
51
112

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

Portions of RGB colors in percentages

R + G + B =
48 + 51 + 112 = 211 (100%)
R 48 of 211 ~ 22.75%
G 51 of 211 ~ 24.17%
B 112 of 211 ~ 53.08%

%22.75
%24.17
%53.08

CMYK color model

#303370 color CMYK value is (57,54,0,56).

  • cyan value is 57.14%
  • magenta value is 54.46%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(57,54,0,56)
C57M54Y0K56 
(57%,54%,0%,56%)
(0.57/0.54/0.00/0.56)	

CMYK percentages

%57.14
%54.46
%0
%56.08

Codes

Color #303370 in popluar color models

303370
RGB4851112
HSL237°40.00%31.37%
HSB/HSV237°57.14%43.92%
CMYK57.14%54.46%0.00%
56.08%

Color #303370 in popluar number systems.

HEX303370
Decimal4851112
Binary1100001100111110000
Octal6063160

Shades and tints

Shades of #303370

#303370
(48,51,112)
#2C2F66
(44,47,102)
#282B5C
(40,43,92)
#242752
(36,39,82)
#202348
(32,35,72)
#1C1F3E
(28,31,62)
#181B34
(24,27,52)
#14172A
(20,23,42)
#101320
(16,19,32)
#0C0F16
(12,15,22)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #303370

#303370
(48,51,112)
#42457D
(66,69,125)
#54578A
(84,87,138)
#666997
(102,105,151)
#787BA4
(120,123,164)
#8A8DB1
(138,141,177)
#9C9FBE
(156,159,190)
#AEB1CB
(174,177,203)
#C0C3D8
(192,195,216)
#D2D5E5
(210,213,229)
#E4E7F2
(228,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303370; }

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

This text font color is #303370.


Background Color

.myBgColor { background-color: #303370; }

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

This div background color is #303370.


Border color

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

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

This div border color is #303370.


Opacity

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

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

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

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

This text has shadow with #303370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303370 on black background.


Color preview on white background

This text has color #303370 on white background.



Black color preview on #303370 background

This text has black color on #303370 background.


White color preview on #303370 background

This text has white color on #303370 background.