COLOR #337C88

HEX: #337C88 RGB: (51,124,136)

Color info

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

RGB color model

#337C88 color RGB value is (51,124,136).

RGB: (51,124,136) (20%, 49%, 53%)

RGB channels and saturation

R 51 of 255 = 20%
G 124 of 255 = 49%
B 136 of 255 = 53%

51
124
136

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

Portions of RGB colors in percentages

R + G + B = 51 + 124 + 136 = 311 (100%)
R 51 of 311 ~ 16.4%
G 124 of 311 ~ 39.87%
B 136 of 311 ~ 43.73'%

%16.4
%39.87
%43.73

CMYK color model

#337C88 color CMYK value is (63,9,0,47).

  • cyan value is 62.50%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (63,9,0,47)
C63M9Y0K47 (63%, 9%, 0%, 47%)
(0.63 / 0.09 / 0.00 / 0.47)

CMYK percentages

%62.5
%8.82
%0
%46.67

Codes

Color #337C88 in popluar color models

33 7C 88
RGB 51 124 136
HSL 188° 45.45% 36.67%
HSB/HSV 188° 62.50% 53.33%
CMYK 62.50% 8.82% 0.00%
46.67%

Color #337C88 in popluar number systems.

HEX 33 7C 88
Decimal 51 124 136
Binary 110011 1111100 10001000
Octal 63 174 210

Shades and tints

Shades of #337C88

#337C88
(51,124,136)
#2F717C
(47,113,124)
#2B6670
(43,102,112)
#275B64
(39,91,100)
#235058
(35,80,88)
#1F454C
(31,69,76)
#1B3A40
(27,58,64)
#172F34
(23,47,52)
#132428
(19,36,40)
#0F191C
(15,25,28)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #337C88

#337C88
(51,124,136)
#458792
(69,135,146)
#57929C
(87,146,156)
#699DA6
(105,157,166)
#7BA8B0
(123,168,176)
#8DB3BA
(141,179,186)
#9FBEC4
(159,190,196)
#B1C9CE
(177,201,206)
#C3D4D8
(195,212,216)
#D5DFE2
(213,223,226)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337C88 color. Also use rgb(51,124,136) instead hex code.

Text Font Color

.myTextColor { color: #337C88; }

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

This text font color is #337C88.

Background Color

.myBgColor { background-color: #337C88; }

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

This div background color is #337C88.

Border color

.myBorderColor { border: 1px solid #337C88; }

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

This div border color is #337C88.

Opacity

.myOpacity80 { color: #337C88; opacity: 0.8; }

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

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

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

This text has shadow with #337C88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #337C88.

Preview

Color preview on black background

This text has color #337C88 on black background.


Color preview on white background

This text has color #337C88 on white background.


Black color preview on #337C88 background

This text has black color on #337C88 background.


White color preview on #337C88 background

This text has white color on #337C88 background.


Related colors

Complementary color

Complementary color for #hex is #CC8377.


I love getcolorcode.com

Triadic colors

1 #88337C and #7C8833 with #337C88 are triadic colors.

2 #887C33 and #7C3388 with #337C88 are triadic colors.