COLOR #252381

HEX: #252381
RGB: (37,35,129)

Color info

#252381 contains mainly blue color. Web safe color of #252381 is #333399 (or #339).

RGB color model

#252381 color RGB value is (37,35,129).

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

RGB channels and saturation

R 37 of 255 = 15%
G 35 of 255 = 14%
B 129 of 255 = 51%

37
35
129

R + G + B ~ 27%. #252381 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 35 + 129 = 201 (100%)
R 37 of 201 ~ 18.41%
G 35 of 201 ~ 17.41%
B 129 of 201 ~ 64.18%

%18.41
%17.41
%64.18

CMYK color model

#252381 color CMYK value is (71,73,0,49).

  • cyan value is 71.32%
  • magenta value is 72.87%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(71,73,0,49)
C71M73Y0K49 
(71%,73%,0%,49%)
(0.71/0.73/0.00/0.49)	

CMYK percentages

%71.32
%72.87
%0
%49.41

Codes

Color #252381 in popluar color models

252381
RGB3735129
HSL241°57.32%32.16%
HSB/HSV241°72.87%50.59%
CMYK71.32%72.87%0.00%
49.41%

Color #252381 in popluar number systems.

HEX252381
Decimal3735129
Binary10010110001110000001
Octal4543201

Shades and tints

Shades of #252381

#252381
(37,35,129)
#222076
(34,32,118)
#1F1D6B
(31,29,107)
#1C1A60
(28,26,96)
#191755
(25,23,85)
#16144A
(22,20,74)
#13113F
(19,17,63)
#100E34
(16,14,52)
#0D0B29
(13,11,41)
#0A081E
(10,8,30)
#070513
(7,5,19)
#000000
(0,0,0)

Tints of #252381

#252381
(37,35,129)
#38378C
(56,55,140)
#4B4B97
(75,75,151)
#5E5FA2
(94,95,162)
#7173AD
(113,115,173)
#8487B8
(132,135,184)
#979BC3
(151,155,195)
#AAAFCE
(170,175,206)
#BDC3D9
(189,195,217)
#D0D7E4
(208,215,228)
#E3EBEF
(227,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252381; }

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

This text font color is #252381.


Background Color

.myBgColor { background-color: #252381; }

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

This div background color is #252381.


Border color

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

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

This div border color is #252381.


Opacity

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

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

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

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

This text has shadow with #252381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252381 on black background.


Color preview on white background

This text has color #252381 on white background.



Black color preview on #252381 background

This text has black color on #252381 background.


White color preview on #252381 background

This text has white color on #252381 background.