COLOR #246393

HEX: #246393
RGB: (36,99,147)

Color info

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

RGB color model

#246393 color RGB value is (36,99,147).

  • red value is 36;
  • green value is 99;
  • blue value is 147.
RGB:
(36,99,147)
(14%,39%,58%)

RGB channels and saturation

R 36 of 255 = 14%
G 99 of 255 = 39%
B 147 of 255 = 58%

36
99
147

R + G + B ~ 37%. #246393 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 99 + 147 = 282 (100%)
R 36 of 282 ~ 12.77%
G 99 of 282 ~ 35.11%
B 147 of 282 ~ 52.13%

%12.77
%35.11
%52.13

CMYK color model

#246393 color CMYK value is (76,33,0,42).

  • cyan value is 75.51%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(76,33,0,42)
C76M33Y0K42 
(76%,33%,0%,42%)
(0.76/0.33/0.00/0.42)	

CMYK percentages

%75.51
%32.65
%0
%42.35

Codes

Color #246393 in popluar color models

246393
RGB3699147
HSL206°60.66%35.88%
HSB/HSV206°75.51%57.65%
CMYK75.51%32.65%0.00%
42.35%

Color #246393 in popluar number systems.

HEX246393
Decimal3699147
Binary100100110001110010011
Octal44143223

Shades and tints

Shades of #246393

#246393
(36,99,147)
#215A86
(33,90,134)
#1E5179
(30,81,121)
#1B486C
(27,72,108)
#183F5F
(24,63,95)
#153652
(21,54,82)
#122D45
(18,45,69)
#0F2438
(15,36,56)
#0C1B2B
(12,27,43)
#09121E
(9,18,30)
#060911
(6,9,17)
#000000
(0,0,0)

Tints of #246393

#246393
(36,99,147)
#37719C
(55,113,156)
#4A7FA5
(74,127,165)
#5D8DAE
(93,141,174)
#709BB7
(112,155,183)
#83A9C0
(131,169,192)
#96B7C9
(150,183,201)
#A9C5D2
(169,197,210)
#BCD3DB
(188,211,219)
#CFE1E4
(207,225,228)
#E2EFED
(226,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246393 color. Also use rgb(36,99,147) instead hex code.

Text Font Color

.myTextColor { color: #246393; }

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

This text font color is #246393.


Background Color

.myBgColor { background-color: #246393; }

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

This div background color is #246393.


Border color

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

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

This div border color is #246393.


Opacity

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

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

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

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

This text has shadow with #246393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246393 on black background.


Color preview on white background

This text has color #246393 on white background.



Black color preview on #246393 background

This text has black color on #246393 background.


White color preview on #246393 background

This text has white color on #246393 background.