COLOR #333473

HEX: #333473 RGB: (51,52,115)

Color info

#333473 contains mainly blue color. Web safe color of #333473 is #333366 (or #336).

RGB color model

#333473 color RGB value is (51,52,115).

RGB: (51,52,115) (20%, 20%, 45%)

RGB channels and saturation

R 51 of 255 = 20%
G 52 of 255 = 20%
B 115 of 255 = 45%

51
52
115

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

Portions of RGB colors in percentages

R + G + B = 51 + 52 + 115 = 218 (100%)
R 51 of 218 ~ 23.39%
G 52 of 218 ~ 23.85%
B 115 of 218 ~ 52.75'%

%23.39
%23.85
%52.75

CMYK color model

#333473 color CMYK value is (56,55,0,55).

  • cyan value is 55.65%
  • magenta value is 54.78%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (56,55,0,55)
C56M55Y0K55 (56%, 55%, 0%, 55%)
(0.56 / 0.55 / 0.00 / 0.55)

CMYK percentages

%55.65
%54.78
%0
%54.9

Codes

Color #333473 in popluar color models

33 34 73
RGB 51 52 115
HSL 239° 38.55% 32.55%
HSB/HSV 239° 55.65% 45.10%
CMYK 55.65% 54.78% 0.00%
54.90%

Color #333473 in popluar number systems.

HEX 33 34 73
Decimal 51 52 115
Binary 110011 110100 1110011
Octal 63 64 163

Shades and tints

Shades of #333473

#333473
(51,52,115)
#2F3069
(47,48,105)
#2B2C5F
(43,44,95)
#272855
(39,40,85)
#23244B
(35,36,75)
#1F2041
(31,32,65)
#1B1C37
(27,28,55)
#17182D
(23,24,45)
#131423
(19,20,35)
#0F1019
(15,16,25)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #333473

#333473
(51,52,115)
#45467F
(69,70,127)
#57588B
(87,88,139)
#696A97
(105,106,151)
#7B7CA3
(123,124,163)
#8D8EAF
(141,142,175)
#9FA0BB
(159,160,187)
#B1B2C7
(177,178,199)
#C3C4D3
(195,196,211)
#D5D6DF
(213,214,223)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333473; }

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

This text font color is #333473.

Background Color

.myBgColor { background-color: #333473; }

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

This div background color is #333473.

Border color

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

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

This div border color is #333473.

Opacity

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

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

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

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

This text has shadow with #333473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333473.

Preview

Color preview on black background

This text has color #333473 on black background.


Color preview on white background

This text has color #333473 on white background.


Black color preview on #333473 background

This text has black color on #333473 background.


White color preview on #333473 background

This text has white color on #333473 background.


Related colors

Complementary color

Complementary color for #hex is #CCCB8C.


I love getcolorcode.com

Triadic colors

1 #733334 and #347333 with #333473 are triadic colors.

2 #733433 and #343373 with #333473 are triadic colors.