COLOR #252558

HEX: #252558
RGB: (37,37,88)

Color info

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

RGB color model

#252558 color RGB value is (37,37,88).

  • red value is 37;
  • green value is 37;
  • blue value is 88.
RGB:
(37,37,88)
(15%,15%,35%)

RGB channels and saturation

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

37
37
88

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

Portions of RGB colors in percentages

R + G + B =
37 + 37 + 88 = 162 (100%)
R 37 of 162 ~ 22.84%
G 37 of 162 ~ 22.84%
B 88 of 162 ~ 54.32%

%22.84
%22.84
%54.32

CMYK color model

#252558 color CMYK value is (58,58,0,65).

  • cyan value is 57.95%
  • magenta value is 57.95%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(58,58,0,65)
C58M58Y0K65 
(58%,58%,0%,65%)
(0.58/0.58/0.00/0.65)	

CMYK percentages

%57.95
%57.95
%0
%65.49

Codes

Color #252558 in popluar color models

252558
RGB373788
HSL240°40.80%24.51%
HSB/HSV240°57.95%34.51%
CMYK57.95%57.95%0.00%
65.49%

Color #252558 in popluar number systems.

HEX252558
Decimal373788
Binary1001011001011011000
Octal4545130

Shades and tints

Shades of #252558

#252558
(37,37,88)
#222250
(34,34,80)
#1F1F48
(31,31,72)
#1C1C40
(28,28,64)
#191938
(25,25,56)
#161630
(22,22,48)
#131328
(19,19,40)
#101020
(16,16,32)
#0D0D18
(13,13,24)
#0A0A10
(10,10,16)
#070708
(7,7,8)
#000000
(0,0,0)

Tints of #252558

#252558
(37,37,88)
#383867
(56,56,103)
#4B4B76
(75,75,118)
#5E5E85
(94,94,133)
#717194
(113,113,148)
#8484A3
(132,132,163)
#9797B2
(151,151,178)
#AAAAC1
(170,170,193)
#BDBDD0
(189,189,208)
#D0D0DF
(208,208,223)
#E3E3EE
(227,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252558; }

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

This text font color is #252558.


Background Color

.myBgColor { background-color: #252558; }

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

This div background color is #252558.


Border color

.myBorderColor { border: 1px solid #252558; }

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

This div border color is #252558.


Opacity

.myOpacity80 { color: #252558; opacity: 0.8; }

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

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

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

This text has shadow with #252558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252558 on black background.


Color preview on white background

This text has color #252558 on white background.



Black color preview on #252558 background

This text has black color on #252558 background.


White color preview on #252558 background

This text has white color on #252558 background.