COLOR #3362FA

HEX: #3362FA
RGB: (51,98,250)

Color info

#3362FA contains mainly blue color. Web safe color of #3362FA is #3366FF (or #36F).

RGB color model

#3362FA color RGB value is (51,98,250).

  • red value is 51;
  • green value is 98;
  • blue value is 250.
RGB:
(51,98,250)
(20%,38%,98%)

RGB channels and saturation

R 51 of 255 = 20%
G 98 of 255 = 38%
B 250 of 255 = 98%

51
98
250

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

Portions of RGB colors in percentages

R + G + B =
51 + 98 + 250 = 399 (100%)
R 51 of 399 ~ 12.78%
G 98 of 399 ~ 24.56%
B 250 of 399 ~ 62.66%

%12.78
%24.56
%62.66

CMYK color model

#3362FA color CMYK value is (80,61,0,2).

  • cyan value is 79.60%
  • magenta value is 60.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(80,61,0,2)
C80M61Y0K2 
(80%,61%,0%,2%)
(0.80/0.61/0.00/0.02)	

CMYK percentages

%79.6
%60.8
%0
%1.96

Codes

Color #3362FA in popluar color models

3362FA
RGB5198250
HSL226°95.22%59.02%
HSB/HSV226°79.60%98.04%
CMYK79.60%60.80%0.00%
1.96%

Color #3362FA in popluar number systems.

HEX3362FA
Decimal5198250
Binary110011110001011111010
Octal63142372

Shades and tints

Shades of #3362FA

#3362FA
(51,98,250)
#2F5AE4
(47,90,228)
#2B52CE
(43,82,206)
#274AB8
(39,74,184)
#2342A2
(35,66,162)
#1F3A8C
(31,58,140)
#1B3276
(27,50,118)
#172A60
(23,42,96)
#13224A
(19,34,74)
#0F1A34
(15,26,52)
#0B121E
(11,18,30)
#000000
(0,0,0)

Tints of #3362FA

#3362FA
(51,98,250)
#4570FA
(69,112,250)
#577EFA
(87,126,250)
#698CFA
(105,140,250)
#7B9AFA
(123,154,250)
#8DA8FA
(141,168,250)
#9FB6FA
(159,182,250)
#B1C4FA
(177,196,250)
#C3D2FA
(195,210,250)
#D5E0FA
(213,224,250)
#E7EEFA
(231,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3362FA color. Also use rgb(51,98,250) instead hex code.

Text Font Color

.myTextColor { color: #3362FA; }

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

This text font color is #3362FA.


Background Color

.myBgColor { background-color: #3362FA; }

<div style="background-color:#3362FA">Inner text</div>

This div background color is #3362FA.


Border color

.myBorderColor { border: 1px solid #3362FA; }

<div style="border:3px solid #3362FA">Div</div>

This div border color is #3362FA.


Opacity

.myOpacity80 { color: #3362FA; opacity: 0.8; }

<p style="color:#3362FA;opacity:0.8;">80%</p>

Text with #3362FA 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 #3362FA;}

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

This text has shadow with #3362FA color.

.textShadow {text-shadow: 3px 3px 1px #3362FA, 3px 3px 1px red;}

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

This text has shadow with #3362FA primary color and red secondary color.


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

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

This text has shadow with #3362FA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3362FA on black background.


Color preview on white background

This text has color #3362FA on white background.



Black color preview on #3362FA background

This text has black color on #3362FA background.


White color preview on #3362FA background

This text has white color on #3362FA background.