COLOR #3348B6

HEX: #3348B6 RGB: (51,72,182)

Color info

#3348B6 contains mainly blue color. Web safe color of #3348B6 is #3333CC (or #33C).

RGB color model

#3348B6 color RGB value is (51,72,182).

RGB: (51,72,182) (20%, 28%, 71%)

RGB channels and saturation

R 51 of 255 = 20%
G 72 of 255 = 28%
B 182 of 255 = 71%

51
72
182

R + G + B ~ 40%. #3348B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 51 + 72 + 182 = 305 (100%)
R 51 of 305 ~ 16.72%
G 72 of 305 ~ 23.61%
B 182 of 305 ~ 59.67'%

%16.72
%23.61
%59.67

CMYK color model

#3348B6 color CMYK value is (72,60,0,29).

  • cyan value is 71.98%
  • magenta value is 60.44%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (72,60,0,29)
C72M60Y0K29 (72%, 60%, 0%, 29%)
(0.72 / 0.60 / 0.00 / 0.29)

CMYK percentages

%71.98
%60.44
%0
%28.63

Codes

Color #3348B6 in popluar color models

33 48 B6
RGB 51 72 182
HSL 230° 56.22% 45.69%
HSB/HSV 230° 71.98% 71.37%
CMYK 71.98% 60.44% 0.00%
28.63%

Color #3348B6 in popluar number systems.

HEX 33 48 B6
Decimal 51 72 182
Binary 110011 1001000 10110110
Octal 63 110 266

Shades and tints

Shades of #3348B6

#3348B6
(51,72,182)
#2F42A6
(47,66,166)
#2B3C96
(43,60,150)
#273686
(39,54,134)
#233076
(35,48,118)
#1F2A66
(31,42,102)
#1B2456
(27,36,86)
#171E46
(23,30,70)
#131836
(19,24,54)
#0F1226
(15,18,38)
#0B0C16
(11,12,22)
#000000
(0,0,0)

Tints of #3348B6

#3348B6
(51,72,182)
#4558BC
(69,88,188)
#5768C2
(87,104,194)
#6978C8
(105,120,200)
#7B88CE
(123,136,206)
#8D98D4
(141,152,212)
#9FA8DA
(159,168,218)
#B1B8E0
(177,184,224)
#C3C8E6
(195,200,230)
#D5D8EC
(213,216,236)
#E7E8F2
(231,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3348B6 color. Also use rgb(51,72,182) instead hex code.

Text Font Color

.myTextColor { color: #3348B6; }

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

This text font color is #3348B6.

Background Color

.myBgColor { background-color: #3348B6; }

<div style="background-color:#3348B6">Inner text</div>

This div background color is #3348B6.

Border color

.myBorderColor { border: 1px solid #3348B6; }

<div style="border:3px solid #3348B6">Div</div>

This div border color is #3348B6.

Opacity

.myOpacity80 { color: #3348B6; opacity: 0.8; }

<p style="color:#3348B6;opacity:0.8;">80%</p>

Text with #3348B6 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 #3348B6;}

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

This text has shadow with #3348B6 color.


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

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

This text has shadow with #3348B6 primary color and red secondary color.


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

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

This text has shadow with #3348B6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3348B6.

Preview

Color preview on black background

This text has color #3348B6 on black background.


Color preview on white background

This text has color #3348B6 on white background.


Black color preview on #3348B6 background

This text has black color on #3348B6 background.


White color preview on #3348B6 background

This text has white color on #3348B6 background.


Related colors

Complementary color

Complementary color for #hex is #CCB749.


I love getcolorcode.com

Triadic colors

1 #B63348 and #48B633 with #3348B6 are triadic colors.

2 #B64833 and #4833B6 with #3348B6 are triadic colors.