COLOR #3368B9

HEX: #3368B9 RGB: (51,104,185)

Color info

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

RGB color model

#3368B9 color RGB value is (51,104,185).

RGB: (51,104,185) (20%, 41%, 73%)

RGB channels and saturation

R 51 of 255 = 20%
G 104 of 255 = 41%
B 185 of 255 = 73%

51
104
185

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

Portions of RGB colors in percentages

R + G + B = 51 + 104 + 185 = 340 (100%)
R 51 of 340 ~ 15%
G 104 of 340 ~ 30.59%
B 185 of 340 ~ 54.41'%

%15
%30.59
%54.41

CMYK color model

#3368B9 color CMYK value is (72,44,0,27).

  • cyan value is 72.43%
  • magenta value is 43.78%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK: (72,44,0,27) C72M44Y0K27 (72%,44%,0%,27%) (0.72/0.44/0.00/0.27) 

CMYK percentages

%72.43
%43.78
%0
%27.45

Codes

Color #3368B9 in popluar color models

33 68 B9
RGB 51 104 185
HSL 216° 56.78% 46.27%
HSB/HSV 216° 72.43% 72.55%
CMYK 72.43% 43.78% 0.00%
27.45%

Color #3368B9 in popluar number systems.

HEX 33 68 B9
Decimal 51 104 185
Binary 110011 1101000 10111001
Octal 63 150 271

Shades and tints

Shades of #3368B9

#3368B9
(51,104,185)
#2F5FA9
(47,95,169)
#2B5699
(43,86,153)
#274D89
(39,77,137)
#234479
(35,68,121)
#1F3B69
(31,59,105)
#1B3259
(27,50,89)
#172949
(23,41,73)
#132039
(19,32,57)
#0F1729
(15,23,41)
#0B0E19
(11,14,25)
#000000
(0,0,0)

Tints of #3368B9

#3368B9
(51,104,185)
#4575BF
(69,117,191)
#5782C5
(87,130,197)
#698FCB
(105,143,203)
#7B9CD1
(123,156,209)
#8DA9D7
(141,169,215)
#9FB6DD
(159,182,221)
#B1C3E3
(177,195,227)
#C3D0E9
(195,208,233)
#D5DDEF
(213,221,239)
#E7EAF5
(231,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3368B9 color. Also use rgb(51,104,185) instead hex code.

Text Font Color

.myTextColor { color: #3368B9; }

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

This text font color is #3368B9.

Background Color

.myBgColor { background-color: #3368B9; }

<div style="background-color:#3368B9">Inner text</div>

This div background color is #3368B9.

Border color

.myBorderColor { border: 1px solid #3368B9; }

<div style="border:3px solid #3368B9">Div</div>

This div border color is #3368B9.

Opacity

.myOpacity80 { color: #3368B9; opacity: 0.8; }

<p style="color:#3368B9;opacity:0.8;">80%</p>

Text with #3368B9 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 #3368B9;}

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

This text has shadow with #3368B9 color.


.textShadow {text-shadow: 3px 3px 1px #3368B9', 3px 3px 1px red;}

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

This text has shadow with #3368B9 primary color and red secondary color.


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

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

This text has shadow with #3368B9 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3368B9; -webkit-box-shadow: 1px 1px 3px 2px #3368B9; box-shadow:1px 1px 3px 2px #3368B9;">
Div content here
</div>

This div box has shadow with color #3368B9.

Preview

Color preview on black background

This text has color #3368B9 on black background.


Color preview on white background

This text has color #3368B9 on white background.


Black color preview on #3368B9 background

This text has black color on #3368B9 background.


White color preview on #3368B9 background

This text has white color on #3368B9 background.


Related colors

Complementary color

Complementary color for #hex is #CC9746.


I love getcolorcode.com

Triadic colors

1 #B93368 and #68B933 with #3368B9 are triadic colors.

2 #B96833 and #6833B9 with #3368B9 are triadic colors.