COLOR #246987

HEX: #246987
RGB: (36,105,135)

Color info

#246987 contains mainly green and blue colors. Web safe color of #246987 is #336699 (or #369).

RGB color model

#246987 color RGB value is (36,105,135).

  • red value is 36;
  • green value is 105;
  • blue value is 135.
RGB:
(36,105,135)
(14%,41%,53%)

RGB channels and saturation

R 36 of 255 = 14%
G 105 of 255 = 41%
B 135 of 255 = 53%

36
105
135

R + G + B ~ 36%. #246987 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 105 + 135 = 276 (100%)
R 36 of 276 ~ 13.04%
G 105 of 276 ~ 38.04%
B 135 of 276 ~ 48.91%

%13.04
%38.04
%48.91

CMYK color model

#246987 color CMYK value is (73,22,0,47).

  • cyan value is 73.33%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(73,22,0,47)
C73M22Y0K47 
(73%,22%,0%,47%)
(0.73/0.22/0.00/0.47)	

CMYK percentages

%73.33
%22.22
%0
%47.06

Codes

Color #246987 in popluar color models

246987
RGB36105135
HSL198°57.89%33.53%
HSB/HSV198°73.33%52.94%
CMYK73.33%22.22%0.00%
47.06%

Color #246987 in popluar number systems.

HEX246987
Decimal36105135
Binary100100110100110000111
Octal44151207

Shades and tints

Shades of #246987

#246987
(36,105,135)
#21607B
(33,96,123)
#1E576F
(30,87,111)
#1B4E63
(27,78,99)
#184557
(24,69,87)
#153C4B
(21,60,75)
#12333F
(18,51,63)
#0F2A33
(15,42,51)
#0C2127
(12,33,39)
#09181B
(9,24,27)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #246987

#246987
(36,105,135)
#377691
(55,118,145)
#4A839B
(74,131,155)
#5D90A5
(93,144,165)
#709DAF
(112,157,175)
#83AAB9
(131,170,185)
#96B7C3
(150,183,195)
#A9C4CD
(169,196,205)
#BCD1D7
(188,209,215)
#CFDEE1
(207,222,225)
#E2EBEB
(226,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246987 color. Also use rgb(36,105,135) instead hex code.

Text Font Color

.myTextColor { color: #246987; }

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

This text font color is #246987.


Background Color

.myBgColor { background-color: #246987; }

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

This div background color is #246987.


Border color

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

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

This div border color is #246987.


Opacity

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

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

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

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

This text has shadow with #246987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246987 on black background.


Color preview on white background

This text has color #246987 on white background.



Black color preview on #246987 background

This text has black color on #246987 background.


White color preview on #246987 background

This text has white color on #246987 background.