COLOR #253484

HEX: #253484
RGB: (37,52,132)

Color info

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

RGB color model

#253484 color RGB value is (37,52,132).

  • red value is 37;
  • green value is 52;
  • blue value is 132.
RGB:
(37,52,132)
(15%,20%,52%)

RGB channels and saturation

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

37
52
132

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

Portions of RGB colors in percentages

R + G + B =
37 + 52 + 132 = 221 (100%)
R 37 of 221 ~ 16.74%
G 52 of 221 ~ 23.53%
B 132 of 221 ~ 59.73%

%16.74
%23.53
%59.73

CMYK color model

#253484 color CMYK value is (72,61,0,48).

  • cyan value is 71.97%
  • magenta value is 60.61%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(72,61,0,48)
C72M61Y0K48 
(72%,61%,0%,48%)
(0.72/0.61/0.00/0.48)	

CMYK percentages

%71.97
%60.61
%0
%48.24

Codes

Color #253484 in popluar color models

253484
RGB3752132
HSL231°56.21%33.14%
HSB/HSV231°71.97%51.76%
CMYK71.97%60.61%0.00%
48.24%

Color #253484 in popluar number systems.

HEX253484
Decimal3752132
Binary10010111010010000100
Octal4564204

Shades and tints

Shades of #253484

#253484
(37,52,132)
#223078
(34,48,120)
#1F2C6C
(31,44,108)
#1C2860
(28,40,96)
#192454
(25,36,84)
#162048
(22,32,72)
#131C3C
(19,28,60)
#101830
(16,24,48)
#0D1424
(13,20,36)
#0A1018
(10,16,24)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #253484

#253484
(37,52,132)
#38468F
(56,70,143)
#4B589A
(75,88,154)
#5E6AA5
(94,106,165)
#717CB0
(113,124,176)
#848EBB
(132,142,187)
#97A0C6
(151,160,198)
#AAB2D1
(170,178,209)
#BDC4DC
(189,196,220)
#D0D6E7
(208,214,231)
#E3E8F2
(227,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253484; }

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

This text font color is #253484.


Background Color

.myBgColor { background-color: #253484; }

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

This div background color is #253484.


Border color

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

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

This div border color is #253484.


Opacity

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

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

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

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

This text has shadow with #253484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253484 on black background.


Color preview on white background

This text has color #253484 on white background.



Black color preview on #253484 background

This text has black color on #253484 background.


White color preview on #253484 background

This text has white color on #253484 background.