COLOR #333172

HEX: #333172
RGB: (51,49,114)

Color info

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

RGB color model

#333172 color RGB value is (51,49,114).

  • red value is 51;
  • green value is 49;
  • blue value is 114.
RGB: (51,49,114) (20%,19%,45%)

RGB channels and saturation

R 51 of 255 = 20%
G 49 of 255 = 19%
B 114 of 255 = 45%

51
49
114

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

Portions of RGB colors in percentages

R + G + B =
51 + 49 + 114 = 214 (100%)
R 51 of 214 ~ 23.83%
G 49 of 214 ~ 22.9%
B 114 of 214 ~ 53.27%

%23.83
%22.9
%53.27

CMYK color model

#333172 color CMYK value is (55,57,0,55).

  • cyan value is 55.26%
  • magenta value is 57.02%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK: (55,57,0,55) C55M57Y0K55 (55%,57%,0%,55%) (0.55/0.57/0.00/0.55)

CMYK percentages

%55.26
%57.02
%0
%55.29

Codes

Color #333172 in popluar color models

333172
RGB5149114
HSL242°39.88%31.96%
HSB/HSV242°57.02%44.71%
CMYK55.26%57.02%0.00%
55.29%

Color #333172 in popluar number systems.

HEX333172
Decimal5149114
Binary1100111100011110010
Octal6361162

Shades and tints

Shades of #333172

#333172
(51,49,114)
#2F2D68
(47,45,104)
#2B295E
(43,41,94)
#272554
(39,37,84)
#23214A
(35,33,74)
#1F1D40
(31,29,64)
#1B1936
(27,25,54)
#17152C
(23,21,44)
#131122
(19,17,34)
#0F0D18
(15,13,24)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #333172

#333172
(51,49,114)
#45437E
(69,67,126)
#57558A
(87,85,138)
#696796
(105,103,150)
#7B79A2
(123,121,162)
#8D8BAE
(141,139,174)
#9F9DBA
(159,157,186)
#B1AFC6
(177,175,198)
#C3C1D2
(195,193,210)
#D5D3DE
(213,211,222)
#E7E5EA
(231,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333172; }

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

This text font color is #333172.


Background Color

.myBgColor { background-color: #333172; }

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

This div background color is #333172.


Border color

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

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

This div border color is #333172.


Opacity

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

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

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

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

This text has shadow with #333172 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #333172 on black background.


Color preview on white background

This text has color #333172 on white background.



Black color preview on #333172 background

This text has black color on #333172 background.


White color preview on #333172 background

This text has white color on #333172 background.