COLOR #333264

HEX: #333264
RGB: (51,50,100)

Color info

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

RGB color model

#333264 color RGB value is (51,50,100).

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

RGB channels and saturation

R 51 of 255 = 20%
G 50 of 255 = 20%
B 100 of 255 = 39%

51
50
100

R + G + B ~ 26%. #333264 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 50 + 100 = 201 (100%)
R 51 of 201 ~ 25.37%
G 50 of 201 ~ 24.88%
B 100 of 201 ~ 49.75%

%25.37
%24.88
%49.75

CMYK color model

#333264 color CMYK value is (49,50,0,61).

  • cyan value is 49.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(49,50,0,61)
C49M50Y0K61 
(49%,50%,0%,61%)
(0.49/0.50/0.00/0.61)	

CMYK percentages

%49
%50
%0
%60.78

Codes

Color #333264 in popluar color models

333264
RGB5150100
HSL241°33.33%29.41%
HSB/HSV241°50.00%39.22%
CMYK49.00%50.00%0.00%
60.78%

Color #333264 in popluar number systems.

HEX333264
Decimal5150100
Binary1100111100101100100
Octal6362144

Shades and tints

Shades of #333264

#333264
(51,50,100)
#2F2E5B
(47,46,91)
#2B2A52
(43,42,82)
#272649
(39,38,73)
#232240
(35,34,64)
#1F1E37
(31,30,55)
#1B1A2E
(27,26,46)
#171625
(23,22,37)
#13121C
(19,18,28)
#0F0E13
(15,14,19)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #333264

#333264
(51,50,100)
#454472
(69,68,114)
#575680
(87,86,128)
#69688E
(105,104,142)
#7B7A9C
(123,122,156)
#8D8CAA
(141,140,170)
#9F9EB8
(159,158,184)
#B1B0C6
(177,176,198)
#C3C2D4
(195,194,212)
#D5D4E2
(213,212,226)
#E7E6F0
(231,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333264; }

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

This text font color is #333264.


Background Color

.myBgColor { background-color: #333264; }

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

This div background color is #333264.


Border color

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

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

This div border color is #333264.


Opacity

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

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

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

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

This text has shadow with #333264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333264 on black background.


Color preview on white background

This text has color #333264 on white background.



Black color preview on #333264 background

This text has black color on #333264 background.


White color preview on #333264 background

This text has white color on #333264 background.