COLOR #3363A1

HEX: #3363A1
RGB: (51,99,161)

Color info

#3363A1 contains mainly blue color. Web safe color of #3363A1 is #336699 (or #369).

RGB color model

#3363A1 color RGB value is (51,99,161).

  • red value is 51;
  • green value is 99;
  • blue value is 161.
RGB:
(51,99,161)
(20%,39%,63%)

RGB channels and saturation

R 51 of 255 = 20%
G 99 of 255 = 39%
B 161 of 255 = 63%

51
99
161

R + G + B ~ 41%. #3363A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 99 + 161 = 311 (100%)
R 51 of 311 ~ 16.4%
G 99 of 311 ~ 31.83%
B 161 of 311 ~ 51.77%

%16.4
%31.83
%51.77

CMYK color model

#3363A1 color CMYK value is (68,39,0,37).

  • cyan value is 68.32%
  • magenta value is 38.51%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(68,39,0,37)
C68M39Y0K37 
(68%,39%,0%,37%)
(0.68/0.39/0.00/0.37)	

CMYK percentages

%68.32
%38.51
%0
%36.86

Codes

Color #3363A1 in popluar color models

3363A1
RGB5199161
HSL214°51.89%41.57%
HSB/HSV214°68.32%63.14%
CMYK68.32%38.51%0.00%
36.86%

Color #3363A1 in popluar number systems.

HEX3363A1
Decimal5199161
Binary110011110001110100001
Octal63143241

Shades and tints

Shades of #3363A1

#3363A1
(51,99,161)
#2F5A93
(47,90,147)
#2B5185
(43,81,133)
#274877
(39,72,119)
#233F69
(35,63,105)
#1F365B
(31,54,91)
#1B2D4D
(27,45,77)
#17243F
(23,36,63)
#131B31
(19,27,49)
#0F1223
(15,18,35)
#0B0915
(11,9,21)
#000000
(0,0,0)

Tints of #3363A1

#3363A1
(51,99,161)
#4571A9
(69,113,169)
#577FB1
(87,127,177)
#698DB9
(105,141,185)
#7B9BC1
(123,155,193)
#8DA9C9
(141,169,201)
#9FB7D1
(159,183,209)
#B1C5D9
(177,197,217)
#C3D3E1
(195,211,225)
#D5E1E9
(213,225,233)
#E7EFF1
(231,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3363A1 color. Also use rgb(51,99,161) instead hex code.

Text Font Color

.myTextColor { color: #3363A1; }

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

This text font color is #3363A1.


Background Color

.myBgColor { background-color: #3363A1; }

<div style="background-color:#3363A1">Inner text</div>

This div background color is #3363A1.


Border color

.myBorderColor { border: 1px solid #3363A1; }

<div style="border:3px solid #3363A1">Div</div>

This div border color is #3363A1.


Opacity

.myOpacity80 { color: #3363A1; opacity: 0.8; }

<p style="color:#3363A1;opacity:0.8;">80%</p>

Text with #3363A1 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 #3363A1;}

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

This text has shadow with #3363A1 color.

.textShadow {text-shadow: 3px 3px 1px #3363A1, 3px 3px 1px red;}

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

This text has shadow with #3363A1 primary color and red secondary color.


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

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

This text has shadow with #3363A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3363A1 on black background.


Color preview on white background

This text has color #3363A1 on white background.



Black color preview on #3363A1 background

This text has black color on #3363A1 background.


White color preview on #3363A1 background

This text has white color on #3363A1 background.