COLOR #250460

HEX: #250460
RGB: (37,4,96)

Color info

#250460 contains mainly red and blue colors. Web safe color of #250460 is #330066 (or #306).

RGB color model

#250460 color RGB value is (37,4,96).

  • red value is 37;
  • green value is 4;
  • blue value is 96.
RGB:
(37,4,96)
(15%,2%,38%)

RGB channels and saturation

R 37 of 255 = 15%
G 4 of 255 = 2%
B 96 of 255 = 38%

37
4
96

R + G + B ~ 18%. #250460 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 4 + 96 = 137 (100%)
R 37 of 137 ~ 27.01%
G 4 of 137 ~ 2.92%
B 96 of 137 ~ 70.07%

%27.01
%70.07

CMYK color model

#250460 color CMYK value is (61,96,0,62).

  • cyan value is 61.46%
  • magenta value is 95.83%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(61,96,0,62)
C61M96Y0K62 
(61%,96%,0%,62%)
(0.61/0.96/0.00/0.62)	

CMYK percentages

%61.46
%95.83
%0
%62.35

Codes

Color #250460 in popluar color models

250460
RGB37496
HSL262°92.00%19.61%
HSB/HSV262°95.83%37.65%
CMYK61.46%95.83%0.00%
62.35%

Color #250460 in popluar number systems.

HEX250460
Decimal37496
Binary1001011001100000
Octal454140

Shades and tints

Shades of #250460

#250460
(37,4,96)
#220458
(34,4,88)
#1F0450
(31,4,80)
#1C0448
(28,4,72)
#190440
(25,4,64)
#160438
(22,4,56)
#130430
(19,4,48)
#100428
(16,4,40)
#0D0420
(13,4,32)
#0A0418
(10,4,24)
#070410
(7,4,16)
#000000
(0,0,0)

Tints of #250460

#250460
(37,4,96)
#381A6E
(56,26,110)
#4B307C
(75,48,124)
#5E468A
(94,70,138)
#715C98
(113,92,152)
#8472A6
(132,114,166)
#9788B4
(151,136,180)
#AA9EC2
(170,158,194)
#BDB4D0
(189,180,208)
#D0CADE
(208,202,222)
#E3E0EC
(227,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250460; }

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

This text font color is #250460.


Background Color

.myBgColor { background-color: #250460; }

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

This div background color is #250460.


Border color

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

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

This div border color is #250460.


Opacity

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

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

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

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

This text has shadow with #250460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250460 on black background.


Color preview on white background

This text has color #250460 on white background.



Black color preview on #250460 background

This text has black color on #250460 background.


White color preview on #250460 background

This text has white color on #250460 background.