COLOR #0360BD

HEX: #0360BD
RGB: (3,96,189)

Color info

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

RGB color model

#0360BD color RGB value is (3,96,189).

  • red value is 3;
  • green value is 96;
  • blue value is 189.
RGB:
(3,96,189)
(1%,38%,74%)

RGB channels and saturation

R 3 of 255 = 1%
G 96 of 255 = 38%
B 189 of 255 = 74%

3
96
189

R + G + B ~ 38%. #0360BD is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 96 + 189 = 288 (100%)
R 3 of 288 ~ 1.04%
G 96 of 288 ~ 33.33%
B 189 of 288 ~ 65.63%

%33.33
%65.63

CMYK color model

#0360BD color CMYK value is (98,49,0,26).

  • cyan value is 98.41%
  • magenta value is 49.21%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(98,49,0,26)
C98M49Y0K26 
(98%,49%,0%,26%)
(0.98/0.49/0.00/0.26)	

CMYK percentages

%98.41
%49.21
%0
%25.88

Codes

Color #0360BD in popluar color models

0360BD
RGB396189
HSL210°96.88%37.65%
HSB/HSV210°98.41%74.12%
CMYK98.41%49.21%0.00%
25.88%

Color #0360BD in popluar number systems.

HEX0360BD
Decimal396189
Binary11110000010111101
Octal3140275

Shades and tints

Shades of #0360BD

#0360BD
(3,96,189)
#0358AC
(3,88,172)
#03509B
(3,80,155)
#03488A
(3,72,138)
#034079
(3,64,121)
#033868
(3,56,104)
#033057
(3,48,87)
#032846
(3,40,70)
#032035
(3,32,53)
#031824
(3,24,36)
#031013
(3,16,19)
#000000
(0,0,0)

Tints of #0360BD

#0360BD
(3,96,189)
#196EC3
(25,110,195)
#2F7CC9
(47,124,201)
#458ACF
(69,138,207)
#5B98D5
(91,152,213)
#71A6DB
(113,166,219)
#87B4E1
(135,180,225)
#9DC2E7
(157,194,231)
#B3D0ED
(179,208,237)
#C9DEF3
(201,222,243)
#DFECF9
(223,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0360BD color. Also use rgb(3,96,189) instead hex code.

Text Font Color

.myTextColor { color: #0360BD; }

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

This text font color is #0360BD.


Background Color

.myBgColor { background-color: #0360BD; }

<div style="background-color:#0360BD">Inner text</div>

This div background color is #0360BD.


Border color

.myBorderColor { border: 1px solid #0360BD; }

<div style="border:3px solid #0360BD">Div</div>

This div border color is #0360BD.


Opacity

.myOpacity80 { color: #0360BD; opacity: 0.8; }

<p style="color:#0360BD;opacity:0.8;">80%</p>

Text with #0360BD 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 #0360BD;}

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

This text has shadow with #0360BD color.

.textShadow {text-shadow: 3px 3px 1px #0360BD, 3px 3px 1px red;}

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

This text has shadow with #0360BD primary color and red secondary color.


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

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

This text has shadow with #0360BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0360BD on black background.


Color preview on white background

This text has color #0360BD on white background.



Black color preview on #0360BD background

This text has black color on #0360BD background.


White color preview on #0360BD background

This text has white color on #0360BD background.