COLOR #335864

HEX: #335864
RGB: (51,88,100)

Color info

#335864 contains red, green and blue colors in about the same proportion. Web safe color of #335864 is #336666 (or #366).

RGB color model

#335864 color RGB value is (51,88,100).

  • red value is 51;
  • green value is 88;
  • blue value is 100.
RGB:
(51,88,100)
(20%,35%,39%)

RGB channels and saturation

R 51 of 255 = 20%
G 88 of 255 = 35%
B 100 of 255 = 39%

51
88
100

R + G + B ~ 31%. #335864 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 88 + 100 = 239 (100%)
R 51 of 239 ~ 21.34%
G 88 of 239 ~ 36.82%
B 100 of 239 ~ 41.84%

%21.34
%36.82
%41.84

CMYK color model

#335864 color CMYK value is (49,12,0,61).

  • cyan value is 49.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(49,12,0,61)
C49M12Y0K61 
(49%,12%,0%,61%)
(0.49/0.12/0.00/0.61)	

CMYK percentages

%49
%12
%0
%60.78

Codes

Color #335864 in popluar color models

335864
RGB5188100
HSL195°32.45%29.61%
HSB/HSV195°49.00%39.22%
CMYK49.00%12.00%0.00%
60.78%

Color #335864 in popluar number systems.

HEX335864
Decimal5188100
Binary11001110110001100100
Octal63130144

Shades and tints

Shades of #335864

#335864
(51,88,100)
#2F505B
(47,80,91)
#2B4852
(43,72,82)
#274049
(39,64,73)
#233840
(35,56,64)
#1F3037
(31,48,55)
#1B282E
(27,40,46)
#172025
(23,32,37)
#13181C
(19,24,28)
#0F1013
(15,16,19)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #335864

#335864
(51,88,100)
#456772
(69,103,114)
#577680
(87,118,128)
#69858E
(105,133,142)
#7B949C
(123,148,156)
#8DA3AA
(141,163,170)
#9FB2B8
(159,178,184)
#B1C1C6
(177,193,198)
#C3D0D4
(195,208,212)
#D5DFE2
(213,223,226)
#E7EEF0
(231,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335864 color. Also use rgb(51,88,100) instead hex code.

Text Font Color

.myTextColor { color: #335864; }

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

This text font color is #335864.


Background Color

.myBgColor { background-color: #335864; }

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

This div background color is #335864.


Border color

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

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

This div border color is #335864.


Opacity

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

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

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

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

This text has shadow with #335864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335864 on black background.


Color preview on white background

This text has color #335864 on white background.



Black color preview on #335864 background

This text has black color on #335864 background.


White color preview on #335864 background

This text has white color on #335864 background.