COLOR #252B5C

HEX: #252B5C
RGB: (37,43,92)

Color info

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

RGB color model

#252B5C color RGB value is (37,43,92).

  • red value is 37;
  • green value is 43;
  • blue value is 92.
RGB:
(37,43,92)
(15%,17%,36%)

RGB channels and saturation

R 37 of 255 = 15%
G 43 of 255 = 17%
B 92 of 255 = 36%

37
43
92

R + G + B ~ 23%. #252B5C is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 43 + 92 = 172 (100%)
R 37 of 172 ~ 21.51%
G 43 of 172 ~ 25%
B 92 of 172 ~ 53.49%

%21.51
%25
%53.49

CMYK color model

#252B5C color CMYK value is (60,53,0,64).

  • cyan value is 59.78%
  • magenta value is 53.26%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(60,53,0,64)
C60M53Y0K64 
(60%,53%,0%,64%)
(0.60/0.53/0.00/0.64)	

CMYK percentages

%59.78
%53.26
%0
%63.92

Codes

Color #252B5C in popluar color models

252B5C
RGB374392
HSL233°42.64%25.29%
HSB/HSV233°59.78%36.08%
CMYK59.78%53.26%0.00%
63.92%

Color #252B5C in popluar number systems.

HEX252B5C
Decimal374392
Binary1001011010111011100
Octal4553134

Shades and tints

Shades of #252B5C

#252B5C
(37,43,92)
#222854
(34,40,84)
#1F254C
(31,37,76)
#1C2244
(28,34,68)
#191F3C
(25,31,60)
#161C34
(22,28,52)
#13192C
(19,25,44)
#101624
(16,22,36)
#0D131C
(13,19,28)
#0A1014
(10,16,20)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #252B5C

#252B5C
(37,43,92)
#383E6A
(56,62,106)
#4B5178
(75,81,120)
#5E6486
(94,100,134)
#717794
(113,119,148)
#848AA2
(132,138,162)
#979DB0
(151,157,176)
#AAB0BE
(170,176,190)
#BDC3CC
(189,195,204)
#D0D6DA
(208,214,218)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252B5C color. Also use rgb(37,43,92) instead hex code.

Text Font Color

.myTextColor { color: #252B5C; }

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

This text font color is #252B5C.


Background Color

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

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

This div background color is #252B5C.


Border color

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

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

This div border color is #252B5C.


Opacity

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

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

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

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

This text has shadow with #252B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252B5C on black background.


Color preview on white background

This text has color #252B5C on white background.



Black color preview on #252B5C background

This text has black color on #252B5C background.


White color preview on #252B5C background

This text has white color on #252B5C background.