COLOR #253E65

HEX: #253E65
RGB: (37,62,101)

Color info

#253E65 contains mainly green and blue colors. Web safe color of #253E65 is #333366 (or #336).

RGB color model

#253E65 color RGB value is (37,62,101).

  • red value is 37;
  • green value is 62;
  • blue value is 101.
RGB:
(37,62,101)
(15%,24%,40%)

RGB channels and saturation

R 37 of 255 = 15%
G 62 of 255 = 24%
B 101 of 255 = 40%

37
62
101

R + G + B ~ 26%. #253E65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 62 + 101 = 200 (100%)
R 37 of 200 ~ 18.5%
G 62 of 200 ~ 31%
B 101 of 200 ~ 50.5%

%18.5
%31
%50.5

CMYK color model

#253E65 color CMYK value is (63,39,0,60).

  • cyan value is 63.37%
  • magenta value is 38.61%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(63,39,0,60)
C63M39Y0K60 
(63%,39%,0%,60%)
(0.63/0.39/0.00/0.60)	

CMYK percentages

%63.37
%38.61
%0
%60.39

Codes

Color #253E65 in popluar color models

253E65
RGB3762101
HSL217°46.38%27.06%
HSB/HSV217°63.37%39.61%
CMYK63.37%38.61%0.00%
60.39%

Color #253E65 in popluar number systems.

HEX253E65
Decimal3762101
Binary1001011111101100101
Octal4576145

Shades and tints

Shades of #253E65

#253E65
(37,62,101)
#22395C
(34,57,92)
#1F3453
(31,52,83)
#1C2F4A
(28,47,74)
#192A41
(25,42,65)
#162538
(22,37,56)
#13202F
(19,32,47)
#101B26
(16,27,38)
#0D161D
(13,22,29)
#0A1114
(10,17,20)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #253E65

#253E65
(37,62,101)
#384F73
(56,79,115)
#4B6081
(75,96,129)
#5E718F
(94,113,143)
#71829D
(113,130,157)
#8493AB
(132,147,171)
#97A4B9
(151,164,185)
#AAB5C7
(170,181,199)
#BDC6D5
(189,198,213)
#D0D7E3
(208,215,227)
#E3E8F1
(227,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253E65 color. Also use rgb(37,62,101) instead hex code.

Text Font Color

.myTextColor { color: #253E65; }

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

This text font color is #253E65.


Background Color

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

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

This div background color is #253E65.


Border color

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

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

This div border color is #253E65.


Opacity

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

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

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

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

This text has shadow with #253E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253E65 on black background.


Color preview on white background

This text has color #253E65 on white background.



Black color preview on #253E65 background

This text has black color on #253E65 background.


White color preview on #253E65 background

This text has white color on #253E65 background.