COLOR #4361CD

HEX: #4361CD RGB: (67,97,205)

Color info

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

RGB color model

#4361CD color RGB value is (67,97,205).

RGB: (67,97,205) (26%, 38%, 80%)

RGB channels and saturation

R 67 of 255 = 26%
G 97 of 255 = 38%
B 205 of 255 = 80%

67
97
205

R + G + B ~ 48%. #4361CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 67 + 97 + 205 = 369 (100%)
R 67 of 369 ~ 18.16%
G 97 of 369 ~ 26.29%
B 205 of 369 ~ 55.56'%

%18.16
%26.29
%55.56

CMYK color model

#4361CD color CMYK value is (67,53,0,20).

  • cyan value is 67.32%
  • magenta value is 52.68%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (67,53,0,20)
C67M53Y0K20 (67%, 53%, 0%, 20%)
(0.67 / 0.53 / 0.00 / 0.20)

CMYK percentages

%67.32
%52.68
%0
%19.61

Codes

Color #4361CD in popluar color models

43 61 CD
RGB 67 97 205
HSL 227° 57.98% 53.33%
HSB/HSV 227° 67.32% 80.39%
CMYK 67.32% 52.68% 0.00%
19.61%

Color #4361CD in popluar number systems.

HEX 43 61 CD
Decimal 67 97 205
Binary 1000011 1100001 11001101
Octal 103 141 315

Shades and tints

Shades of #4361CD

#4361CD
(67,97,205)
#3D59BB
(61,89,187)
#3751A9
(55,81,169)
#314997
(49,73,151)
#2B4185
(43,65,133)
#253973
(37,57,115)
#1F3161
(31,49,97)
#19294F
(25,41,79)
#13213D
(19,33,61)
#0D192B
(13,25,43)
#071119
(7,17,25)
#000000
(0,0,0)

Tints of #4361CD

#4361CD
(67,97,205)
#546FD1
(84,111,209)
#657DD5
(101,125,213)
#768BD9
(118,139,217)
#8799DD
(135,153,221)
#98A7E1
(152,167,225)
#A9B5E5
(169,181,229)
#BAC3E9
(186,195,233)
#CBD1ED
(203,209,237)
#DCDFF1
(220,223,241)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4361CD color. Also use rgb(67,97,205) instead hex code.

Text Font Color

.myTextColor { color: #4361CD; }

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

This text font color is #4361CD.

Background Color

.myBgColor { background-color: #4361CD; }

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

This div background color is #4361CD.

Border color

.myBorderColor { border: 1px solid #4361CD; }

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

This div border color is #4361CD.

Opacity

.myOpacity80 { color: #4361CD; opacity: 0.8; }

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

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

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

This text has shadow with #4361CD color.


.textShadow {text-shadow: 3px 3px 1px #4361CD', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4361CD; -webkit-box-shadow: 1px 1px 3px 2px #4361CD; box-shadow:1px 1px 3px 2px #4361CD;">
Div content here
</div>

This div box has shadow with color #4361CD.

Preview

Color preview on black background

This text has color #4361CD on black background.


Color preview on white background

This text has color #4361CD on white background.


Black color preview on #4361CD background

This text has black color on #4361CD background.


White color preview on #4361CD background

This text has white color on #4361CD background.


Related colors

Complementary color

Complementary color for #hex is #BC9E32.


I love getcolorcode.com

Triadic colors

1 #CD4361 and #61CD43 with #4361CD are triadic colors.

2 #CD6143 and #6143CD with #4361CD are triadic colors.