COLOR #253C65

HEX: #253C65
RGB: (37,60,101)

Color info

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

RGB color model

#253C65 color RGB value is (37,60,101).

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

RGB channels and saturation

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

37
60
101

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

Portions of RGB colors in percentages

R + G + B =
37 + 60 + 101 = 198 (100%)
R 37 of 198 ~ 18.69%
G 60 of 198 ~ 30.3%
B 101 of 198 ~ 51.01%

%18.69
%30.3
%51.01

CMYK color model

#253C65 color CMYK value is (63,41,0,60).

  • cyan value is 63.37%
  • magenta value is 40.59%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(63,41,0,60)
C63M41Y0K60 
(63%,41%,0%,60%)
(0.63/0.41/0.00/0.60)	

CMYK percentages

%63.37
%40.59
%0
%60.39

Codes

Color #253C65 in popluar color models

253C65
RGB3760101
HSL218°46.38%27.06%
HSB/HSV218°63.37%39.61%
CMYK63.37%40.59%0.00%
60.39%

Color #253C65 in popluar number systems.

HEX253C65
Decimal3760101
Binary1001011111001100101
Octal4574145

Shades and tints

Shades of #253C65

#253C65
(37,60,101)
#22375C
(34,55,92)
#1F3253
(31,50,83)
#1C2D4A
(28,45,74)
#192841
(25,40,65)
#162338
(22,35,56)
#131E2F
(19,30,47)
#101926
(16,25,38)
#0D141D
(13,20,29)
#0A0F14
(10,15,20)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #253C65

#253C65
(37,60,101)
#384D73
(56,77,115)
#4B5E81
(75,94,129)
#5E6F8F
(94,111,143)
#71809D
(113,128,157)
#8491AB
(132,145,171)
#97A2B9
(151,162,185)
#AAB3C7
(170,179,199)
#BDC4D5
(189,196,213)
#D0D5E3
(208,213,227)
#E3E6F1
(227,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253C65; }

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

This text font color is #253C65.


Background Color

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

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

This div background color is #253C65.


Border color

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

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

This div border color is #253C65.


Opacity

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

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

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

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

This text has shadow with #253C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253C65 on black background.


Color preview on white background

This text has color #253C65 on white background.



Black color preview on #253C65 background

This text has black color on #253C65 background.


White color preview on #253C65 background

This text has white color on #253C65 background.