COLOR #253284

HEX: #253284 RGB: (37,50,132)

Color info

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

RGB color model

#253284 color RGB value is (37,50,132).

RGB: (37,50,132) (15%, 20%, 52%)

RGB channels and saturation

R 37 of 255 = 15%
G 50 of 255 = 20%
B 132 of 255 = 52%

37
50
132

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

Portions of RGB colors in percentages

R + G + B = 37 + 50 + 132 = 219 (100%)
R 37 of 219 ~ 16.89%
G 50 of 219 ~ 22.83%
B 132 of 219 ~ 60.27'%

%16.89
%22.83
%60.27

CMYK color model

#253284 color CMYK value is (72,62,0,48).

  • cyan value is 71.97%
  • magenta value is 62.12%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK: (72,62,0,48) C72M62Y0K48 (72%,62%,0%,48%) (0.72/0.62/0.00/0.48) 

CMYK percentages

%71.97
%62.12
%0
%48.24

Codes

Color #253284 in popluar color models

25 32 84
RGB 37 50 132
HSL 232° 56.21% 33.14%
HSB/HSV 232° 71.97% 51.76%
CMYK 71.97% 62.12% 0.00%
48.24%

Color #253284 in popluar number systems.

HEX 25 32 84
Decimal 37 50 132
Binary 100101 110010 10000100
Octal 45 62 204

Shades and tints

Shades of #253284

#253284
(37,50,132)
#222E78
(34,46,120)
#1F2A6C
(31,42,108)
#1C2660
(28,38,96)
#192254
(25,34,84)
#161E48
(22,30,72)
#131A3C
(19,26,60)
#101630
(16,22,48)
#0D1224
(13,18,36)
#0A0E18
(10,14,24)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #253284

#253284
(37,50,132)
#38448F
(56,68,143)
#4B569A
(75,86,154)
#5E68A5
(94,104,165)
#717AB0
(113,122,176)
#848CBB
(132,140,187)
#979EC6
(151,158,198)
#AAB0D1
(170,176,209)
#BDC2DC
(189,194,220)
#D0D4E7
(208,212,231)
#E3E6F2
(227,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253284 color. Also use rgb(37,50,132) instead hex code.

Text Font Color

.myTextColor { color: #253284; }

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

This text font color is #253284.

Background Color

.myBgColor { background-color: #253284; }

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

This div background color is #253284.

Border color

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

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

This div border color is #253284.

Opacity

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

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

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

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

This text has shadow with #253284 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253284.

Preview

Color preview on black background

This text has color #253284 on black background.


Color preview on white background

This text has color #253284 on white background.


Black color preview on #253284 background

This text has black color on #253284 background.


White color preview on #253284 background

This text has white color on #253284 background.


Related colors

Complementary color

Complementary color for #hex is #DACD7B.


I love getcolorcode.com

Triadic colors

1 #842532 and #328425 with #253284 are triadic colors.

2 #843225 and #322584 with #253284 are triadic colors.