COLOR #333B7A

HEX: #333B7A
RGB: (51,59,122)

Color info

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

RGB color model

#333B7A color RGB value is (51,59,122).

  • red value is 51;
  • green value is 59;
  • blue value is 122.
RGB:
(51,59,122)
(20%,23%,48%)

RGB channels and saturation

R 51 of 255 = 20%
G 59 of 255 = 23%
B 122 of 255 = 48%

51
59
122

R + G + B ~ 30%. #333B7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 59 + 122 = 232 (100%)
R 51 of 232 ~ 21.98%
G 59 of 232 ~ 25.43%
B 122 of 232 ~ 52.59%

%21.98
%25.43
%52.59

CMYK color model

#333B7A color CMYK value is (58,52,0,52).

  • cyan value is 58.20%
  • magenta value is 51.64%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(58,52,0,52)
C58M52Y0K52 
(58%,52%,0%,52%)
(0.58/0.52/0.00/0.52)	

CMYK percentages

%58.2
%51.64
%0
%52.16

Codes

Color #333B7A in popluar color models

333B7A
RGB5159122
HSL233°41.04%33.92%
HSB/HSV233°58.20%47.84%
CMYK58.20%51.64%0.00%
52.16%

Color #333B7A in popluar number systems.

HEX333B7A
Decimal5159122
Binary1100111110111111010
Octal6373172

Shades and tints

Shades of #333B7A

#333B7A
(51,59,122)
#2F366F
(47,54,111)
#2B3164
(43,49,100)
#272C59
(39,44,89)
#23274E
(35,39,78)
#1F2243
(31,34,67)
#1B1D38
(27,29,56)
#17182D
(23,24,45)
#131322
(19,19,34)
#0F0E17
(15,14,23)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #333B7A

#333B7A
(51,59,122)
#454C86
(69,76,134)
#575D92
(87,93,146)
#696E9E
(105,110,158)
#7B7FAA
(123,127,170)
#8D90B6
(141,144,182)
#9FA1C2
(159,161,194)
#B1B2CE
(177,178,206)
#C3C3DA
(195,195,218)
#D5D4E6
(213,212,230)
#E7E5F2
(231,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333B7A; }

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

This text font color is #333B7A.


Background Color

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

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

This div background color is #333B7A.


Border color

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

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

This div border color is #333B7A.


Opacity

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

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

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

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

This text has shadow with #333B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333B7A on black background.


Color preview on white background

This text has color #333B7A on white background.



Black color preview on #333B7A background

This text has black color on #333B7A background.


White color preview on #333B7A background

This text has white color on #333B7A background.