COLOR #03374B

HEX: #03374B RGB: (3,55,75)

Color info

#03374B contains mainly green and blue colors. Web safe color of #03374B is #003333 (or #033).

RGB color model

#03374B color RGB value is (3,55,75).

RGB: (3,55,75) (1%, 22%, 29%)

RGB channels and saturation

R 3 of 255 = 1%
G 55 of 255 = 22%
B 75 of 255 = 29%

3
55
75

R + G + B ~ 17%. #03374B is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 55 + 75 = 133 (100%)
R 3 of 133 ~ 2.26%
G 55 of 133 ~ 41.35%
B 75 of 133 ~ 56.39'%

%41.35
%56.39

CMYK color model

#03374B color CMYK value is (96,27,0,71).

  • cyan value is 96.00%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (96,27,0,71)
C96M27Y0K71 (96%, 27%, 0%, 71%)
(0.96 / 0.27 / 0.00 / 0.71)

CMYK percentages

%96
%26.67
%0
%70.59

Codes

Color #03374B in popluar color models

03 37 4B
RGB 3 55 75
HSL 197° 92.31% 15.29%
HSB/HSV 197° 96.00% 29.41%
CMYK 96.00% 26.67% 0.00%
70.59%

Color #03374B in popluar number systems.

HEX 03 37 4B
Decimal 3 55 75
Binary 11 110111 1001011
Octal 3 67 113

Shades and tints

Shades of #03374B

#03374B
(3,55,75)
#033245
(3,50,69)
#032D3F
(3,45,63)
#032839
(3,40,57)
#032333
(3,35,51)
#031E2D
(3,30,45)
#031927
(3,25,39)
#031421
(3,20,33)
#030F1B
(3,15,27)
#030A15
(3,10,21)
#03050F
(3,5,15)
#000000
(0,0,0)

Tints of #03374B

#03374B
(3,55,75)
#19495B
(25,73,91)
#2F5B6B
(47,91,107)
#456D7B
(69,109,123)
#5B7F8B
(91,127,139)
#71919B
(113,145,155)
#87A3AB
(135,163,171)
#9DB5BB
(157,181,187)
#B3C7CB
(179,199,203)
#C9D9DB
(201,217,219)
#DFEBEB
(223,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03374B color. Also use rgb(3,55,75) instead hex code.

Text Font Color

.myTextColor { color: #03374B; }

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

This text font color is #03374B.

Background Color

.myBgColor { background-color: #03374B; }

<div style="background-color:#03374B">Inner text</div>

This div background color is #03374B.

Border color

.myBorderColor { border: 1px solid #03374B; }

<div style="border:3px solid #03374B">Div</div>

This div border color is #03374B.

Opacity

.myOpacity80 { color: #03374B; opacity: 0.8; }

<p style="color:#03374B;opacity:0.8;">80%</p>

Text with #03374B 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 #03374B;}

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

This text has shadow with #03374B color.


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

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

This text has shadow with #03374B primary color and red secondary color.


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

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

This text has shadow with #03374B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #03374B.

Preview

Color preview on black background

This text has color #03374B on black background.


Color preview on white background

This text has color #03374B on white background.


Black color preview on #03374B background

This text has black color on #03374B background.


White color preview on #03374B background

This text has white color on #03374B background.


Related colors

Complementary color

Complementary color for #hex is #FCC8B4.


I love getcolorcode.com

Triadic colors

1 #4B0337 and #374B03 with #03374B are triadic colors.

2 #4B3703 and #37034B with #03374B are triadic colors.