COLOR #252B56

HEX: #252B56 RGB: (37,43,86)

Color info

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

RGB color model

#252B56 color RGB value is (37,43,86).

RGB: (37,43,86) (15%, 17%, 34%)

RGB channels and saturation

R 37 of 255 = 15%
G 43 of 255 = 17%
B 86 of 255 = 34%

37
43
86

R + G + B ~ 22%. #252B56 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 43 + 86 = 166 (100%)
R 37 of 166 ~ 22.29%
G 43 of 166 ~ 25.9%
B 86 of 166 ~ 51.81'%

%22.29
%25.9
%51.81

CMYK color model

#252B56 color CMYK value is (57,50,0,66).

  • cyan value is 56.98%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 66.27%

CMYK: (57,50,0,66)
C57M50Y0K66 (57%, 50%, 0%, 66%)
(0.57 / 0.50 / 0.00 / 0.66)

CMYK percentages

%56.98
%50
%0
%66.27

Codes

Color #252B56 in popluar color models

25 2B 56
RGB 37 43 86
HSL 233° 39.84% 24.12%
HSB/HSV 233° 56.98% 33.73%
CMYK 56.98% 50.00% 0.00%
66.27%

Color #252B56 in popluar number systems.

HEX 25 2B 56
Decimal 37 43 86
Binary 100101 101011 1010110
Octal 45 53 126

Shades and tints

Shades of #252B56

#252B56
(37,43,86)
#22284F
(34,40,79)
#1F2548
(31,37,72)
#1C2241
(28,34,65)
#191F3A
(25,31,58)
#161C33
(22,28,51)
#13192C
(19,25,44)
#101625
(16,22,37)
#0D131E
(13,19,30)
#0A1017
(10,16,23)
#070D10
(7,13,16)
#000000
(0,0,0)

Tints of #252B56

#252B56
(37,43,86)
#383E65
(56,62,101)
#4B5174
(75,81,116)
#5E6483
(94,100,131)
#717792
(113,119,146)
#848AA1
(132,138,161)
#979DB0
(151,157,176)
#AAB0BF
(170,176,191)
#BDC3CE
(189,195,206)
#D0D6DD
(208,214,221)
#E3E9EC
(227,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252B56; }

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

This text font color is #252B56.

Background Color

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

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

This div background color is #252B56.

Border color

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

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

This div border color is #252B56.

Opacity

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

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

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

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

This text has shadow with #252B56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252B56.

Preview

Color preview on black background

This text has color #252B56 on black background.


Color preview on white background

This text has color #252B56 on white background.


Black color preview on #252B56 background

This text has black color on #252B56 background.


White color preview on #252B56 background

This text has white color on #252B56 background.


Related colors

Complementary color

Complementary color for #hex is #DAD4A9.


I love getcolorcode.com

Triadic colors

1 #56252B and #2B5625 with #252B56 are triadic colors.

2 #562B25 and #2B2556 with #252B56 are triadic colors.