COLOR #252D69

HEX: #252D69
RGB: (37,45,105)

Color info

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

RGB color model

#252D69 color RGB value is (37,45,105).

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

RGB channels and saturation

R 37 of 255 = 15%
G 45 of 255 = 18%
B 105 of 255 = 41%

37
45
105

R + G + B ~ 25%. #252D69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 45 + 105 = 187 (100%)
R 37 of 187 ~ 19.79%
G 45 of 187 ~ 24.06%
B 105 of 187 ~ 56.15%

%19.79
%24.06
%56.15

CMYK color model

#252D69 color CMYK value is (65,57,0,59).

  • cyan value is 64.76%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(65,57,0,59)
C65M57Y0K59 
(65%,57%,0%,59%)
(0.65/0.57/0.00/0.59)	

CMYK percentages

%64.76
%57.14
%0
%58.82

Codes

Color #252D69 in popluar color models

252D69
RGB3745105
HSL233°47.89%27.84%
HSB/HSV233°64.76%41.18%
CMYK64.76%57.14%0.00%
58.82%

Color #252D69 in popluar number systems.

HEX252D69
Decimal3745105
Binary1001011011011101001
Octal4555151

Shades and tints

Shades of #252D69

#252D69
(37,45,105)
#222960
(34,41,96)
#1F2557
(31,37,87)
#1C214E
(28,33,78)
#191D45
(25,29,69)
#16193C
(22,25,60)
#131533
(19,21,51)
#10112A
(16,17,42)
#0D0D21
(13,13,33)
#0A0918
(10,9,24)
#07050F
(7,5,15)
#000000
(0,0,0)

Tints of #252D69

#252D69
(37,45,105)
#384076
(56,64,118)
#4B5383
(75,83,131)
#5E6690
(94,102,144)
#71799D
(113,121,157)
#848CAA
(132,140,170)
#979FB7
(151,159,183)
#AAB2C4
(170,178,196)
#BDC5D1
(189,197,209)
#D0D8DE
(208,216,222)
#E3EBEB
(227,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252D69; }

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

This text font color is #252D69.


Background Color

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

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

This div background color is #252D69.


Border color

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

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

This div border color is #252D69.


Opacity

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

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

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

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

This text has shadow with #252D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252D69 on black background.


Color preview on white background

This text has color #252D69 on white background.



Black color preview on #252D69 background

This text has black color on #252D69 background.


White color preview on #252D69 background

This text has white color on #252D69 background.