COLOR #305E88

HEX: #305E88
RGB: (48,94,136)

Color info

#305E88 contains mainly green and blue colors. Web safe color of #305E88 is #336699 (or #369).

RGB color model

#305E88 color RGB value is (48,94,136).

  • red value is 48;
  • green value is 94;
  • blue value is 136.
RGB:
(48,94,136)
(19%,37%,53%)

RGB channels and saturation

R 48 of 255 = 19%
G 94 of 255 = 37%
B 136 of 255 = 53%

48
94
136

R + G + B ~ 36%. #305E88 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 94 + 136 = 278 (100%)
R 48 of 278 ~ 17.27%
G 94 of 278 ~ 33.81%
B 136 of 278 ~ 48.92%

%17.27
%33.81
%48.92

CMYK color model

#305E88 color CMYK value is (65,31,0,47).

  • cyan value is 64.71%
  • magenta value is 30.88%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(65,31,0,47)
C65M31Y0K47 
(65%,31%,0%,47%)
(0.65/0.31/0.00/0.47)	

CMYK percentages

%64.71
%30.88
%0
%46.67

Codes

Color #305E88 in popluar color models

305E88
RGB4894136
HSL209°47.83%36.08%
HSB/HSV209°64.71%53.33%
CMYK64.71%30.88%0.00%
46.67%

Color #305E88 in popluar number systems.

HEX305E88
Decimal4894136
Binary110000101111010001000
Octal60136210

Shades and tints

Shades of #305E88

#305E88
(48,94,136)
#2C567C
(44,86,124)
#284E70
(40,78,112)
#244664
(36,70,100)
#203E58
(32,62,88)
#1C364C
(28,54,76)
#182E40
(24,46,64)
#142634
(20,38,52)
#101E28
(16,30,40)
#0C161C
(12,22,28)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #305E88

#305E88
(48,94,136)
#426C92
(66,108,146)
#547A9C
(84,122,156)
#6688A6
(102,136,166)
#7896B0
(120,150,176)
#8AA4BA
(138,164,186)
#9CB2C4
(156,178,196)
#AEC0CE
(174,192,206)
#C0CED8
(192,206,216)
#D2DCE2
(210,220,226)
#E4EAEC
(228,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #305E88 color. Also use rgb(48,94,136) instead hex code.

Text Font Color

.myTextColor { color: #305E88; }

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

This text font color is #305E88.


Background Color

.myBgColor { background-color: #305E88; }

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

This div background color is #305E88.


Border color

.myBorderColor { border: 1px solid #305E88; }

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

This div border color is #305E88.


Opacity

.myOpacity80 { color: #305E88; opacity: 0.8; }

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

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

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

This text has shadow with #305E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #305E88 on black background.


Color preview on white background

This text has color #305E88 on white background.



Black color preview on #305E88 background

This text has black color on #305E88 background.


White color preview on #305E88 background

This text has white color on #305E88 background.