COLOR #3437B0

HEX: #3437B0 RGB: (52,55,176)

Color info

#3437B0 contains mainly blue color. Web safe color of #3437B0 is #333399 (or #339).

RGB color model

#3437B0 color RGB value is (52,55,176).

RGB: (52,55,176) (20%, 22%, 69%)

RGB channels and saturation

R 52 of 255 = 20%
G 55 of 255 = 22%
B 176 of 255 = 69%

52
55
176

R + G + B ~ 37%. #3437B0 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 55 + 176 = 283 (100%)
R 52 of 283 ~ 18.37%
G 55 of 283 ~ 19.43%
B 176 of 283 ~ 62.19'%

%18.37
%19.43
%62.19

CMYK color model

#3437B0 color CMYK value is (70,69,0,31).

  • cyan value is 70.45%
  • magenta value is 68.75%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (70,69,0,31)
C70M69Y0K31 (70%, 69%, 0%, 31%)
(0.70 / 0.69 / 0.00 / 0.31)

CMYK percentages

%70.45
%68.75
%0
%30.98

Codes

Color #3437B0 in popluar color models

34 37 B0
RGB 52 55 176
HSL 239° 54.39% 44.71%
HSB/HSV 239° 70.45% 69.02%
CMYK 70.45% 68.75% 0.00%
30.98%

Color #3437B0 in popluar number systems.

HEX 34 37 B0
Decimal 52 55 176
Binary 110100 110111 10110000
Octal 64 67 260

Shades and tints

Shades of #3437B0

#3437B0
(52,55,176)
#3032A0
(48,50,160)
#2C2D90
(44,45,144)
#282880
(40,40,128)
#242370
(36,35,112)
#201E60
(32,30,96)
#1C1950
(28,25,80)
#181440
(24,20,64)
#140F30
(20,15,48)
#100A20
(16,10,32)
#0C0510
(12,5,16)
#000000
(0,0,0)

Tints of #3437B0

#3437B0
(52,55,176)
#4649B7
(70,73,183)
#585BBE
(88,91,190)
#6A6DC5
(106,109,197)
#7C7FCC
(124,127,204)
#8E91D3
(142,145,211)
#A0A3DA
(160,163,218)
#B2B5E1
(178,181,225)
#C4C7E8
(196,199,232)
#D6D9EF
(214,217,239)
#E8EBF6
(232,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3437B0 color. Also use rgb(52,55,176) instead hex code.

Text Font Color

.myTextColor { color: #3437B0; }

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

This text font color is #3437B0.

Background Color

.myBgColor { background-color: #3437B0; }

<div style="background-color:#3437B0">Inner text</div>

This div background color is #3437B0.

Border color

.myBorderColor { border: 1px solid #3437B0; }

<div style="border:3px solid #3437B0">Div</div>

This div border color is #3437B0.

Opacity

.myOpacity80 { color: #3437B0; opacity: 0.8; }

<p style="color:#3437B0;opacity:0.8;">80%</p>

Text with #3437B0 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 #3437B0;}

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

This text has shadow with #3437B0 color.


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

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

This text has shadow with #3437B0 primary color and red secondary color.


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

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

This text has shadow with #3437B0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3437B0.

Preview

Color preview on black background

This text has color #3437B0 on black background.


Color preview on white background

This text has color #3437B0 on white background.


Black color preview on #3437B0 background

This text has black color on #3437B0 background.


White color preview on #3437B0 background

This text has white color on #3437B0 background.


Related colors

Complementary color

Complementary color for #hex is #CBC84F.


I love getcolorcode.com

Triadic colors

1 #B03437 and #37B034 with #3437B0 are triadic colors.

2 #B03734 and #3734B0 with #3437B0 are triadic colors.