COLOR #736FEB

HEX: #736FEB
RGB: (115,111,235)

Color info

#736FEB contains mainly blue color. Web safe color of #736FEB is #6666FF (or #66F).

RGB color model

#736FEB color RGB value is (115,111,235).

  • red value is 115;
  • green value is 111;
  • blue value is 235.
RGB:
(115,111,235)
(45%,44%,92%)

RGB channels and saturation

R 115 of 255 = 45%
G 111 of 255 = 44%
B 235 of 255 = 92%

115
111
235

R + G + B ~ 60%. #736FEB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 111 + 235 = 461 (100%)
R 115 of 461 ~ 24.95%
G 111 of 461 ~ 24.08%
B 235 of 461 ~ 50.98%

%24.95
%24.08
%50.98

CMYK color model

#736FEB color CMYK value is (51,53,0,8).

  • cyan value is 51.06%
  • magenta value is 52.77%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(51,53,0,8)
C51M53Y0K8 
(51%,53%,0%,8%)
(0.51/0.53/0.00/0.08)	

CMYK percentages

%51.06
%52.77
%0
%7.84

Codes

Color #736FEB in popluar color models

736FEB
RGB115111235
HSL242°75.61%67.84%
HSB/HSV242°52.77%92.16%
CMYK51.06%52.77%0.00%
7.84%

Color #736FEB in popluar number systems.

HEX736FEB
Decimal115111235
Binary1110011110111111101011
Octal163157353

Shades and tints

Shades of #736FEB

#736FEB
(115,111,235)
#6965D6
(105,101,214)
#5F5BC1
(95,91,193)
#5551AC
(85,81,172)
#4B4797
(75,71,151)
#413D82
(65,61,130)
#37336D
(55,51,109)
#2D2958
(45,41,88)
#231F43
(35,31,67)
#19152E
(25,21,46)
#0F0B19
(15,11,25)
#000000
(0,0,0)

Tints of #736FEB

#736FEB
(115,111,235)
#7F7CEC
(127,124,236)
#8B89ED
(139,137,237)
#9796EE
(151,150,238)
#A3A3EF
(163,163,239)
#AFB0F0
(175,176,240)
#BBBDF1
(187,189,241)
#C7CAF2
(199,202,242)
#D3D7F3
(211,215,243)
#DFE4F4
(223,228,244)
#EBF1F5
(235,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736FEB color. Also use rgb(115,111,235) instead hex code.

Text Font Color

.myTextColor { color: #736FEB; }

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

This text font color is #736FEB.


Background Color

.myBgColor { background-color: #736FEB; }

<div style="background-color:#736FEB">Inner text</div>

This div background color is #736FEB.


Border color

.myBorderColor { border: 1px solid #736FEB; }

<div style="border:3px solid #736FEB">Div</div>

This div border color is #736FEB.


Opacity

.myOpacity80 { color: #736FEB; opacity: 0.8; }

<p style="color:#736FEB;opacity:0.8;">80%</p>

Text with #736FEB 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 #736FEB;}

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

This text has shadow with #736FEB color.

.textShadow {text-shadow: 3px 3px 1px #736FEB, 3px 3px 1px red;}

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

This text has shadow with #736FEB primary color and red secondary color.


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

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

This text has shadow with #736FEB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736FEB on black background.


Color preview on white background

This text has color #736FEB on white background.



Black color preview on #736FEB background

This text has black color on #736FEB background.


White color preview on #736FEB background

This text has white color on #736FEB background.