COLOR #336385

HEX: #336385
RGB: (51,99,133)

Color info

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

RGB color model

#336385 color RGB value is (51,99,133).

  • red value is 51;
  • green value is 99;
  • blue value is 133.
RGB:
(51,99,133)
(20%,39%,52%)

RGB channels and saturation

R 51 of 255 = 20%
G 99 of 255 = 39%
B 133 of 255 = 52%

51
99
133

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

Portions of RGB colors in percentages

R + G + B =
51 + 99 + 133 = 283 (100%)
R 51 of 283 ~ 18.02%
G 99 of 283 ~ 34.98%
B 133 of 283 ~ 47%

%18.02
%34.98
%47

CMYK color model

#336385 color CMYK value is (62,26,0,48).

  • cyan value is 61.65%
  • magenta value is 25.56%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(62,26,0,48)
C62M26Y0K48 
(62%,26%,0%,48%)
(0.62/0.26/0.00/0.48)	

CMYK percentages

%61.65
%25.56
%0
%47.84

Codes

Color #336385 in popluar color models

336385
RGB5199133
HSL205°44.57%36.08%
HSB/HSV205°61.65%52.16%
CMYK61.65%25.56%0.00%
47.84%

Color #336385 in popluar number systems.

HEX336385
Decimal5199133
Binary110011110001110000101
Octal63143205

Shades and tints

Shades of #336385

#336385
(51,99,133)
#2F5A79
(47,90,121)
#2B516D
(43,81,109)
#274861
(39,72,97)
#233F55
(35,63,85)
#1F3649
(31,54,73)
#1B2D3D
(27,45,61)
#172431
(23,36,49)
#131B25
(19,27,37)
#0F1219
(15,18,25)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #336385

#336385
(51,99,133)
#457190
(69,113,144)
#577F9B
(87,127,155)
#698DA6
(105,141,166)
#7B9BB1
(123,155,177)
#8DA9BC
(141,169,188)
#9FB7C7
(159,183,199)
#B1C5D2
(177,197,210)
#C3D3DD
(195,211,221)
#D5E1E8
(213,225,232)
#E7EFF3
(231,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336385 color. Also use rgb(51,99,133) instead hex code.

Text Font Color

.myTextColor { color: #336385; }

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

This text font color is #336385.


Background Color

.myBgColor { background-color: #336385; }

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

This div background color is #336385.


Border color

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

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

This div border color is #336385.


Opacity

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

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

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

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

This text has shadow with #336385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336385 on black background.


Color preview on white background

This text has color #336385 on white background.



Black color preview on #336385 background

This text has black color on #336385 background.


White color preview on #336385 background

This text has white color on #336385 background.