COLOR #253775

HEX: #253775
RGB: (37,55,117)

Color info

#253775 contains mainly blue color. Web safe color of #253775 is #333366 (or #336).

RGB color model

#253775 color RGB value is (37,55,117).

  • red value is 37;
  • green value is 55;
  • blue value is 117.
RGB:
(37,55,117)
(15%,22%,46%)

RGB channels and saturation

R 37 of 255 = 15%
G 55 of 255 = 22%
B 117 of 255 = 46%

37
55
117

R + G + B ~ 28%. #253775 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 55 + 117 = 209 (100%)
R 37 of 209 ~ 17.7%
G 55 of 209 ~ 26.32%
B 117 of 209 ~ 55.98%

%17.7
%26.32
%55.98

CMYK color model

#253775 color CMYK value is (68,53,0,54).

  • cyan value is 68.38%
  • magenta value is 52.99%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(68,53,0,54)
C68M53Y0K54 
(68%,53%,0%,54%)
(0.68/0.53/0.00/0.54)	

CMYK percentages

%68.38
%52.99
%0
%54.12

Codes

Color #253775 in popluar color models

253775
RGB3755117
HSL227°51.95%30.20%
HSB/HSV227°68.38%45.88%
CMYK68.38%52.99%0.00%
54.12%

Color #253775 in popluar number systems.

HEX253775
Decimal3755117
Binary1001011101111110101
Octal4567165

Shades and tints

Shades of #253775

#253775
(37,55,117)
#22326B
(34,50,107)
#1F2D61
(31,45,97)
#1C2857
(28,40,87)
#19234D
(25,35,77)
#161E43
(22,30,67)
#131939
(19,25,57)
#10142F
(16,20,47)
#0D0F25
(13,15,37)
#0A0A1B
(10,10,27)
#070511
(7,5,17)
#000000
(0,0,0)

Tints of #253775

#253775
(37,55,117)
#384981
(56,73,129)
#4B5B8D
(75,91,141)
#5E6D99
(94,109,153)
#717FA5
(113,127,165)
#8491B1
(132,145,177)
#97A3BD
(151,163,189)
#AAB5C9
(170,181,201)
#BDC7D5
(189,199,213)
#D0D9E1
(208,217,225)
#E3EBED
(227,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253775 color. Also use rgb(37,55,117) instead hex code.

Text Font Color

.myTextColor { color: #253775; }

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

This text font color is #253775.


Background Color

.myBgColor { background-color: #253775; }

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

This div background color is #253775.


Border color

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

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

This div border color is #253775.


Opacity

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

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

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

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

This text has shadow with #253775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253775 on black background.


Color preview on white background

This text has color #253775 on white background.



Black color preview on #253775 background

This text has black color on #253775 background.


White color preview on #253775 background

This text has white color on #253775 background.