COLOR #253D69

HEX: #253D69
RGB: (37,61,105)

Color info

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

RGB color model

#253D69 color RGB value is (37,61,105).

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

RGB channels and saturation

R 37 of 255 = 15%
G 61 of 255 = 24%
B 105 of 255 = 41%

37
61
105

R + G + B ~ 27%. #253D69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 61 + 105 = 203 (100%)
R 37 of 203 ~ 18.23%
G 61 of 203 ~ 30.05%
B 105 of 203 ~ 51.72%

%18.23
%30.05
%51.72

CMYK color model

#253D69 color CMYK value is (65,42,0,59).

  • cyan value is 64.76%
  • magenta value is 41.90%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(65,42,0,59)
C65M42Y0K59 
(65%,42%,0%,59%)
(0.65/0.42/0.00/0.59)	

CMYK percentages

%64.76
%41.9
%0
%58.82

Codes

Color #253D69 in popluar color models

253D69
RGB3761105
HSL219°47.89%27.84%
HSB/HSV219°64.76%41.18%
CMYK64.76%41.90%0.00%
58.82%

Color #253D69 in popluar number systems.

HEX253D69
Decimal3761105
Binary1001011111011101001
Octal4575151

Shades and tints

Shades of #253D69

#253D69
(37,61,105)
#223860
(34,56,96)
#1F3357
(31,51,87)
#1C2E4E
(28,46,78)
#192945
(25,41,69)
#16243C
(22,36,60)
#131F33
(19,31,51)
#101A2A
(16,26,42)
#0D1521
(13,21,33)
#0A1018
(10,16,24)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #253D69

#253D69
(37,61,105)
#384E76
(56,78,118)
#4B5F83
(75,95,131)
#5E7090
(94,112,144)
#71819D
(113,129,157)
#8492AA
(132,146,170)
#97A3B7
(151,163,183)
#AAB4C4
(170,180,196)
#BDC5D1
(189,197,209)
#D0D6DE
(208,214,222)
#E3E7EB
(227,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253D69; }

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

This text font color is #253D69.


Background Color

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

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

This div background color is #253D69.


Border color

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

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

This div border color is #253D69.


Opacity

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

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

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

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

This text has shadow with #253D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253D69 on black background.


Color preview on white background

This text has color #253D69 on white background.



Black color preview on #253D69 background

This text has black color on #253D69 background.


White color preview on #253D69 background

This text has white color on #253D69 background.