COLOR #252C69

HEX: #252C69
RGB: (37,44,105)

Color info

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

RGB color model

#252C69 color RGB value is (37,44,105).

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

RGB channels and saturation

R 37 of 255 = 15%
G 44 of 255 = 17%
B 105 of 255 = 41%

37
44
105

R + G + B ~ 24%. #252C69 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 44 + 105 = 186 (100%)
R 37 of 186 ~ 19.89%
G 44 of 186 ~ 23.66%
B 105 of 186 ~ 56.45%

%19.89
%23.66
%56.45

CMYK color model

#252C69 color CMYK value is (65,58,0,59).

  • cyan value is 64.76%
  • magenta value is 58.10%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(65,58,0,59)
C65M58Y0K59 
(65%,58%,0%,59%)
(0.65/0.58/0.00/0.59)	

CMYK percentages

%64.76
%58.1
%0
%58.82

Codes

Color #252C69 in popluar color models

252C69
RGB3744105
HSL234°47.89%27.84%
HSB/HSV234°64.76%41.18%
CMYK64.76%58.10%0.00%
58.82%

Color #252C69 in popluar number systems.

HEX252C69
Decimal3744105
Binary1001011011001101001
Octal4554151

Shades and tints

Shades of #252C69

#252C69
(37,44,105)
#222860
(34,40,96)
#1F2457
(31,36,87)
#1C204E
(28,32,78)
#191C45
(25,28,69)
#16183C
(22,24,60)
#131433
(19,20,51)
#10102A
(16,16,42)
#0D0C21
(13,12,33)
#0A0818
(10,8,24)
#07040F
(7,4,15)
#000000
(0,0,0)

Tints of #252C69

#252C69
(37,44,105)
#383F76
(56,63,118)
#4B5283
(75,82,131)
#5E6590
(94,101,144)
#71789D
(113,120,157)
#848BAA
(132,139,170)
#979EB7
(151,158,183)
#AAB1C4
(170,177,196)
#BDC4D1
(189,196,209)
#D0D7DE
(208,215,222)
#E3EAEB
(227,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252C69; }

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

This text font color is #252C69.


Background Color

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

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

This div background color is #252C69.


Border color

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

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

This div border color is #252C69.


Opacity

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

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

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

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

This text has shadow with #252C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252C69 on black background.


Color preview on white background

This text has color #252C69 on white background.



Black color preview on #252C69 background

This text has black color on #252C69 background.


White color preview on #252C69 background

This text has white color on #252C69 background.