COLOR #253982

HEX: #253982 RGB: (37,57,130)

Color info

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

RGB color model

#253982 color RGB value is (37,57,130).

RGB: (37,57,130) (15%, 22%, 51%)

RGB channels and saturation

R 37 of 255 = 15%
G 57 of 255 = 22%
B 130 of 255 = 51%

37
57
130

R + G + B ~ 29%. #253982 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 57 + 130 = 224 (100%)
R 37 of 224 ~ 16.52%
G 57 of 224 ~ 25.45%
B 130 of 224 ~ 58.04'%

%16.52
%25.45
%58.04

CMYK color model

#253982 color CMYK value is (72,56,0,49).

  • cyan value is 71.54%
  • magenta value is 56.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK: (72,56,0,49) C72M56Y0K49 (72%,56%,0%,49%) (0.72/0.56/0.00/0.49) 

CMYK percentages

%71.54
%56.15
%0
%49.02

Codes

Color #253982 in popluar color models

25 39 82
RGB 37 57 130
HSL 227° 55.69% 32.75%
HSB/HSV 227° 71.54% 50.98%
CMYK 71.54% 56.15% 0.00%
49.02%

Color #253982 in popluar number systems.

HEX 25 39 82
Decimal 37 57 130
Binary 100101 111001 10000010
Octal 45 71 202

Shades and tints

Shades of #253982

#253982
(37,57,130)
#223477
(34,52,119)
#1F2F6C
(31,47,108)
#1C2A61
(28,42,97)
#192556
(25,37,86)
#16204B
(22,32,75)
#131B40
(19,27,64)
#101635
(16,22,53)
#0D112A
(13,17,42)
#0A0C1F
(10,12,31)
#070714
(7,7,20)
#000000
(0,0,0)

Tints of #253982

#253982
(37,57,130)
#384B8D
(56,75,141)
#4B5D98
(75,93,152)
#5E6FA3
(94,111,163)
#7181AE
(113,129,174)
#8493B9
(132,147,185)
#97A5C4
(151,165,196)
#AAB7CF
(170,183,207)
#BDC9DA
(189,201,218)
#D0DBE5
(208,219,229)
#E3EDF0
(227,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253982; }

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

This text font color is #253982.

Background Color

.myBgColor { background-color: #253982; }

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

This div background color is #253982.

Border color

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

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

This div border color is #253982.

Opacity

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

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

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

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

This text has shadow with #253982 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253982.

Preview

Color preview on black background

This text has color #253982 on black background.


Color preview on white background

This text has color #253982 on white background.


Black color preview on #253982 background

This text has black color on #253982 background.


White color preview on #253982 background

This text has white color on #253982 background.


Related colors

Complementary color

Complementary color for #hex is #DAC67D.


I love getcolorcode.com

Triadic colors

1 #822539 and #398225 with #253982 are triadic colors.

2 #823925 and #392582 with #253982 are triadic colors.