COLOR #333C65

HEX: #333C65 RGB: (51,60,101)

Color info

#333C65 contains red, green and blue colors in about the same proportion. Web safe color of #333C65 is #333366 (or #336).

RGB color model

#333C65 color RGB value is (51,60,101).

RGB: (51,60,101) (20%, 24%, 40%)

RGB channels and saturation

R 51 of 255 = 20%
G 60 of 255 = 24%
B 101 of 255 = 40%

51
60
101

R + G + B ~ 28%. #333C65 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 60 + 101 = 212 (100%)
R 51 of 212 ~ 24.06%
G 60 of 212 ~ 28.3%
B 101 of 212 ~ 47.64'%

%24.06
%28.3
%47.64

CMYK color model

#333C65 color CMYK value is (50,41,0,60).

  • cyan value is 49.50%
  • magenta value is 40.59%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (50,41,0,60)
C50M41Y0K60 (50%, 41%, 0%, 60%)
(0.50 / 0.41 / 0.00 / 0.60)

CMYK percentages

%49.5
%40.59
%0
%60.39

Codes

Color #333C65 in popluar color models

33 3C 65
RGB 51 60 101
HSL 229° 32.89% 29.80%
HSB/HSV 229° 49.50% 39.61%
CMYK 49.50% 40.59% 0.00%
60.39%

Color #333C65 in popluar number systems.

HEX 33 3C 65
Decimal 51 60 101
Binary 110011 111100 1100101
Octal 63 74 145

Shades and tints

Shades of #333C65

#333C65
(51,60,101)
#2F375C
(47,55,92)
#2B3253
(43,50,83)
#272D4A
(39,45,74)
#232841
(35,40,65)
#1F2338
(31,35,56)
#1B1E2F
(27,30,47)
#171926
(23,25,38)
#13141D
(19,20,29)
#0F0F14
(15,15,20)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #333C65

#333C65
(51,60,101)
#454D73
(69,77,115)
#575E81
(87,94,129)
#696F8F
(105,111,143)
#7B809D
(123,128,157)
#8D91AB
(141,145,171)
#9FA2B9
(159,162,185)
#B1B3C7
(177,179,199)
#C3C4D5
(195,196,213)
#D5D5E3
(213,213,227)
#E7E6F1
(231,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333C65 color. Also use rgb(51,60,101) instead hex code.

Text Font Color

.myTextColor { color: #333C65; }

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

This text font color is #333C65.

Background Color

.myBgColor { background-color: #333C65; }

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

This div background color is #333C65.

Border color

.myBorderColor { border: 1px solid #333C65; }

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

This div border color is #333C65.

Opacity

.myOpacity80 { color: #333C65; opacity: 0.8; }

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

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

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

This text has shadow with #333C65 color.


.textShadow {text-shadow: 3px 3px 1px #333C65', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #333C65; -webkit-box-shadow: 1px 1px 3px 2px #333C65; box-shadow:1px 1px 3px 2px #333C65;">
Div content here
</div>

This div box has shadow with color #333C65.

Preview

Color preview on black background

This text has color #333C65 on black background.


Color preview on white background

This text has color #333C65 on white background.


Black color preview on #333C65 background

This text has black color on #333C65 background.


White color preview on #333C65 background

This text has white color on #333C65 background.


Related colors

Complementary color

Complementary color for #hex is #CCC39A.


I love getcolorcode.com

Triadic colors

1 #65333C and #3C6533 with #333C65 are triadic colors.

2 #653C33 and #3C3365 with #333C65 are triadic colors.