COLOR #253172

HEX: #253172 RGB: (37,49,114)

Color info

#253172 contains mainly blue color. Web safe color of #253172 is #333366 (or #336).

RGB color model

#253172 color RGB value is (37,49,114).

RGB: (37,49,114) (15%, 19%, 45%)

RGB channels and saturation

R 37 of 255 = 15%
G 49 of 255 = 19%
B 114 of 255 = 45%

37
49
114

R + G + B ~ 26%. #253172 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 49 + 114 = 200 (100%)
R 37 of 200 ~ 18.5%
G 49 of 200 ~ 24.5%
B 114 of 200 ~ 57'%

%18.5
%24.5
%57

CMYK color model

#253172 color CMYK value is (68,57,0,55).

  • cyan value is 67.54%
  • magenta value is 57.02%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (68,57,0,55)
C68M57Y0K55 (68%, 57%, 0%, 55%)
(0.68 / 0.57 / 0.00 / 0.55)

CMYK percentages

%67.54
%57.02
%0
%55.29

Codes

Color #253172 in popluar color models

25 31 72
RGB 37 49 114
HSL 231° 50.99% 29.61%
HSB/HSV 231° 67.54% 44.71%
CMYK 67.54% 57.02% 0.00%
55.29%

Color #253172 in popluar number systems.

HEX 25 31 72
Decimal 37 49 114
Binary 100101 110001 1110010
Octal 45 61 162

Shades and tints

Shades of #253172

#253172
(37,49,114)
#222D68
(34,45,104)
#1F295E
(31,41,94)
#1C2554
(28,37,84)
#19214A
(25,33,74)
#161D40
(22,29,64)
#131936
(19,25,54)
#10152C
(16,21,44)
#0D1122
(13,17,34)
#0A0D18
(10,13,24)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #253172

#253172
(37,49,114)
#38437E
(56,67,126)
#4B558A
(75,85,138)
#5E6796
(94,103,150)
#7179A2
(113,121,162)
#848BAE
(132,139,174)
#979DBA
(151,157,186)
#AAAFC6
(170,175,198)
#BDC1D2
(189,193,210)
#D0D3DE
(208,211,222)
#E3E5EA
(227,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253172 color. Also use rgb(37,49,114) instead hex code.

Text Font Color

.myTextColor { color: #253172; }

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

This text font color is #253172.

Background Color

.myBgColor { background-color: #253172; }

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

This div background color is #253172.

Border color

.myBorderColor { border: 1px solid #253172; }

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

This div border color is #253172.

Opacity

.myOpacity80 { color: #253172; opacity: 0.8; }

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

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

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

This text has shadow with #253172 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253172.

Preview

Color preview on black background

This text has color #253172 on black background.


Color preview on white background

This text has color #253172 on white background.


Black color preview on #253172 background

This text has black color on #253172 background.


White color preview on #253172 background

This text has white color on #253172 background.


Related colors

Complementary color

Complementary color for #hex is #DACE8D.


I love getcolorcode.com

Triadic colors

1 #722531 and #317225 with #253172 are triadic colors.

2 #723125 and #312572 with #253172 are triadic colors.