COLOR #3375E3

HEX: #3375E3
RGB: (51,117,227)

Color info

#3375E3 contains mainly blue color. Web safe color of #3375E3 is #3366CC (or #36C).

RGB color model

#3375E3 color RGB value is (51,117,227).

  • red value is 51;
  • green value is 117;
  • blue value is 227.
RGB:
(51,117,227)
(20%,46%,89%)

RGB channels and saturation

R 51 of 255 = 20%
G 117 of 255 = 46%
B 227 of 255 = 89%

51
117
227

R + G + B ~ 52%. #3375E3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 117 + 227 = 395 (100%)
R 51 of 395 ~ 12.91%
G 117 of 395 ~ 29.62%
B 227 of 395 ~ 57.47%

%12.91
%29.62
%57.47

CMYK color model

#3375E3 color CMYK value is (78,48,0,11).

  • cyan value is 77.53%
  • magenta value is 48.46%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(78,48,0,11)
C78M48Y0K11 
(78%,48%,0%,11%)
(0.78/0.48/0.00/0.11)	

CMYK percentages

%77.53
%48.46
%0
%10.98

Codes

Color #3375E3 in popluar color models

3375E3
RGB51117227
HSL218°75.86%54.51%
HSB/HSV218°77.53%89.02%
CMYK77.53%48.46%0.00%
10.98%

Color #3375E3 in popluar number systems.

HEX3375E3
Decimal51117227
Binary110011111010111100011
Octal63165343

Shades and tints

Shades of #3375E3

#3375E3
(51,117,227)
#2F6BCF
(47,107,207)
#2B61BB
(43,97,187)
#2757A7
(39,87,167)
#234D93
(35,77,147)
#1F437F
(31,67,127)
#1B396B
(27,57,107)
#172F57
(23,47,87)
#132543
(19,37,67)
#0F1B2F
(15,27,47)
#0B111B
(11,17,27)
#000000
(0,0,0)

Tints of #3375E3

#3375E3
(51,117,227)
#4581E5
(69,129,229)
#578DE7
(87,141,231)
#6999E9
(105,153,233)
#7BA5EB
(123,165,235)
#8DB1ED
(141,177,237)
#9FBDEF
(159,189,239)
#B1C9F1
(177,201,241)
#C3D5F3
(195,213,243)
#D5E1F5
(213,225,245)
#E7EDF7
(231,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3375E3 color. Also use rgb(51,117,227) instead hex code.

Text Font Color

.myTextColor { color: #3375E3; }

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

This text font color is #3375E3.


Background Color

.myBgColor { background-color: #3375E3; }

<div style="background-color:#3375E3">Inner text</div>

This div background color is #3375E3.


Border color

.myBorderColor { border: 1px solid #3375E3; }

<div style="border:3px solid #3375E3">Div</div>

This div border color is #3375E3.


Opacity

.myOpacity80 { color: #3375E3; opacity: 0.8; }

<p style="color:#3375E3;opacity:0.8;">80%</p>

Text with #3375E3 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 #3375E3;}

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

This text has shadow with #3375E3 color.

.textShadow {text-shadow: 3px 3px 1px #3375E3, 3px 3px 1px red;}

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

This text has shadow with #3375E3 primary color and red secondary color.


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

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

This text has shadow with #3375E3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3375E3 on black background.


Color preview on white background

This text has color #3375E3 on white background.



Black color preview on #3375E3 background

This text has black color on #3375E3 background.


White color preview on #3375E3 background

This text has white color on #3375E3 background.