COLOR #3D58C7

HEX: #3D58C7
RGB: (61,88,199)

Color info

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

RGB color model

#3D58C7 color RGB value is (61,88,199).

  • red value is 61;
  • green value is 88;
  • blue value is 199.
RGB:
(61,88,199)
(24%,35%,78%)

RGB channels and saturation

R 61 of 255 = 24%
G 88 of 255 = 35%
B 199 of 255 = 78%

61
88
199

R + G + B ~ 46%. #3D58C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
61 + 88 + 199 = 348 (100%)
R 61 of 348 ~ 17.53%
G 88 of 348 ~ 25.29%
B 199 of 348 ~ 57.18%

%17.53
%25.29
%57.18

CMYK color model

#3D58C7 color CMYK value is (69,56,0,22).

  • cyan value is 69.35%
  • magenta value is 55.78%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(69,56,0,22)
C69M56Y0K22 
(69%,56%,0%,22%)
(0.69/0.56/0.00/0.22)	

CMYK percentages

%69.35
%55.78
%0
%21.96

Codes

Color #3D58C7 in popluar color models

3D58C7
RGB6188199
HSL228°55.20%50.98%
HSB/HSV228°69.35%78.04%
CMYK69.35%55.78%0.00%
21.96%

Color #3D58C7 in popluar number systems.

HEX3D58C7
Decimal6188199
Binary111101101100011000111
Octal75130307

Shades and tints

Shades of #3D58C7

#3D58C7
(61,88,199)
#3850B5
(56,80,181)
#3348A3
(51,72,163)
#2E4091
(46,64,145)
#29387F
(41,56,127)
#24306D
(36,48,109)
#1F285B
(31,40,91)
#1A2049
(26,32,73)
#151837
(21,24,55)
#101025
(16,16,37)
#0B0813
(11,8,19)
#000000
(0,0,0)

Tints of #3D58C7

#3D58C7
(61,88,199)
#4E67CC
(78,103,204)
#5F76D1
(95,118,209)
#7085D6
(112,133,214)
#8194DB
(129,148,219)
#92A3E0
(146,163,224)
#A3B2E5
(163,178,229)
#B4C1EA
(180,193,234)
#C5D0EF
(197,208,239)
#D6DFF4
(214,223,244)
#E7EEF9
(231,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D58C7 color. Also use rgb(61,88,199) instead hex code.

Text Font Color

.myTextColor { color: #3D58C7; }

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

This text font color is #3D58C7.


Background Color

.myBgColor { background-color: #3D58C7; }

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

This div background color is #3D58C7.


Border color

.myBorderColor { border: 1px solid #3D58C7; }

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

This div border color is #3D58C7.


Opacity

.myOpacity80 { color: #3D58C7; opacity: 0.8; }

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

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

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

This text has shadow with #3D58C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D58C7 on black background.


Color preview on white background

This text has color #3D58C7 on white background.



Black color preview on #3D58C7 background

This text has black color on #3D58C7 background.


White color preview on #3D58C7 background

This text has white color on #3D58C7 background.