COLOR #252B58

HEX: #252B58 RGB: (37,43,88)

Color info

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

RGB color model

#252B58 color RGB value is (37,43,88).

RGB: (37,43,88) (15%, 17%, 35%)

RGB channels and saturation

R 37 of 255 = 15%
G 43 of 255 = 17%
B 88 of 255 = 35%

37
43
88

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

Portions of RGB colors in percentages

R + G + B = 37 + 43 + 88 = 168 (100%)
R 37 of 168 ~ 22.02%
G 43 of 168 ~ 25.6%
B 88 of 168 ~ 52.38'%

%22.02
%25.6
%52.38

CMYK color model

#252B58 color CMYK value is (58,51,0,65).

  • cyan value is 57.95%
  • magenta value is 51.14%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (58,51,0,65)
C58M51Y0K65 (58%, 51%, 0%, 65%)
(0.58 / 0.51 / 0.00 / 0.65)

CMYK percentages

%57.95
%51.14
%0
%65.49

Codes

Color #252B58 in popluar color models

25 2B 58
RGB 37 43 88
HSL 233° 40.80% 24.51%
HSB/HSV 233° 57.95% 34.51%
CMYK 57.95% 51.14% 0.00%
65.49%

Color #252B58 in popluar number systems.

HEX 25 2B 58
Decimal 37 43 88
Binary 100101 101011 1011000
Octal 45 53 130

Shades and tints

Shades of #252B58

#252B58
(37,43,88)
#222850
(34,40,80)
#1F2548
(31,37,72)
#1C2240
(28,34,64)
#191F38
(25,31,56)
#161C30
(22,28,48)
#131928
(19,25,40)
#101620
(16,22,32)
#0D1318
(13,19,24)
#0A1010
(10,16,16)
#070D08
(7,13,8)
#000000
(0,0,0)

Tints of #252B58

#252B58
(37,43,88)
#383E67
(56,62,103)
#4B5176
(75,81,118)
#5E6485
(94,100,133)
#717794
(113,119,148)
#848AA3
(132,138,163)
#979DB2
(151,157,178)
#AAB0C1
(170,176,193)
#BDC3D0
(189,195,208)
#D0D6DF
(208,214,223)
#E3E9EE
(227,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252B58; }

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

This text font color is #252B58.

Background Color

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

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

This div background color is #252B58.

Border color

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

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

This div border color is #252B58.

Opacity

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

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

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

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

This text has shadow with #252B58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252B58.

Preview

Color preview on black background

This text has color #252B58 on black background.


Color preview on white background

This text has color #252B58 on white background.


Black color preview on #252B58 background

This text has black color on #252B58 background.


White color preview on #252B58 background

This text has white color on #252B58 background.


Related colors

Complementary color

Complementary color for #hex is #DAD4A7.


I love getcolorcode.com

Triadic colors

1 #58252B and #2B5825 with #252B58 are triadic colors.

2 #582B25 and #2B2558 with #252B58 are triadic colors.