COLOR #253A5A

HEX: #253A5A
RGB: (37,58,90)

Color info

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

RGB color model

#253A5A color RGB value is (37,58,90).

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

RGB channels and saturation

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

37
58
90

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

Portions of RGB colors in percentages

R + G + B =
37 + 58 + 90 = 185 (100%)
R 37 of 185 ~ 20%
G 58 of 185 ~ 31.35%
B 90 of 185 ~ 48.65%

%20
%31.35
%48.65

CMYK color model

#253A5A color CMYK value is (59,36,0,65).

  • cyan value is 58.89%
  • magenta value is 35.56%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(59,36,0,65)
C59M36Y0K65 
(59%,36%,0%,65%)
(0.59/0.36/0.00/0.65)	

CMYK percentages

%58.89
%35.56
%0
%64.71

Codes

Color #253A5A in popluar color models

253A5A
RGB375890
HSL216°41.73%24.90%
HSB/HSV216°58.89%35.29%
CMYK58.89%35.56%0.00%
64.71%

Color #253A5A in popluar number systems.

HEX253A5A
Decimal375890
Binary1001011110101011010
Octal4572132

Shades and tints

Shades of #253A5A

#253A5A
(37,58,90)
#223552
(34,53,82)
#1F304A
(31,48,74)
#1C2B42
(28,43,66)
#19263A
(25,38,58)
#162132
(22,33,50)
#131C2A
(19,28,42)
#101722
(16,23,34)
#0D121A
(13,18,26)
#0A0D12
(10,13,18)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #253A5A

#253A5A
(37,58,90)
#384B69
(56,75,105)
#4B5C78
(75,92,120)
#5E6D87
(94,109,135)
#717E96
(113,126,150)
#848FA5
(132,143,165)
#97A0B4
(151,160,180)
#AAB1C3
(170,177,195)
#BDC2D2
(189,194,210)
#D0D3E1
(208,211,225)
#E3E4F0
(227,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253A5A; }

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

This text font color is #253A5A.


Background Color

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

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

This div background color is #253A5A.


Border color

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

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

This div border color is #253A5A.


Opacity

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

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

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

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

This text has shadow with #253A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253A5A on black background.


Color preview on white background

This text has color #253A5A on white background.



Black color preview on #253A5A background

This text has black color on #253A5A background.


White color preview on #253A5A background

This text has white color on #253A5A background.