COLOR #034D5B

HEX: #034D5B RGB: (3,77,91)

Color info

#034D5B contains mainly green and blue colors. Web safe color of #034D5B is #003366 (or #036).

RGB color model

#034D5B color RGB value is (3,77,91).

RGB: (3,77,91) (1%, 30%, 36%)

RGB channels and saturation

R 3 of 255 = 1%
G 77 of 255 = 30%
B 91 of 255 = 36%

3
77
91

R + G + B ~ 22%. #034D5B is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 77 + 91 = 171 (100%)
R 3 of 171 ~ 1.75%
G 77 of 171 ~ 45.03%
B 91 of 171 ~ 53.22'%

%45.03
%53.22

CMYK color model

#034D5B color CMYK value is (97,15,0,64).

  • cyan value is 96.70%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK: (97,15,0,64) C97M15Y0K64 (97%,15%,0%,64%) (0.97/0.15/0.00/0.64) 

CMYK percentages

%96.7
%15.38
%0
%64.31

Codes

Color #034D5B in popluar color models

03 4D 5B
RGB 3 77 91
HSL 190° 93.62% 18.43%
HSB/HSV 190° 96.70% 35.69%
CMYK 96.70% 15.38% 0.00%
64.31%

Color #034D5B in popluar number systems.

HEX 03 4D 5B
Decimal 3 77 91
Binary 11 1001101 1011011
Octal 3 115 133

Shades and tints

Shades of #034D5B

#034D5B
(3,77,91)
#034653
(3,70,83)
#033F4B
(3,63,75)
#033843
(3,56,67)
#03313B
(3,49,59)
#032A33
(3,42,51)
#03232B
(3,35,43)
#031C23
(3,28,35)
#03151B
(3,21,27)
#030E13
(3,14,19)
#03070B
(3,7,11)
#000000
(0,0,0)

Tints of #034D5B

#034D5B
(3,77,91)
#195D69
(25,93,105)
#2F6D77
(47,109,119)
#457D85
(69,125,133)
#5B8D93
(91,141,147)
#719DA1
(113,157,161)
#87ADAF
(135,173,175)
#9DBDBD
(157,189,189)
#B3CDCB
(179,205,203)
#C9DDD9
(201,221,217)
#DFEDE7
(223,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #034D5B color. Also use rgb(3,77,91) instead hex code.

Text Font Color

.myTextColor { color: #034D5B; }

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

This text font color is #034D5B.

Background Color

.myBgColor { background-color: #034D5B; }

<div style="background-color:#034D5B">Inner text</div>

This div background color is #034D5B.

Border color

.myBorderColor { border: 1px solid #034D5B; }

<div style="border:3px solid #034D5B">Div</div>

This div border color is #034D5B.

Opacity

.myOpacity80 { color: #034D5B; opacity: 0.8; }

<p style="color:#034D5B;opacity:0.8;">80%</p>

Text with #034D5B 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 #034D5B;}

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

This text has shadow with #034D5B color.


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

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

This text has shadow with #034D5B primary color and red secondary color.


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

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

This text has shadow with #034D5B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #034D5B.

Preview

Color preview on black background

This text has color #034D5B on black background.


Color preview on white background

This text has color #034D5B on white background.


Black color preview on #034D5B background

This text has black color on #034D5B background.


White color preview on #034D5B background

This text has white color on #034D5B background.


Related colors

Complementary color

Complementary color for #hex is #FCB2A4.


I love getcolorcode.com

Triadic colors

1 #5B034D and #4D5B03 with #034D5B are triadic colors.

2 #5B4D03 and #4D035B with #034D5B are triadic colors.