COLOR #253A98

HEX: #253A98
RGB: (37,58,152)

Color info

#253A98 contains mainly blue color. Web safe color of #253A98 is #333399 (or #339).

RGB color model

#253A98 color RGB value is (37,58,152).

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

RGB channels and saturation

R 37 of 255 = 15%
G 58 of 255 = 23%
B 152 of 255 = 60%

37
58
152

R + G + B ~ 33%. #253A98 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 58 + 152 = 247 (100%)
R 37 of 247 ~ 14.98%
G 58 of 247 ~ 23.48%
B 152 of 247 ~ 61.54%

%14.98
%23.48
%61.54

CMYK color model

#253A98 color CMYK value is (76,62,0,40).

  • cyan value is 75.66%
  • magenta value is 61.84%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(76,62,0,40)
C76M62Y0K40 
(76%,62%,0%,40%)
(0.76/0.62/0.00/0.40)	

CMYK percentages

%75.66
%61.84
%0
%40.39

Codes

Color #253A98 in popluar color models

253A98
RGB3758152
HSL229°60.85%37.06%
HSB/HSV229°75.66%59.61%
CMYK75.66%61.84%0.00%
40.39%

Color #253A98 in popluar number systems.

HEX253A98
Decimal3758152
Binary10010111101010011000
Octal4572230

Shades and tints

Shades of #253A98

#253A98
(37,58,152)
#22358B
(34,53,139)
#1F307E
(31,48,126)
#1C2B71
(28,43,113)
#192664
(25,38,100)
#162157
(22,33,87)
#131C4A
(19,28,74)
#10173D
(16,23,61)
#0D1230
(13,18,48)
#0A0D23
(10,13,35)
#070816
(7,8,22)
#000000
(0,0,0)

Tints of #253A98

#253A98
(37,58,152)
#384BA1
(56,75,161)
#4B5CAA
(75,92,170)
#5E6DB3
(94,109,179)
#717EBC
(113,126,188)
#848FC5
(132,143,197)
#97A0CE
(151,160,206)
#AAB1D7
(170,177,215)
#BDC2E0
(189,194,224)
#D0D3E9
(208,211,233)
#E3E4F2
(227,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253A98; }

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

This text font color is #253A98.


Background Color

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

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

This div background color is #253A98.


Border color

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

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

This div border color is #253A98.


Opacity

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

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

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

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

This text has shadow with #253A98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253A98 on black background.


Color preview on white background

This text has color #253A98 on white background.



Black color preview on #253A98 background

This text has black color on #253A98 background.


White color preview on #253A98 background

This text has white color on #253A98 background.