COLOR #250353

HEX: #250353 RGB: (37,3,83)

Color info

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

RGB color model

#250353 color RGB value is (37,3,83).

RGB: (37,3,83) (15%, 1%, 33%)

RGB channels and saturation

R 37 of 255 = 15%
G 3 of 255 = 1%
B 83 of 255 = 33%

37
3
83

R + G + B ~ 16%. #250353 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 3 + 83 = 123 (100%)
R 37 of 123 ~ 30.08%
G 3 of 123 ~ 2.44%
B 83 of 123 ~ 67.48'%

%30.08
%67.48

CMYK color model

#250353 color CMYK value is (55,96,0,67).

  • cyan value is 55.42%
  • magenta value is 96.39%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (55,96,0,67)
C55M96Y0K67 (55%, 96%, 0%, 67%)
(0.55 / 0.96 / 0.00 / 0.67)

CMYK percentages

%55.42
%96.39
%0
%67.45

Codes

Color #250353 in popluar color models

25 03 53
RGB 37 3 83
HSL 266° 93.02% 16.86%
HSB/HSV 266° 96.39% 32.55%
CMYK 55.42% 96.39% 0.00%
67.45%

Color #250353 in popluar number systems.

HEX 25 03 53
Decimal 37 3 83
Binary 100101 11 1010011
Octal 45 3 123

Shades and tints

Shades of #250353

#250353
(37,3,83)
#22034C
(34,3,76)
#1F0345
(31,3,69)
#1C033E
(28,3,62)
#190337
(25,3,55)
#160330
(22,3,48)
#130329
(19,3,41)
#100322
(16,3,34)
#0D031B
(13,3,27)
#0A0314
(10,3,20)
#07030D
(7,3,13)
#000000
(0,0,0)

Tints of #250353

#250353
(37,3,83)
#381962
(56,25,98)
#4B2F71
(75,47,113)
#5E4580
(94,69,128)
#715B8F
(113,91,143)
#84719E
(132,113,158)
#9787AD
(151,135,173)
#AA9DBC
(170,157,188)
#BDB3CB
(189,179,203)
#D0C9DA
(208,201,218)
#E3DFE9
(227,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250353; }

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

This text font color is #250353.

Background Color

.myBgColor { background-color: #250353; }

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

This div background color is #250353.

Border color

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

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

This div border color is #250353.

Opacity

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

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

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

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

This text has shadow with #250353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #250353.

Preview

Color preview on black background

This text has color #250353 on black background.


Color preview on white background

This text has color #250353 on white background.


Black color preview on #250353 background

This text has black color on #250353 background.


White color preview on #250353 background

This text has white color on #250353 background.


Related colors

Complementary color

Complementary color for #hex is #DAFCAC.


I love getcolorcode.com

Triadic colors

1 #532503 and #035325 with #250353 are triadic colors.

2 #530325 and #032553 with #250353 are triadic colors.