COLOR #253889

HEX: #253889
RGB: (37,56,137)

Color info

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

RGB color model

#253889 color RGB value is (37,56,137).

  • red value is 37;
  • green value is 56;
  • blue value is 137.
RGB:
(37,56,137)
(15%,22%,54%)

RGB channels and saturation

R 37 of 255 = 15%
G 56 of 255 = 22%
B 137 of 255 = 54%

37
56
137

R + G + B ~ 30%. #253889 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 56 + 137 = 230 (100%)
R 37 of 230 ~ 16.09%
G 56 of 230 ~ 24.35%
B 137 of 230 ~ 59.57%

%16.09
%24.35
%59.57

CMYK color model

#253889 color CMYK value is (73,59,0,46).

  • cyan value is 72.99%
  • magenta value is 59.12%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(73,59,0,46)
C73M59Y0K46 
(73%,59%,0%,46%)
(0.73/0.59/0.00/0.46)	

CMYK percentages

%72.99
%59.12
%0
%46.27

Codes

Color #253889 in popluar color models

253889
RGB3756137
HSL229°57.47%34.12%
HSB/HSV229°72.99%53.73%
CMYK72.99%59.12%0.00%
46.27%

Color #253889 in popluar number systems.

HEX253889
Decimal3756137
Binary10010111100010001001
Octal4570211

Shades and tints

Shades of #253889

#253889
(37,56,137)
#22337D
(34,51,125)
#1F2E71
(31,46,113)
#1C2965
(28,41,101)
#192459
(25,36,89)
#161F4D
(22,31,77)
#131A41
(19,26,65)
#101535
(16,21,53)
#0D1029
(13,16,41)
#0A0B1D
(10,11,29)
#070611
(7,6,17)
#000000
(0,0,0)

Tints of #253889

#253889
(37,56,137)
#384A93
(56,74,147)
#4B5C9D
(75,92,157)
#5E6EA7
(94,110,167)
#7180B1
(113,128,177)
#8492BB
(132,146,187)
#97A4C5
(151,164,197)
#AAB6CF
(170,182,207)
#BDC8D9
(189,200,217)
#D0DAE3
(208,218,227)
#E3ECED
(227,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253889 color. Also use rgb(37,56,137) instead hex code.

Text Font Color

.myTextColor { color: #253889; }

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

This text font color is #253889.


Background Color

.myBgColor { background-color: #253889; }

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

This div background color is #253889.


Border color

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

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

This div border color is #253889.


Opacity

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

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

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

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

This text has shadow with #253889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253889 on black background.


Color preview on white background

This text has color #253889 on white background.



Black color preview on #253889 background

This text has black color on #253889 background.


White color preview on #253889 background

This text has white color on #253889 background.