COLOR #333B64

HEX: #333B64 RGB: (51,59,100)

Color info

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

RGB color model

#333B64 color RGB value is (51,59,100).

RGB: (51,59,100) (20%, 23%, 39%)

RGB channels and saturation

R 51 of 255 = 20%
G 59 of 255 = 23%
B 100 of 255 = 39%

51
59
100

R + G + B ~ 27%. #333B64 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 59 + 100 = 210 (100%)
R 51 of 210 ~ 24.29%
G 59 of 210 ~ 28.1%
B 100 of 210 ~ 47.62'%

%24.29
%28.1
%47.62

CMYK color model

#333B64 color CMYK value is (49,41,0,61).

  • cyan value is 49.00%
  • magenta value is 41.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (49,41,0,61)
C49M41Y0K61 (49%, 41%, 0%, 61%)
(0.49 / 0.41 / 0.00 / 0.61)

CMYK percentages

%49
%41
%0
%60.78

Codes

Color #333B64 in popluar color models

33 3B 64
RGB 51 59 100
HSL 230° 32.45% 29.61%
HSB/HSV 230° 49.00% 39.22%
CMYK 49.00% 41.00% 0.00%
60.78%

Color #333B64 in popluar number systems.

HEX 33 3B 64
Decimal 51 59 100
Binary 110011 111011 1100100
Octal 63 73 144

Shades and tints

Shades of #333B64

#333B64
(51,59,100)
#2F365B
(47,54,91)
#2B3152
(43,49,82)
#272C49
(39,44,73)
#232740
(35,39,64)
#1F2237
(31,34,55)
#1B1D2E
(27,29,46)
#171825
(23,24,37)
#13131C
(19,19,28)
#0F0E13
(15,14,19)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #333B64

#333B64
(51,59,100)
#454C72
(69,76,114)
#575D80
(87,93,128)
#696E8E
(105,110,142)
#7B7F9C
(123,127,156)
#8D90AA
(141,144,170)
#9FA1B8
(159,161,184)
#B1B2C6
(177,178,198)
#C3C3D4
(195,195,212)
#D5D4E2
(213,212,226)
#E7E5F0
(231,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333B64; }

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

This text font color is #333B64.

Background Color

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

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

This div background color is #333B64.

Border color

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

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

This div border color is #333B64.

Opacity

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

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

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

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

This text has shadow with #333B64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333B64.

Preview

Color preview on black background

This text has color #333B64 on black background.


Color preview on white background

This text has color #333B64 on white background.


Black color preview on #333B64 background

This text has black color on #333B64 background.


White color preview on #333B64 background

This text has white color on #333B64 background.


Related colors

Complementary color

Complementary color for #hex is #CCC49B.


I love getcolorcode.com

Triadic colors

1 #64333B and #3B6433 with #333B64 are triadic colors.

2 #643B33 and #3B3364 with #333B64 are triadic colors.