COLOR #415299

HEX: #415299
RGB: (65,82,153)

Color info

#415299 contains mainly blue color. Web safe color of #415299 is #336699 (or #369).

RGB color model

#415299 color RGB value is (65,82,153).

  • red value is 65;
  • green value is 82;
  • blue value is 153.
RGB:
(65,82,153)
(25%,32%,60%)

RGB channels and saturation

R 65 of 255 = 25%
G 82 of 255 = 32%
B 153 of 255 = 60%

65
82
153

R + G + B ~ 39%. #415299 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 82 + 153 = 300 (100%)
R 65 of 300 ~ 21.67%
G 82 of 300 ~ 27.33%
B 153 of 300 ~ 51%

%21.67
%27.33
%51

CMYK color model

#415299 color CMYK value is (58,46,0,40).

  • cyan value is 57.52%
  • magenta value is 46.41%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(58,46,0,40)
C58M46Y0K40 
(58%,46%,0%,40%)
(0.58/0.46/0.00/0.40)	

CMYK percentages

%57.52
%46.41
%0
%40

Codes

Color #415299 in popluar color models

415299
RGB6582153
HSL228°40.37%42.75%
HSB/HSV228°57.52%60.00%
CMYK57.52%46.41%0.00%
40.00%

Color #415299 in popluar number systems.

HEX415299
Decimal6582153
Binary1000001101001010011001
Octal101122231

Shades and tints

Shades of #415299

#415299
(65,82,153)
#3C4B8C
(60,75,140)
#37447F
(55,68,127)
#323D72
(50,61,114)
#2D3665
(45,54,101)
#282F58
(40,47,88)
#23284B
(35,40,75)
#1E213E
(30,33,62)
#191A31
(25,26,49)
#141324
(20,19,36)
#0F0C17
(15,12,23)
#000000
(0,0,0)

Tints of #415299

#415299
(65,82,153)
#5261A2
(82,97,162)
#6370AB
(99,112,171)
#747FB4
(116,127,180)
#858EBD
(133,142,189)
#969DC6
(150,157,198)
#A7ACCF
(167,172,207)
#B8BBD8
(184,187,216)
#C9CAE1
(201,202,225)
#DAD9EA
(218,217,234)
#EBE8F3
(235,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #415299 color. Also use rgb(65,82,153) instead hex code.

Text Font Color

.myTextColor { color: #415299; }

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

This text font color is #415299.


Background Color

.myBgColor { background-color: #415299; }

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

This div background color is #415299.


Border color

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

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

This div border color is #415299.


Opacity

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

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

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

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

This text has shadow with #415299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #415299 on black background.


Color preview on white background

This text has color #415299 on white background.



Black color preview on #415299 background

This text has black color on #415299 background.


White color preview on #415299 background

This text has white color on #415299 background.