COLOR #3672AF

HEX: #3672AF RGB: (54,114,175)

Color info

#3672AF contains mainly blue color. Web safe color of #3672AF is #336699 (or #369).

RGB color model

#3672AF color RGB value is (54,114,175).

RGB: (54,114,175) (21%, 45%, 69%)

RGB channels and saturation

R 54 of 255 = 21%
G 114 of 255 = 45%
B 175 of 255 = 69%

54
114
175

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

Portions of RGB colors in percentages

R + G + B = 54 + 114 + 175 = 343 (100%)
R 54 of 343 ~ 15.74%
G 114 of 343 ~ 33.24%
B 175 of 343 ~ 51.02'%

%15.74
%33.24
%51.02

CMYK color model

#3672AF color CMYK value is (69,35,0,31).

  • cyan value is 69.14%
  • magenta value is 34.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (69,35,0,31)
C69M35Y0K31 (69%, 35%, 0%, 31%)
(0.69 / 0.35 / 0.00 / 0.31)

CMYK percentages

%69.14
%34.86
%0
%31.37

Codes

Color #3672AF in popluar color models

36 72 AF
RGB 54 114 175
HSL 210° 52.84% 44.90%
HSB/HSV 210° 69.14% 68.63%
CMYK 69.14% 34.86% 0.00%
31.37%

Color #3672AF in popluar number systems.

HEX 36 72 AF
Decimal 54 114 175
Binary 110110 1110010 10101111
Octal 66 162 257

Shades and tints

Shades of #3672AF

#3672AF
(54,114,175)
#3268A0
(50,104,160)
#2E5E91
(46,94,145)
#2A5482
(42,84,130)
#264A73
(38,74,115)
#224064
(34,64,100)
#1E3655
(30,54,85)
#1A2C46
(26,44,70)
#162237
(22,34,55)
#121828
(18,24,40)
#0E0E19
(14,14,25)
#000000
(0,0,0)

Tints of #3672AF

#3672AF
(54,114,175)
#487EB6
(72,126,182)
#5A8ABD
(90,138,189)
#6C96C4
(108,150,196)
#7EA2CB
(126,162,203)
#90AED2
(144,174,210)
#A2BAD9
(162,186,217)
#B4C6E0
(180,198,224)
#C6D2E7
(198,210,231)
#D8DEEE
(216,222,238)
#EAEAF5
(234,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3672AF color. Also use rgb(54,114,175) instead hex code.

Text Font Color

.myTextColor { color: #3672AF; }

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

This text font color is #3672AF.

Background Color

.myBgColor { background-color: #3672AF; }

<div style="background-color:#3672AF">Inner text</div>

This div background color is #3672AF.

Border color

.myBorderColor { border: 1px solid #3672AF; }

<div style="border:3px solid #3672AF">Div</div>

This div border color is #3672AF.

Opacity

.myOpacity80 { color: #3672AF; opacity: 0.8; }

<p style="color:#3672AF;opacity:0.8;">80%</p>

Text with #3672AF 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 #3672AF;}

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

This text has shadow with #3672AF color.


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

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

This text has shadow with #3672AF primary color and red secondary color.


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

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

This text has shadow with #3672AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3672AF.

Preview

Color preview on black background

This text has color #3672AF on black background.


Color preview on white background

This text has color #3672AF on white background.


Black color preview on #3672AF background

This text has black color on #3672AF background.


White color preview on #3672AF background

This text has white color on #3672AF background.


Related colors

Complementary color

Complementary color for #hex is #C98D50.


I love getcolorcode.com

Triadic colors

1 #AF3672 and #72AF36 with #3672AF are triadic colors.

2 #AF7236 and #7236AF with #3672AF are triadic colors.