COLOR #0375A7

HEX: #0375A7
RGB: (3,117,167)

Color info

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

RGB color model

#0375A7 color RGB value is (3,117,167).

  • red value is 3;
  • green value is 117;
  • blue value is 167.
RGB:
(3,117,167)
(1%,46%,65%)

RGB channels and saturation

R 3 of 255 = 1%
G 117 of 255 = 46%
B 167 of 255 = 65%

3
117
167

R + G + B ~ 37%. #0375A7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 117 + 167 = 287 (100%)
R 3 of 287 ~ 1.05%
G 117 of 287 ~ 40.77%
B 167 of 287 ~ 58.19%

%40.77
%58.19

CMYK color model

#0375A7 color CMYK value is (98,30,0,35).

  • cyan value is 98.20%
  • magenta value is 29.94%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(98,30,0,35)
C98M30Y0K35 
(98%,30%,0%,35%)
(0.98/0.30/0.00/0.35)	

CMYK percentages

%98.2
%29.94
%0
%34.51

Codes

Color #0375A7 in popluar color models

0375A7
RGB3117167
HSL198°96.47%33.33%
HSB/HSV198°98.20%65.49%
CMYK98.20%29.94%0.00%
34.51%

Color #0375A7 in popluar number systems.

HEX0375A7
Decimal3117167
Binary11111010110100111
Octal3165247

Shades and tints

Shades of #0375A7

#0375A7
(3,117,167)
#036B98
(3,107,152)
#036189
(3,97,137)
#03577A
(3,87,122)
#034D6B
(3,77,107)
#03435C
(3,67,92)
#03394D
(3,57,77)
#032F3E
(3,47,62)
#03252F
(3,37,47)
#031B20
(3,27,32)
#031111
(3,17,17)
#000000
(0,0,0)

Tints of #0375A7

#0375A7
(3,117,167)
#1981AF
(25,129,175)
#2F8DB7
(47,141,183)
#4599BF
(69,153,191)
#5BA5C7
(91,165,199)
#71B1CF
(113,177,207)
#87BDD7
(135,189,215)
#9DC9DF
(157,201,223)
#B3D5E7
(179,213,231)
#C9E1EF
(201,225,239)
#DFEDF7
(223,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0375A7 color. Also use rgb(3,117,167) instead hex code.

Text Font Color

.myTextColor { color: #0375A7; }

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

This text font color is #0375A7.


Background Color

.myBgColor { background-color: #0375A7; }

<div style="background-color:#0375A7">Inner text</div>

This div background color is #0375A7.


Border color

.myBorderColor { border: 1px solid #0375A7; }

<div style="border:3px solid #0375A7">Div</div>

This div border color is #0375A7.


Opacity

.myOpacity80 { color: #0375A7; opacity: 0.8; }

<p style="color:#0375A7;opacity:0.8;">80%</p>

Text with #0375A7 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 #0375A7;}

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

This text has shadow with #0375A7 color.

.textShadow {text-shadow: 3px 3px 1px #0375A7, 3px 3px 1px red;}

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

This text has shadow with #0375A7 primary color and red secondary color.


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

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

This text has shadow with #0375A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0375A7 on black background.


Color preview on white background

This text has color #0375A7 on white background.



Black color preview on #0375A7 background

This text has black color on #0375A7 background.


White color preview on #0375A7 background

This text has white color on #0375A7 background.