COLOR #33557C

HEX: #33557C RGB: (51,85,124)

Color info

#33557C contains mainly green and blue colors. Web safe color of #33557C is #336666 (or #366).

RGB color model

#33557C color RGB value is (51,85,124).

RGB: (51,85,124) (20%, 33%, 49%)

RGB channels and saturation

R 51 of 255 = 20%
G 85 of 255 = 33%
B 124 of 255 = 49%

51
85
124

R + G + B ~ 34%. #33557C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 85 + 124 = 260 (100%)
R 51 of 260 ~ 19.62%
G 85 of 260 ~ 32.69%
B 124 of 260 ~ 47.69'%

%19.62
%32.69
%47.69

CMYK color model

#33557C color CMYK value is (59,31,0,51).

  • cyan value is 58.87%
  • magenta value is 31.45%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (59,31,0,51)
C59M31Y0K51 (59%, 31%, 0%, 51%)
(0.59 / 0.31 / 0.00 / 0.51)

CMYK percentages

%58.87
%31.45
%0
%51.37

Codes

Color #33557C in popluar color models

33 55 7C
RGB 51 85 124
HSL 212° 41.71% 34.31%
HSB/HSV 212° 58.87% 48.63%
CMYK 58.87% 31.45% 0.00%
51.37%

Color #33557C in popluar number systems.

HEX 33 55 7C
Decimal 51 85 124
Binary 110011 1010101 1111100
Octal 63 125 174

Shades and tints

Shades of #33557C

#33557C
(51,85,124)
#2F4E71
(47,78,113)
#2B4766
(43,71,102)
#27405B
(39,64,91)
#233950
(35,57,80)
#1F3245
(31,50,69)
#1B2B3A
(27,43,58)
#17242F
(23,36,47)
#131D24
(19,29,36)
#0F1619
(15,22,25)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #33557C

#33557C
(51,85,124)
#456487
(69,100,135)
#577392
(87,115,146)
#69829D
(105,130,157)
#7B91A8
(123,145,168)
#8DA0B3
(141,160,179)
#9FAFBE
(159,175,190)
#B1BEC9
(177,190,201)
#C3CDD4
(195,205,212)
#D5DCDF
(213,220,223)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33557C; }

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

This text font color is #33557C.

Background Color

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

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

This div background color is #33557C.

Border color

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

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

This div border color is #33557C.

Opacity

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

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

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

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

This text has shadow with #33557C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33557C.

Preview

Color preview on black background

This text has color #33557C on black background.


Color preview on white background

This text has color #33557C on white background.


Black color preview on #33557C background

This text has black color on #33557C background.


White color preview on #33557C background

This text has white color on #33557C background.


Related colors

Complementary color

Complementary color for #hex is #CCAA83.


I love getcolorcode.com

Triadic colors

1 #7C3355 and #557C33 with #33557C are triadic colors.

2 #7C5533 and #55337C with #33557C are triadic colors.