COLOR #253A5E

HEX: #253A5E RGB: (37,58,94)

Color info

#253A5E contains red, green and blue colors in about the same proportion. Web safe color of #253A5E is #333366 (or #336).

RGB color model

#253A5E color RGB value is (37,58,94).

RGB: (37,58,94) (15%, 23%, 37%)

RGB channels and saturation

R 37 of 255 = 15%
G 58 of 255 = 23%
B 94 of 255 = 37%

37
58
94

R + G + B ~ 25%. #253A5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 58 + 94 = 189 (100%)
R 37 of 189 ~ 19.58%
G 58 of 189 ~ 30.69%
B 94 of 189 ~ 49.74'%

%19.58
%30.69
%49.74

CMYK color model

#253A5E color CMYK value is (61,38,0,63).

  • cyan value is 60.64%
  • magenta value is 38.30%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (61,38,0,63)
C61M38Y0K63 (61%, 38%, 0%, 63%)
(0.61 / 0.38 / 0.00 / 0.63)

CMYK percentages

%60.64
%38.3
%0
%63.14

Codes

Color #253A5E in popluar color models

25 3A 5E
RGB 37 58 94
HSL 218° 43.51% 25.69%
HSB/HSV 218° 60.64% 36.86%
CMYK 60.64% 38.30% 0.00%
63.14%

Color #253A5E in popluar number systems.

HEX 25 3A 5E
Decimal 37 58 94
Binary 100101 111010 1011110
Octal 45 72 136

Shades and tints

Shades of #253A5E

#253A5E
(37,58,94)
#223556
(34,53,86)
#1F304E
(31,48,78)
#1C2B46
(28,43,70)
#19263E
(25,38,62)
#162136
(22,33,54)
#131C2E
(19,28,46)
#101726
(16,23,38)
#0D121E
(13,18,30)
#0A0D16
(10,13,22)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #253A5E

#253A5E
(37,58,94)
#384B6C
(56,75,108)
#4B5C7A
(75,92,122)
#5E6D88
(94,109,136)
#717E96
(113,126,150)
#848FA4
(132,143,164)
#97A0B2
(151,160,178)
#AAB1C0
(170,177,192)
#BDC2CE
(189,194,206)
#D0D3DC
(208,211,220)
#E3E4EA
(227,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253A5E color. Also use rgb(37,58,94) instead hex code.

Text Font Color

.myTextColor { color: #253A5E; }

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

This text font color is #253A5E.

Background Color

.myBgColor { background-color: #253A5E; }

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

This div background color is #253A5E.

Border color

.myBorderColor { border: 1px solid #253A5E; }

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

This div border color is #253A5E.

Opacity

.myOpacity80 { color: #253A5E; opacity: 0.8; }

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

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

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

This text has shadow with #253A5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253A5E.

Preview

Color preview on black background

This text has color #253A5E on black background.


Color preview on white background

This text has color #253A5E on white background.


Black color preview on #253A5E background

This text has black color on #253A5E background.


White color preview on #253A5E background

This text has white color on #253A5E background.


Related colors

Complementary color

Complementary color for #hex is #DAC5A1.


I love getcolorcode.com

Triadic colors

1 #5E253A and #3A5E25 with #253A5E are triadic colors.

2 #5E3A25 and #3A255E with #253A5E are triadic colors.