COLOR #253D81

HEX: #253D81
RGB: (37,61,129)

Color info

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

RGB color model

#253D81 color RGB value is (37,61,129).

  • red value is 37;
  • green value is 61;
  • blue value is 129.
RGB:
(37,61,129)
(15%,24%,51%)

RGB channels and saturation

R 37 of 255 = 15%
G 61 of 255 = 24%
B 129 of 255 = 51%

37
61
129

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

Portions of RGB colors in percentages

R + G + B =
37 + 61 + 129 = 227 (100%)
R 37 of 227 ~ 16.3%
G 61 of 227 ~ 26.87%
B 129 of 227 ~ 56.83%

%16.3
%26.87
%56.83

CMYK color model

#253D81 color CMYK value is (71,53,0,49).

  • cyan value is 71.32%
  • magenta value is 52.71%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(71,53,0,49)
C71M53Y0K49 
(71%,53%,0%,49%)
(0.71/0.53/0.00/0.49)	

CMYK percentages

%71.32
%52.71
%0
%49.41

Codes

Color #253D81 in popluar color models

253D81
RGB3761129
HSL224°55.42%32.55%
HSB/HSV224°71.32%50.59%
CMYK71.32%52.71%0.00%
49.41%

Color #253D81 in popluar number systems.

HEX253D81
Decimal3761129
Binary10010111110110000001
Octal4575201

Shades and tints

Shades of #253D81

#253D81
(37,61,129)
#223876
(34,56,118)
#1F336B
(31,51,107)
#1C2E60
(28,46,96)
#192955
(25,41,85)
#16244A
(22,36,74)
#131F3F
(19,31,63)
#101A34
(16,26,52)
#0D1529
(13,21,41)
#0A101E
(10,16,30)
#070B13
(7,11,19)
#000000
(0,0,0)

Tints of #253D81

#253D81
(37,61,129)
#384E8C
(56,78,140)
#4B5F97
(75,95,151)
#5E70A2
(94,112,162)
#7181AD
(113,129,173)
#8492B8
(132,146,184)
#97A3C3
(151,163,195)
#AAB4CE
(170,180,206)
#BDC5D9
(189,197,217)
#D0D6E4
(208,214,228)
#E3E7EF
(227,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253D81 color. Also use rgb(37,61,129) instead hex code.

Text Font Color

.myTextColor { color: #253D81; }

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

This text font color is #253D81.


Background Color

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

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

This div background color is #253D81.


Border color

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

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

This div border color is #253D81.


Opacity

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

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

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

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

This text has shadow with #253D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253D81 on black background.


Color preview on white background

This text has color #253D81 on white background.



Black color preview on #253D81 background

This text has black color on #253D81 background.


White color preview on #253D81 background

This text has white color on #253D81 background.