COLOR #250465

HEX: #250465 RGB: (37,4,101)

Color info

#250465 contains mainly blue color. Web safe color of #250465 is #330066 (or #306).

RGB color model

#250465 color RGB value is (37,4,101).

RGB: (37,4,101) (15%, 2%, 40%)

RGB channels and saturation

R 37 of 255 = 15%
G 4 of 255 = 2%
B 101 of 255 = 40%

37
4
101

R + G + B ~ 19%. #250465 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 4 + 101 = 142 (100%)
R 37 of 142 ~ 26.06%
G 4 of 142 ~ 2.82%
B 101 of 142 ~ 71.13'%

%26.06
%71.13

CMYK color model

#250465 color CMYK value is (63,96,0,60).

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

CMYK: (63,96,0,60)
C63M96Y0K60 (63%, 96%, 0%, 60%)
(0.63 / 0.96 / 0.00 / 0.60)

CMYK percentages

%63.37
%96.04
%0
%60.39

Codes

Color #250465 in popluar color models

25 04 65
RGB 37 4 101
HSL 260° 92.38% 20.59%
HSB/HSV 260° 96.04% 39.61%
CMYK 63.37% 96.04% 0.00%
60.39%

Color #250465 in popluar number systems.

HEX 25 04 65
Decimal 37 4 101
Binary 100101 100 1100101
Octal 45 4 145

Shades and tints

Shades of #250465

#250465
(37,4,101)
#22045C
(34,4,92)
#1F0453
(31,4,83)
#1C044A
(28,4,74)
#190441
(25,4,65)
#160438
(22,4,56)
#13042F
(19,4,47)
#100426
(16,4,38)
#0D041D
(13,4,29)
#0A0414
(10,4,20)
#07040B
(7,4,11)
#000000
(0,0,0)

Tints of #250465

#250465
(37,4,101)
#381A73
(56,26,115)
#4B3081
(75,48,129)
#5E468F
(94,70,143)
#715C9D
(113,92,157)
#8472AB
(132,114,171)
#9788B9
(151,136,185)
#AA9EC7
(170,158,199)
#BDB4D5
(189,180,213)
#D0CAE3
(208,202,227)
#E3E0F1
(227,224,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250465; }

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

This text font color is #250465.

Background Color

.myBgColor { background-color: #250465; }

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

This div background color is #250465.

Border color

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

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

This div border color is #250465.

Opacity

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

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

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

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

This text has shadow with #250465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #250465.

Preview

Color preview on black background

This text has color #250465 on black background.


Color preview on white background

This text has color #250465 on white background.


Black color preview on #250465 background

This text has black color on #250465 background.


White color preview on #250465 background

This text has white color on #250465 background.


Related colors

Complementary color

Complementary color for #hex is #DAFB9A.


I love getcolorcode.com

Triadic colors

1 #652504 and #046525 with #250465 are triadic colors.

2 #650425 and #042565 with #250465 are triadic colors.