COLOR #252B65

HEX: #252B65 RGB: (37,43,101)

Color info

#252B65 contains mainly green and blue colors. Web safe color of #252B65 is #333366 (or #336).

RGB color model

#252B65 color RGB value is (37,43,101).

RGB: (37,43,101) (15%, 17%, 40%)

RGB channels and saturation

R 37 of 255 = 15%
G 43 of 255 = 17%
B 101 of 255 = 40%

37
43
101

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

Portions of RGB colors in percentages

R + G + B = 37 + 43 + 101 = 181 (100%)
R 37 of 181 ~ 20.44%
G 43 of 181 ~ 23.76%
B 101 of 181 ~ 55.8'%

%20.44
%23.76
%55.8

CMYK color model

#252B65 color CMYK value is (63,57,0,60).

  • cyan value is 63.37%
  • magenta value is 57.43%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (63,57,0,60)
C63M57Y0K60 (63%, 57%, 0%, 60%)
(0.63 / 0.57 / 0.00 / 0.60)

CMYK percentages

%63.37
%57.43
%0
%60.39

Codes

Color #252B65 in popluar color models

25 2B 65
RGB 37 43 101
HSL 234° 46.38% 27.06%
HSB/HSV 234° 63.37% 39.61%
CMYK 63.37% 57.43% 0.00%
60.39%

Color #252B65 in popluar number systems.

HEX 25 2B 65
Decimal 37 43 101
Binary 100101 101011 1100101
Octal 45 53 145

Shades and tints

Shades of #252B65

#252B65
(37,43,101)
#22285C
(34,40,92)
#1F2553
(31,37,83)
#1C224A
(28,34,74)
#191F41
(25,31,65)
#161C38
(22,28,56)
#13192F
(19,25,47)
#101626
(16,22,38)
#0D131D
(13,19,29)
#0A1014
(10,16,20)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #252B65

#252B65
(37,43,101)
#383E73
(56,62,115)
#4B5181
(75,81,129)
#5E648F
(94,100,143)
#71779D
(113,119,157)
#848AAB
(132,138,171)
#979DB9
(151,157,185)
#AAB0C7
(170,176,199)
#BDC3D5
(189,195,213)
#D0D6E3
(208,214,227)
#E3E9F1
(227,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252B65; }

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

This text font color is #252B65.

Background Color

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

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

This div background color is #252B65.

Border color

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

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

This div border color is #252B65.

Opacity

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

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

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

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

This text has shadow with #252B65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252B65.

Preview

Color preview on black background

This text has color #252B65 on black background.


Color preview on white background

This text has color #252B65 on white background.


Black color preview on #252B65 background

This text has black color on #252B65 background.


White color preview on #252B65 background

This text has white color on #252B65 background.


Related colors

Complementary color

Complementary color for #hex is #DAD49A.


I love getcolorcode.com

Triadic colors

1 #65252B and #2B6525 with #252B65 are triadic colors.

2 #652B25 and #2B2565 with #252B65 are triadic colors.