COLOR #0374AD

HEX: #0374AD RGB: (3,116,173)

Color info

#0374AD contains mainly green and blue colors. Web safe color of #0374AD is #006699 (or #069).

RGB color model

#0374AD color RGB value is (3,116,173).

RGB: (3,116,173) (1%, 45%, 68%)

RGB channels and saturation

R 3 of 255 = 1%
G 116 of 255 = 45%
B 173 of 255 = 68%

3
116
173

R + G + B ~ 38%. #0374AD is quite dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 116 + 173 = 292 (100%)
R 3 of 292 ~ 1.03%
G 116 of 292 ~ 39.73%
B 173 of 292 ~ 59.25'%

%39.73
%59.25

CMYK color model

#0374AD color CMYK value is (98,33,0,32).

  • cyan value is 98.27%
  • magenta value is 32.95%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (98,33,0,32)
C98M33Y0K32 (98%, 33%, 0%, 32%)
(0.98 / 0.33 / 0.00 / 0.32)

CMYK percentages

%98.27
%32.95
%0
%32.16

Codes

Color #0374AD in popluar color models

03 74 AD
RGB 3 116 173
HSL 200° 96.59% 34.51%
HSB/HSV 200° 98.27% 67.84%
CMYK 98.27% 32.95% 0.00%
32.16%

Color #0374AD in popluar number systems.

HEX 03 74 AD
Decimal 3 116 173
Binary 11 1110100 10101101
Octal 3 164 255

Shades and tints

Shades of #0374AD

#0374AD
(3,116,173)
#036A9E
(3,106,158)
#03608F
(3,96,143)
#035680
(3,86,128)
#034C71
(3,76,113)
#034262
(3,66,98)
#033853
(3,56,83)
#032E44
(3,46,68)
#032435
(3,36,53)
#031A26
(3,26,38)
#031017
(3,16,23)
#000000
(0,0,0)

Tints of #0374AD

#0374AD
(3,116,173)
#1980B4
(25,128,180)
#2F8CBB
(47,140,187)
#4598C2
(69,152,194)
#5BA4C9
(91,164,201)
#71B0D0
(113,176,208)
#87BCD7
(135,188,215)
#9DC8DE
(157,200,222)
#B3D4E5
(179,212,229)
#C9E0EC
(201,224,236)
#DFECF3
(223,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0374AD color. Also use rgb(3,116,173) instead hex code.

Text Font Color

.myTextColor { color: #0374AD; }

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

This text font color is #0374AD.

Background Color

.myBgColor { background-color: #0374AD; }

<div style="background-color:#0374AD">Inner text</div>

This div background color is #0374AD.

Border color

.myBorderColor { border: 1px solid #0374AD; }

<div style="border:3px solid #0374AD">Div</div>

This div border color is #0374AD.

Opacity

.myOpacity80 { color: #0374AD; opacity: 0.8; }

<p style="color:#0374AD;opacity:0.8;">80%</p>

Text with #0374AD 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 #0374AD;}

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

This text has shadow with #0374AD color.


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

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

This text has shadow with #0374AD primary color and red secondary color.


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

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

This text has shadow with #0374AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #0374AD.

Preview

Color preview on black background

This text has color #0374AD on black background.


Color preview on white background

This text has color #0374AD on white background.


Black color preview on #0374AD background

This text has black color on #0374AD background.


White color preview on #0374AD background

This text has white color on #0374AD background.


Related colors

Complementary color

Complementary color for #hex is #FC8B52.


I love getcolorcode.com

Triadic colors

1 #AD0374 and #74AD03 with #0374AD are triadic colors.

2 #AD7403 and #7403AD with #0374AD are triadic colors.