COLOR #036BB1

HEX: #036BB1
RGB: (3,107,177)

Color info

#036BB1 contains mainly blue color. Web safe color of #036BB1 is #006699 (or #069).

RGB color model

#036BB1 color RGB value is (3,107,177).

  • red value is 3;
  • green value is 107;
  • blue value is 177.
RGB:
(3,107,177)
(1%,42%,69%)

RGB channels and saturation

R 3 of 255 = 1%
G 107 of 255 = 42%
B 177 of 255 = 69%

3
107
177

R + G + B ~ 37%. #036BB1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 107 + 177 = 287 (100%)
R 3 of 287 ~ 1.05%
G 107 of 287 ~ 37.28%
B 177 of 287 ~ 61.67%

%37.28
%61.67

CMYK color model

#036BB1 color CMYK value is (98,40,0,31).

  • cyan value is 98.31%
  • magenta value is 39.55%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(98,40,0,31)
C98M40Y0K31 
(98%,40%,0%,31%)
(0.98/0.40/0.00/0.31)	

CMYK percentages

%98.31
%39.55
%0
%30.59

Codes

Color #036BB1 in popluar color models

036BB1
RGB3107177
HSL204°96.67%35.29%
HSB/HSV204°98.31%69.41%
CMYK98.31%39.55%0.00%
30.59%

Color #036BB1 in popluar number systems.

HEX036BB1
Decimal3107177
Binary11110101110110001
Octal3153261

Shades and tints

Shades of #036BB1

#036BB1
(3,107,177)
#0362A1
(3,98,161)
#035991
(3,89,145)
#035081
(3,80,129)
#034771
(3,71,113)
#033E61
(3,62,97)
#033551
(3,53,81)
#032C41
(3,44,65)
#032331
(3,35,49)
#031A21
(3,26,33)
#031111
(3,17,17)
#000000
(0,0,0)

Tints of #036BB1

#036BB1
(3,107,177)
#1978B8
(25,120,184)
#2F85BF
(47,133,191)
#4592C6
(69,146,198)
#5B9FCD
(91,159,205)
#71ACD4
(113,172,212)
#87B9DB
(135,185,219)
#9DC6E2
(157,198,226)
#B3D3E9
(179,211,233)
#C9E0F0
(201,224,240)
#DFEDF7
(223,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #036BB1 color. Also use rgb(3,107,177) instead hex code.

Text Font Color

.myTextColor { color: #036BB1; }

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

This text font color is #036BB1.


Background Color

.myBgColor { background-color: #036BB1; }

<div style="background-color:#036BB1">Inner text</div>

This div background color is #036BB1.


Border color

.myBorderColor { border: 1px solid #036BB1; }

<div style="border:3px solid #036BB1">Div</div>

This div border color is #036BB1.


Opacity

.myOpacity80 { color: #036BB1; opacity: 0.8; }

<p style="color:#036BB1;opacity:0.8;">80%</p>

Text with #036BB1 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 #036BB1;}

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

This text has shadow with #036BB1 color.

.textShadow {text-shadow: 3px 3px 1px #036BB1, 3px 3px 1px red;}

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

This text has shadow with #036BB1 primary color and red secondary color.


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

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

This text has shadow with #036BB1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #036BB1 on black background.


Color preview on white background

This text has color #036BB1 on white background.



Black color preview on #036BB1 background

This text has black color on #036BB1 background.


White color preview on #036BB1 background

This text has white color on #036BB1 background.