COLOR #246BAD

HEX: #246BAD
RGB: (36,107,173)

Color info

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

RGB color model

#246BAD color RGB value is (36,107,173).

  • red value is 36;
  • green value is 107;
  • blue value is 173.
RGB:
(36,107,173)
(14%,42%,68%)

RGB channels and saturation

R 36 of 255 = 14%
G 107 of 255 = 42%
B 173 of 255 = 68%

36
107
173

R + G + B ~ 41%. #246BAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
36 + 107 + 173 = 316 (100%)
R 36 of 316 ~ 11.39%
G 107 of 316 ~ 33.86%
B 173 of 316 ~ 54.75%

%11.39
%33.86
%54.75

CMYK color model

#246BAD color CMYK value is (79,38,0,32).

  • cyan value is 79.19%
  • magenta value is 38.15%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(79,38,0,32)
C79M38Y0K32 
(79%,38%,0%,32%)
(0.79/0.38/0.00/0.32)	

CMYK percentages

%79.19
%38.15
%0
%32.16

Codes

Color #246BAD in popluar color models

246BAD
RGB36107173
HSL209°65.55%40.98%
HSB/HSV209°79.19%67.84%
CMYK79.19%38.15%0.00%
32.16%

Color #246BAD in popluar number systems.

HEX246BAD
Decimal36107173
Binary100100110101110101101
Octal44153255

Shades and tints

Shades of #246BAD

#246BAD
(36,107,173)
#21629E
(33,98,158)
#1E598F
(30,89,143)
#1B5080
(27,80,128)
#184771
(24,71,113)
#153E62
(21,62,98)
#123553
(18,53,83)
#0F2C44
(15,44,68)
#0C2335
(12,35,53)
#091A26
(9,26,38)
#061117
(6,17,23)
#000000
(0,0,0)

Tints of #246BAD

#246BAD
(36,107,173)
#3778B4
(55,120,180)
#4A85BB
(74,133,187)
#5D92C2
(93,146,194)
#709FC9
(112,159,201)
#83ACD0
(131,172,208)
#96B9D7
(150,185,215)
#A9C6DE
(169,198,222)
#BCD3E5
(188,211,229)
#CFE0EC
(207,224,236)
#E2EDF3
(226,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246BAD color. Also use rgb(36,107,173) instead hex code.

Text Font Color

.myTextColor { color: #246BAD; }

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

This text font color is #246BAD.


Background Color

.myBgColor { background-color: #246BAD; }

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

This div background color is #246BAD.


Border color

.myBorderColor { border: 1px solid #246BAD; }

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

This div border color is #246BAD.


Opacity

.myOpacity80 { color: #246BAD; opacity: 0.8; }

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

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

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

This text has shadow with #246BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246BAD on black background.


Color preview on white background

This text has color #246BAD on white background.



Black color preview on #246BAD background

This text has black color on #246BAD background.


White color preview on #246BAD background

This text has white color on #246BAD background.