COLOR #252C4E

HEX: #252C4E
RGB: (37,44,78)

Color info

#252C4E contains red, green and blue colors in about the same proportion. Web safe color of #252C4E is #333366 (or #336).

RGB color model

#252C4E color RGB value is (37,44,78).

  • red value is 37;
  • green value is 44;
  • blue value is 78.
RGB:
(37,44,78)
(15%,17%,31%)

RGB channels and saturation

R 37 of 255 = 15%
G 44 of 255 = 17%
B 78 of 255 = 31%

37
44
78

R + G + B ~ 21%. #252C4E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 44 + 78 = 159 (100%)
R 37 of 159 ~ 23.27%
G 44 of 159 ~ 27.67%
B 78 of 159 ~ 49.06%

%23.27
%27.67
%49.06

CMYK color model

#252C4E color CMYK value is (53,44,0,69).

  • cyan value is 52.56%
  • magenta value is 43.59%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(53,44,0,69)
C53M44Y0K69 
(53%,44%,0%,69%)
(0.53/0.44/0.00/0.69)	

CMYK percentages

%52.56
%43.59
%0
%69.41

Codes

Color #252C4E in popluar color models

252C4E
RGB374478
HSL230°35.65%22.55%
HSB/HSV230°52.56%30.59%
CMYK52.56%43.59%0.00%
69.41%

Color #252C4E in popluar number systems.

HEX252C4E
Decimal374478
Binary1001011011001001110
Octal4554116

Shades and tints

Shades of #252C4E

#252C4E
(37,44,78)
#222847
(34,40,71)
#1F2440
(31,36,64)
#1C2039
(28,32,57)
#191C32
(25,28,50)
#16182B
(22,24,43)
#131424
(19,20,36)
#10101D
(16,16,29)
#0D0C16
(13,12,22)
#0A080F
(10,8,15)
#070408
(7,4,8)
#000000
(0,0,0)

Tints of #252C4E

#252C4E
(37,44,78)
#383F5E
(56,63,94)
#4B526E
(75,82,110)
#5E657E
(94,101,126)
#71788E
(113,120,142)
#848B9E
(132,139,158)
#979EAE
(151,158,174)
#AAB1BE
(170,177,190)
#BDC4CE
(189,196,206)
#D0D7DE
(208,215,222)
#E3EAEE
(227,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252C4E color. Also use rgb(37,44,78) instead hex code.

Text Font Color

.myTextColor { color: #252C4E; }

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

This text font color is #252C4E.


Background Color

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

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

This div background color is #252C4E.


Border color

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

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

This div border color is #252C4E.


Opacity

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

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

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

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

This text has shadow with #252C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252C4E on black background.


Color preview on white background

This text has color #252C4E on white background.



Black color preview on #252C4E background

This text has black color on #252C4E background.


White color preview on #252C4E background

This text has white color on #252C4E background.