COLOR #253A58

HEX: #253A58
RGB: (37,58,88)

Color info

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

RGB color model

#253A58 color RGB value is (37,58,88).

  • red value is 37;
  • green value is 58;
  • blue value is 88.
RGB:
(37,58,88)
(15%,23%,35%)

RGB channels and saturation

R 37 of 255 = 15%
G 58 of 255 = 23%
B 88 of 255 = 35%

37
58
88

R + G + B ~ 24%. #253A58 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 58 + 88 = 183 (100%)
R 37 of 183 ~ 20.22%
G 58 of 183 ~ 31.69%
B 88 of 183 ~ 48.09%

%20.22
%31.69
%48.09

CMYK color model

#253A58 color CMYK value is (58,34,0,65).

  • cyan value is 57.95%
  • magenta value is 34.09%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(58,34,0,65)
C58M34Y0K65 
(58%,34%,0%,65%)
(0.58/0.34/0.00/0.65)	

CMYK percentages

%57.95
%34.09
%0
%65.49

Codes

Color #253A58 in popluar color models

253A58
RGB375888
HSL215°40.80%24.51%
HSB/HSV215°57.95%34.51%
CMYK57.95%34.09%0.00%
65.49%

Color #253A58 in popluar number systems.

HEX253A58
Decimal375888
Binary1001011110101011000
Octal4572130

Shades and tints

Shades of #253A58

#253A58
(37,58,88)
#223550
(34,53,80)
#1F3048
(31,48,72)
#1C2B40
(28,43,64)
#192638
(25,38,56)
#162130
(22,33,48)
#131C28
(19,28,40)
#101720
(16,23,32)
#0D1218
(13,18,24)
#0A0D10
(10,13,16)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #253A58

#253A58
(37,58,88)
#384B67
(56,75,103)
#4B5C76
(75,92,118)
#5E6D85
(94,109,133)
#717E94
(113,126,148)
#848FA3
(132,143,163)
#97A0B2
(151,160,178)
#AAB1C1
(170,177,193)
#BDC2D0
(189,194,208)
#D0D3DF
(208,211,223)
#E3E4EE
(227,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253A58; }

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

This text font color is #253A58.


Background Color

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

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

This div background color is #253A58.


Border color

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

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

This div border color is #253A58.


Opacity

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

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

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

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

This text has shadow with #253A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253A58 on black background.


Color preview on white background

This text has color #253A58 on white background.



Black color preview on #253A58 background

This text has black color on #253A58 background.


White color preview on #253A58 background

This text has white color on #253A58 background.