COLOR #33559C

HEX: #33559C
RGB: (51,85,156)

Color info

#33559C contains mainly blue color. Web safe color of #33559C is #336699 (or #369).

RGB color model

#33559C color RGB value is (51,85,156).

  • red value is 51;
  • green value is 85;
  • blue value is 156.
RGB:
(51,85,156)
(20%,33%,61%)

RGB channels and saturation

R 51 of 255 = 20%
G 85 of 255 = 33%
B 156 of 255 = 61%

51
85
156

R + G + B ~ 38%. #33559C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 85 + 156 = 292 (100%)
R 51 of 292 ~ 17.47%
G 85 of 292 ~ 29.11%
B 156 of 292 ~ 53.42%

%17.47
%29.11
%53.42

CMYK color model

#33559C color CMYK value is (67,46,0,39).

  • cyan value is 67.31%
  • magenta value is 45.51%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(67,46,0,39)
C67M46Y0K39 
(67%,46%,0%,39%)
(0.67/0.46/0.00/0.39)	

CMYK percentages

%67.31
%45.51
%0
%38.82

Codes

Color #33559C in popluar color models

33559C
RGB5185156
HSL221°50.72%40.59%
HSB/HSV221°67.31%61.18%
CMYK67.31%45.51%0.00%
38.82%

Color #33559C in popluar number systems.

HEX33559C
Decimal5185156
Binary110011101010110011100
Octal63125234

Shades and tints

Shades of #33559C

#33559C
(51,85,156)
#2F4E8E
(47,78,142)
#2B4780
(43,71,128)
#274072
(39,64,114)
#233964
(35,57,100)
#1F3256
(31,50,86)
#1B2B48
(27,43,72)
#17243A
(23,36,58)
#131D2C
(19,29,44)
#0F161E
(15,22,30)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #33559C

#33559C
(51,85,156)
#4564A5
(69,100,165)
#5773AE
(87,115,174)
#6982B7
(105,130,183)
#7B91C0
(123,145,192)
#8DA0C9
(141,160,201)
#9FAFD2
(159,175,210)
#B1BEDB
(177,190,219)
#C3CDE4
(195,205,228)
#D5DCED
(213,220,237)
#E7EBF6
(231,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33559C color. Also use rgb(51,85,156) instead hex code.

Text Font Color

.myTextColor { color: #33559C; }

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

This text font color is #33559C.


Background Color

.myBgColor { background-color: #33559C; }

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

This div background color is #33559C.


Border color

.myBorderColor { border: 1px solid #33559C; }

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

This div border color is #33559C.


Opacity

.myOpacity80 { color: #33559C; opacity: 0.8; }

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

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

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

This text has shadow with #33559C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33559C on black background.


Color preview on white background

This text has color #33559C on white background.



Black color preview on #33559C background

This text has black color on #33559C background.


White color preview on #33559C background

This text has white color on #33559C background.