COLOR #305FE6

HEX: #305FE6
RGB: (48,95,230)

Color info

#305FE6 contains mainly blue color. Web safe color of #305FE6 is #3366CC (or #36C).

RGB color model

#305FE6 color RGB value is (48,95,230).

  • red value is 48;
  • green value is 95;
  • blue value is 230.
RGB:
(48,95,230)
(19%,37%,90%)

RGB channels and saturation

R 48 of 255 = 19%
G 95 of 255 = 37%
B 230 of 255 = 90%

48
95
230

R + G + B ~ 49%. #305FE6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 95 + 230 = 373 (100%)
R 48 of 373 ~ 12.87%
G 95 of 373 ~ 25.47%
B 230 of 373 ~ 61.66%

%12.87
%25.47
%61.66

CMYK color model

#305FE6 color CMYK value is (79,59,0,10).

  • cyan value is 79.13%
  • magenta value is 58.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(79,59,0,10)
C79M59Y0K10 
(79%,59%,0%,10%)
(0.79/0.59/0.00/0.10)	

CMYK percentages

%79.13
%58.7
%0
%9.8

Codes

Color #305FE6 in popluar color models

305FE6
RGB4895230
HSL225°78.45%54.51%
HSB/HSV225°79.13%90.20%
CMYK79.13%58.70%0.00%
9.80%

Color #305FE6 in popluar number systems.

HEX305FE6
Decimal4895230
Binary110000101111111100110
Octal60137346

Shades and tints

Shades of #305FE6

#305FE6
(48,95,230)
#2C57D2
(44,87,210)
#284FBE
(40,79,190)
#2447AA
(36,71,170)
#203F96
(32,63,150)
#1C3782
(28,55,130)
#182F6E
(24,47,110)
#14275A
(20,39,90)
#101F46
(16,31,70)
#0C1732
(12,23,50)
#080F1E
(8,15,30)
#000000
(0,0,0)

Tints of #305FE6

#305FE6
(48,95,230)
#426DE8
(66,109,232)
#547BEA
(84,123,234)
#6689EC
(102,137,236)
#7897EE
(120,151,238)
#8AA5F0
(138,165,240)
#9CB3F2
(156,179,242)
#AEC1F4
(174,193,244)
#C0CFF6
(192,207,246)
#D2DDF8
(210,221,248)
#E4EBFA
(228,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #305FE6 color. Also use rgb(48,95,230) instead hex code.

Text Font Color

.myTextColor { color: #305FE6; }

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

This text font color is #305FE6.


Background Color

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

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

This div background color is #305FE6.


Border color

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

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

This div border color is #305FE6.


Opacity

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

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

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

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

This text has shadow with #305FE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #305FE6 on black background.


Color preview on white background

This text has color #305FE6 on white background.



Black color preview on #305FE6 background

This text has black color on #305FE6 background.


White color preview on #305FE6 background

This text has white color on #305FE6 background.