COLOR #034C64

HEX: #034C64
RGB: (3,76,100)

Color info

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

RGB color model

#034C64 color RGB value is (3,76,100).

  • red value is 3;
  • green value is 76;
  • blue value is 100.
RGB:
(3,76,100)
(1%,30%,39%)

RGB channels and saturation

R 3 of 255 = 1%
G 76 of 255 = 30%
B 100 of 255 = 39%

3
76
100

R + G + B ~ 23%. #034C64 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 76 + 100 = 179 (100%)
R 3 of 179 ~ 1.68%
G 76 of 179 ~ 42.46%
B 100 of 179 ~ 55.87%

%42.46
%55.87

CMYK color model

#034C64 color CMYK value is (97,24,0,61).

  • cyan value is 97.00%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(97,24,0,61)
C97M24Y0K61 
(97%,24%,0%,61%)
(0.97/0.24/0.00/0.61)	

CMYK percentages

%97
%24
%0
%60.78

Codes

Color #034C64 in popluar color models

034C64
RGB376100
HSL195°94.17%20.20%
HSB/HSV195°97.00%39.22%
CMYK97.00%24.00%0.00%
60.78%

Color #034C64 in popluar number systems.

HEX034C64
Decimal376100
Binary1110011001100100
Octal3114144

Shades and tints

Shades of #034C64

#034C64
(3,76,100)
#03465B
(3,70,91)
#034052
(3,64,82)
#033A49
(3,58,73)
#033440
(3,52,64)
#032E37
(3,46,55)
#03282E
(3,40,46)
#032225
(3,34,37)
#031C1C
(3,28,28)
#031613
(3,22,19)
#03100A
(3,16,10)
#000000
(0,0,0)

Tints of #034C64

#034C64
(3,76,100)
#195C72
(25,92,114)
#2F6C80
(47,108,128)
#457C8E
(69,124,142)
#5B8C9C
(91,140,156)
#719CAA
(113,156,170)
#87ACB8
(135,172,184)
#9DBCC6
(157,188,198)
#B3CCD4
(179,204,212)
#C9DCE2
(201,220,226)
#DFECF0
(223,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #034C64 color. Also use rgb(3,76,100) instead hex code.

Text Font Color

.myTextColor { color: #034C64; }

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

This text font color is #034C64.


Background Color

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

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

This div background color is #034C64.


Border color

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

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

This div border color is #034C64.


Opacity

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

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

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

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

This text has shadow with #034C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #034C64 on black background.


Color preview on white background

This text has color #034C64 on white background.



Black color preview on #034C64 background

This text has black color on #034C64 background.


White color preview on #034C64 background

This text has white color on #034C64 background.