COLOR #303261

HEX: #303261
RGB: (48,50,97)

Color info

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

RGB color model

#303261 color RGB value is (48,50,97).

  • red value is 48;
  • green value is 50;
  • blue value is 97.
RGB:
(48,50,97)
(19%,20%,38%)

RGB channels and saturation

R 48 of 255 = 19%
G 50 of 255 = 20%
B 97 of 255 = 38%

48
50
97

R + G + B ~ 26%. #303261 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 50 + 97 = 195 (100%)
R 48 of 195 ~ 24.62%
G 50 of 195 ~ 25.64%
B 97 of 195 ~ 49.74%

%24.62
%25.64
%49.74

CMYK color model

#303261 color CMYK value is (51,48,0,62).

  • cyan value is 50.52%
  • magenta value is 48.45%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(51,48,0,62)
C51M48Y0K62 
(51%,48%,0%,62%)
(0.51/0.48/0.00/0.62)	

CMYK percentages

%50.52
%48.45
%0
%61.96

Codes

Color #303261 in popluar color models

303261
RGB485097
HSL238°33.79%28.43%
HSB/HSV238°50.52%38.04%
CMYK50.52%48.45%0.00%
61.96%

Color #303261 in popluar number systems.

HEX303261
Decimal485097
Binary1100001100101100001
Octal6062141

Shades and tints

Shades of #303261

#303261
(48,50,97)
#2C2E59
(44,46,89)
#282A51
(40,42,81)
#242649
(36,38,73)
#202241
(32,34,65)
#1C1E39
(28,30,57)
#181A31
(24,26,49)
#141629
(20,22,41)
#101221
(16,18,33)
#0C0E19
(12,14,25)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #303261

#303261
(48,50,97)
#42446F
(66,68,111)
#54567D
(84,86,125)
#66688B
(102,104,139)
#787A99
(120,122,153)
#8A8CA7
(138,140,167)
#9C9EB5
(156,158,181)
#AEB0C3
(174,176,195)
#C0C2D1
(192,194,209)
#D2D4DF
(210,212,223)
#E4E6ED
(228,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303261 color. Also use rgb(48,50,97) instead hex code.

Text Font Color

.myTextColor { color: #303261; }

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

This text font color is #303261.


Background Color

.myBgColor { background-color: #303261; }

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

This div background color is #303261.


Border color

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

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

This div border color is #303261.


Opacity

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

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

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

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

This text has shadow with #303261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303261 on black background.


Color preview on white background

This text has color #303261 on white background.



Black color preview on #303261 background

This text has black color on #303261 background.


White color preview on #303261 background

This text has white color on #303261 background.