COLOR #3360C7

HEX: #3360C7
RGB: (51,96,199)

Color info

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

RGB color model

#3360C7 color RGB value is (51,96,199).

  • red value is 51;
  • green value is 96;
  • blue value is 199.
RGB:
(51,96,199)
(20%,38%,78%)

RGB channels and saturation

R 51 of 255 = 20%
G 96 of 255 = 38%
B 199 of 255 = 78%

51
96
199

R + G + B ~ 45%. #3360C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 96 + 199 = 346 (100%)
R 51 of 346 ~ 14.74%
G 96 of 346 ~ 27.75%
B 199 of 346 ~ 57.51%

%14.74
%27.75
%57.51

CMYK color model

#3360C7 color CMYK value is (74,52,0,22).

  • cyan value is 74.37%
  • magenta value is 51.76%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(74,52,0,22)
C74M52Y0K22 
(74%,52%,0%,22%)
(0.74/0.52/0.00/0.22)	

CMYK percentages

%74.37
%51.76
%0
%21.96

Codes

Color #3360C7 in popluar color models

3360C7
RGB5196199
HSL222°59.20%49.02%
HSB/HSV222°74.37%78.04%
CMYK74.37%51.76%0.00%
21.96%

Color #3360C7 in popluar number systems.

HEX3360C7
Decimal5196199
Binary110011110000011000111
Octal63140307

Shades and tints

Shades of #3360C7

#3360C7
(51,96,199)
#2F58B5
(47,88,181)
#2B50A3
(43,80,163)
#274891
(39,72,145)
#23407F
(35,64,127)
#1F386D
(31,56,109)
#1B305B
(27,48,91)
#172849
(23,40,73)
#132037
(19,32,55)
#0F1825
(15,24,37)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #3360C7

#3360C7
(51,96,199)
#456ECC
(69,110,204)
#577CD1
(87,124,209)
#698AD6
(105,138,214)
#7B98DB
(123,152,219)
#8DA6E0
(141,166,224)
#9FB4E5
(159,180,229)
#B1C2EA
(177,194,234)
#C3D0EF
(195,208,239)
#D5DEF4
(213,222,244)
#E7ECF9
(231,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3360C7 color. Also use rgb(51,96,199) instead hex code.

Text Font Color

.myTextColor { color: #3360C7; }

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

This text font color is #3360C7.


Background Color

.myBgColor { background-color: #3360C7; }

<div style="background-color:#3360C7">Inner text</div>

This div background color is #3360C7.


Border color

.myBorderColor { border: 1px solid #3360C7; }

<div style="border:3px solid #3360C7">Div</div>

This div border color is #3360C7.


Opacity

.myOpacity80 { color: #3360C7; opacity: 0.8; }

<p style="color:#3360C7;opacity:0.8;">80%</p>

Text with #3360C7 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 #3360C7;}

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

This text has shadow with #3360C7 color.

.textShadow {text-shadow: 3px 3px 1px #3360C7, 3px 3px 1px red;}

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

This text has shadow with #3360C7 primary color and red secondary color.


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

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

This text has shadow with #3360C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3360C7 on black background.


Color preview on white background

This text has color #3360C7 on white background.



Black color preview on #3360C7 background

This text has black color on #3360C7 background.


White color preview on #3360C7 background

This text has white color on #3360C7 background.