COLOR #4335EF

HEX: #4335EF
RGB: (67,53,239)

Color info

#4335EF contains mainly blue color. Web safe color of #4335EF is #3333FF (or #33F).

RGB color model

#4335EF color RGB value is (67,53,239).

  • red value is 67;
  • green value is 53;
  • blue value is 239.
RGB:
(67,53,239)
(26%,21%,94%)

RGB channels and saturation

R 67 of 255 = 26%
G 53 of 255 = 21%
B 239 of 255 = 94%

67
53
239

R + G + B ~ 47%. #4335EF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
67 + 53 + 239 = 359 (100%)
R 67 of 359 ~ 18.66%
G 53 of 359 ~ 14.76%
B 239 of 359 ~ 66.57%

%18.66
%14.76
%66.57

CMYK color model

#4335EF color CMYK value is (72,78,0,6).

  • cyan value is 71.97%
  • magenta value is 77.82%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(72,78,0,6)
C72M78Y0K6 
(72%,78%,0%,6%)
(0.72/0.78/0.00/0.06)	

CMYK percentages

%71.97
%77.82
%0
%6.27

Codes

Color #4335EF in popluar color models

4335EF
RGB6753239
HSL245°85.32%57.25%
HSB/HSV245°77.82%93.73%
CMYK71.97%77.82%0.00%
6.27%

Color #4335EF in popluar number systems.

HEX4335EF
Decimal6753239
Binary100001111010111101111
Octal10365357

Shades and tints

Shades of #4335EF

#4335EF
(67,53,239)
#3D31DA
(61,49,218)
#372DC5
(55,45,197)
#3129B0
(49,41,176)
#2B259B
(43,37,155)
#252186
(37,33,134)
#1F1D71
(31,29,113)
#19195C
(25,25,92)
#131547
(19,21,71)
#0D1132
(13,17,50)
#070D1D
(7,13,29)
#000000
(0,0,0)

Tints of #4335EF

#4335EF
(67,53,239)
#5447F0
(84,71,240)
#6559F1
(101,89,241)
#766BF2
(118,107,242)
#877DF3
(135,125,243)
#988FF4
(152,143,244)
#A9A1F5
(169,161,245)
#BAB3F6
(186,179,246)
#CBC5F7
(203,197,247)
#DCD7F8
(220,215,248)
#EDE9F9
(237,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4335EF color. Also use rgb(67,53,239) instead hex code.

Text Font Color

.myTextColor { color: #4335EF; }

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

This text font color is #4335EF.


Background Color

.myBgColor { background-color: #4335EF; }

<div style="background-color:#4335EF">Inner text</div>

This div background color is #4335EF.


Border color

.myBorderColor { border: 1px solid #4335EF; }

<div style="border:3px solid #4335EF">Div</div>

This div border color is #4335EF.


Opacity

.myOpacity80 { color: #4335EF; opacity: 0.8; }

<p style="color:#4335EF;opacity:0.8;">80%</p>

Text with #4335EF 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 #4335EF;}

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

This text has shadow with #4335EF color.

.textShadow {text-shadow: 3px 3px 1px #4335EF, 3px 3px 1px red;}

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

This text has shadow with #4335EF primary color and red secondary color.


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

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

This text has shadow with #4335EF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4335EF on black background.


Color preview on white background

This text has color #4335EF on white background.



Black color preview on #4335EF background

This text has black color on #4335EF background.


White color preview on #4335EF background

This text has white color on #4335EF background.