COLOR #33719A

HEX: #33719A
RGB: (51,113,154)

Color info

#33719A contains mainly green and blue colors. Web safe color of #33719A is #336699 (or #369).

RGB color model

#33719A color RGB value is (51,113,154).

  • red value is 51;
  • green value is 113;
  • blue value is 154.
RGB:
(51,113,154)
(20%,44%,60%)

RGB channels and saturation

R 51 of 255 = 20%
G 113 of 255 = 44%
B 154 of 255 = 60%

51
113
154

R + G + B ~ 41%. #33719A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 113 + 154 = 318 (100%)
R 51 of 318 ~ 16.04%
G 113 of 318 ~ 35.53%
B 154 of 318 ~ 48.43%

%16.04
%35.53
%48.43

CMYK color model

#33719A color CMYK value is (67,27,0,40).

  • cyan value is 66.88%
  • magenta value is 26.62%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(67,27,0,40)
C67M27Y0K40 
(67%,27%,0%,40%)
(0.67/0.27/0.00/0.40)	

CMYK percentages

%66.88
%26.62
%0
%39.61

Codes

Color #33719A in popluar color models

33719A
RGB51113154
HSL204°50.24%40.20%
HSB/HSV204°66.88%60.39%
CMYK66.88%26.62%0.00%
39.61%

Color #33719A in popluar number systems.

HEX33719A
Decimal51113154
Binary110011111000110011010
Octal63161232

Shades and tints

Shades of #33719A

#33719A
(51,113,154)
#2F678C
(47,103,140)
#2B5D7E
(43,93,126)
#275370
(39,83,112)
#234962
(35,73,98)
#1F3F54
(31,63,84)
#1B3546
(27,53,70)
#172B38
(23,43,56)
#13212A
(19,33,42)
#0F171C
(15,23,28)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #33719A

#33719A
(51,113,154)
#457DA3
(69,125,163)
#5789AC
(87,137,172)
#6995B5
(105,149,181)
#7BA1BE
(123,161,190)
#8DADC7
(141,173,199)
#9FB9D0
(159,185,208)
#B1C5D9
(177,197,217)
#C3D1E2
(195,209,226)
#D5DDEB
(213,221,235)
#E7E9F4
(231,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33719A color. Also use rgb(51,113,154) instead hex code.

Text Font Color

.myTextColor { color: #33719A; }

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

This text font color is #33719A.


Background Color

.myBgColor { background-color: #33719A; }

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

This div background color is #33719A.


Border color

.myBorderColor { border: 1px solid #33719A; }

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

This div border color is #33719A.


Opacity

.myOpacity80 { color: #33719A; opacity: 0.8; }

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

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

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

This text has shadow with #33719A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33719A on black background.


Color preview on white background

This text has color #33719A on white background.



Black color preview on #33719A background

This text has black color on #33719A background.


White color preview on #33719A background

This text has white color on #33719A background.