COLOR #333368

HEX: #333368
RGB: (51,51,104)

Color info

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

RGB color model

#333368 color RGB value is (51,51,104).

  • red value is 51;
  • green value is 51;
  • blue value is 104.
RGB:
(51,51,104)
(20%,20%,41%)

RGB channels and saturation

R 51 of 255 = 20%
G 51 of 255 = 20%
B 104 of 255 = 41%

51
51
104

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

Portions of RGB colors in percentages

R + G + B =
51 + 51 + 104 = 206 (100%)
R 51 of 206 ~ 24.76%
G 51 of 206 ~ 24.76%
B 104 of 206 ~ 50.49%

%24.76
%24.76
%50.49

CMYK color model

#333368 color CMYK value is (51,51,0,59).

  • cyan value is 50.96%
  • magenta value is 50.96%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(51,51,0,59)
C51M51Y0K59 
(51%,51%,0%,59%)
(0.51/0.51/0.00/0.59)	

CMYK percentages

%50.96
%50.96
%0
%59.22

Codes

Color #333368 in popluar color models

333368
RGB5151104
HSL240°34.19%30.39%
HSB/HSV240°50.96%40.78%
CMYK50.96%50.96%0.00%
59.22%

Color #333368 in popluar number systems.

HEX333368
Decimal5151104
Binary1100111100111101000
Octal6363150

Shades and tints

Shades of #333368

#333368
(51,51,104)
#2F2F5F
(47,47,95)
#2B2B56
(43,43,86)
#27274D
(39,39,77)
#232344
(35,35,68)
#1F1F3B
(31,31,59)
#1B1B32
(27,27,50)
#171729
(23,23,41)
#131320
(19,19,32)
#0F0F17
(15,15,23)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #333368

#333368
(51,51,104)
#454575
(69,69,117)
#575782
(87,87,130)
#69698F
(105,105,143)
#7B7B9C
(123,123,156)
#8D8DA9
(141,141,169)
#9F9FB6
(159,159,182)
#B1B1C3
(177,177,195)
#C3C3D0
(195,195,208)
#D5D5DD
(213,213,221)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333368; }

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

This text font color is #333368.


Background Color

.myBgColor { background-color: #333368; }

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

This div background color is #333368.


Border color

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

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

This div border color is #333368.


Opacity

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

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

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

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

This text has shadow with #333368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333368 on black background.


Color preview on white background

This text has color #333368 on white background.



Black color preview on #333368 background

This text has black color on #333368 background.


White color preview on #333368 background

This text has white color on #333368 background.