COLOR #246380

HEX: #246380
RGB: (36,99,128)

Color info

#246380 contains mainly green and blue colors. Web safe color of #246380 is #336666 (or #366).

RGB color model

#246380 color RGB value is (36,99,128).

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

RGB channels and saturation

R 36 of 255 = 14%
G 99 of 255 = 39%
B 128 of 255 = 50%

36
99
128

R + G + B ~ 34%. #246380 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 99 + 128 = 263 (100%)
R 36 of 263 ~ 13.69%
G 99 of 263 ~ 37.64%
B 128 of 263 ~ 48.67%

%13.69
%37.64
%48.67

CMYK color model

#246380 color CMYK value is (72,23,0,50).

  • cyan value is 71.88%
  • magenta value is 22.66%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(72,23,0,50)
C72M23Y0K50 
(72%,23%,0%,50%)
(0.72/0.23/0.00/0.50)	

CMYK percentages

%71.88
%22.66
%0
%49.8

Codes

Color #246380 in popluar color models

246380
RGB3699128
HSL199°56.10%32.16%
HSB/HSV199°71.88%50.20%
CMYK71.88%22.66%0.00%
49.80%

Color #246380 in popluar number systems.

HEX246380
Decimal3699128
Binary100100110001110000000
Octal44143200

Shades and tints

Shades of #246380

#246380
(36,99,128)
#215A75
(33,90,117)
#1E516A
(30,81,106)
#1B485F
(27,72,95)
#183F54
(24,63,84)
#153649
(21,54,73)
#122D3E
(18,45,62)
#0F2433
(15,36,51)
#0C1B28
(12,27,40)
#09121D
(9,18,29)
#060912
(6,9,18)
#000000
(0,0,0)

Tints of #246380

#246380
(36,99,128)
#37718B
(55,113,139)
#4A7F96
(74,127,150)
#5D8DA1
(93,141,161)
#709BAC
(112,155,172)
#83A9B7
(131,169,183)
#96B7C2
(150,183,194)
#A9C5CD
(169,197,205)
#BCD3D8
(188,211,216)
#CFE1E3
(207,225,227)
#E2EFEE
(226,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #246380; }

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

This text font color is #246380.


Background Color

.myBgColor { background-color: #246380; }

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

This div background color is #246380.


Border color

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

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

This div border color is #246380.


Opacity

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

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

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

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

This text has shadow with #246380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246380 on black background.


Color preview on white background

This text has color #246380 on white background.



Black color preview on #246380 background

This text has black color on #246380 background.


White color preview on #246380 background

This text has white color on #246380 background.