COLOR #0366C5

HEX: #0366C5
RGB: (3,102,197)

Color info

#0366C5 contains mainly blue color. Web safe color of #0366C5 is #0066CC (or #06C).

RGB color model

#0366C5 color RGB value is (3,102,197).

  • red value is 3;
  • green value is 102;
  • blue value is 197.
RGB:
(3,102,197)
(1%,40%,77%)

RGB channels and saturation

R 3 of 255 = 1%
G 102 of 255 = 40%
B 197 of 255 = 77%

3
102
197

R + G + B ~ 39%. #0366C5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 102 + 197 = 302 (100%)
R 3 of 302 ~ 0.99%
G 102 of 302 ~ 33.77%
B 197 of 302 ~ 65.23%

%33.77
%65.23

CMYK color model

#0366C5 color CMYK value is (98,48,0,23).

  • cyan value is 98.48%
  • magenta value is 48.22%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(98,48,0,23)
C98M48Y0K23 
(98%,48%,0%,23%)
(0.98/0.48/0.00/0.23)	

CMYK percentages

%98.48
%48.22
%0
%22.75

Codes

Color #0366C5 in popluar color models

0366C5
RGB3102197
HSL209°97.00%39.22%
HSB/HSV209°98.48%77.25%
CMYK98.48%48.22%0.00%
22.75%

Color #0366C5 in popluar number systems.

HEX0366C5
Decimal3102197
Binary11110011011000101
Octal3146305

Shades and tints

Shades of #0366C5

#0366C5
(3,102,197)
#035DB4
(3,93,180)
#0354A3
(3,84,163)
#034B92
(3,75,146)
#034281
(3,66,129)
#033970
(3,57,112)
#03305F
(3,48,95)
#03274E
(3,39,78)
#031E3D
(3,30,61)
#03152C
(3,21,44)
#030C1B
(3,12,27)
#000000
(0,0,0)

Tints of #0366C5

#0366C5
(3,102,197)
#1973CA
(25,115,202)
#2F80CF
(47,128,207)
#458DD4
(69,141,212)
#5B9AD9
(91,154,217)
#71A7DE
(113,167,222)
#87B4E3
(135,180,227)
#9DC1E8
(157,193,232)
#B3CEED
(179,206,237)
#C9DBF2
(201,219,242)
#DFE8F7
(223,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0366C5 color. Also use rgb(3,102,197) instead hex code.

Text Font Color

.myTextColor { color: #0366C5; }

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

This text font color is #0366C5.


Background Color

.myBgColor { background-color: #0366C5; }

<div style="background-color:#0366C5">Inner text</div>

This div background color is #0366C5.


Border color

.myBorderColor { border: 1px solid #0366C5; }

<div style="border:3px solid #0366C5">Div</div>

This div border color is #0366C5.


Opacity

.myOpacity80 { color: #0366C5; opacity: 0.8; }

<p style="color:#0366C5;opacity:0.8;">80%</p>

Text with #0366C5 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 #0366C5;}

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

This text has shadow with #0366C5 color.

.textShadow {text-shadow: 3px 3px 1px #0366C5, 3px 3px 1px red;}

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

This text has shadow with #0366C5 primary color and red secondary color.


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

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

This text has shadow with #0366C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0366C5 on black background.


Color preview on white background

This text has color #0366C5 on white background.



Black color preview on #0366C5 background

This text has black color on #0366C5 background.


White color preview on #0366C5 background

This text has white color on #0366C5 background.