COLOR #252184

HEX: #252184
RGB: (37,33,132)

Color info

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

RGB color model

#252184 color RGB value is (37,33,132).

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

RGB channels and saturation

R 37 of 255 = 15%
G 33 of 255 = 13%
B 132 of 255 = 52%

37
33
132

R + G + B ~ 27%. #252184 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 33 + 132 = 202 (100%)
R 37 of 202 ~ 18.32%
G 33 of 202 ~ 16.34%
B 132 of 202 ~ 65.35%

%18.32
%16.34
%65.35

CMYK color model

#252184 color CMYK value is (72,75,0,48).

  • cyan value is 71.97%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(72,75,0,48)
C72M75Y0K48 
(72%,75%,0%,48%)
(0.72/0.75/0.00/0.48)	

CMYK percentages

%71.97
%75
%0
%48.24

Codes

Color #252184 in popluar color models

252184
RGB3733132
HSL242°60.00%32.35%
HSB/HSV242°75.00%51.76%
CMYK71.97%75.00%0.00%
48.24%

Color #252184 in popluar number systems.

HEX252184
Decimal3733132
Binary10010110000110000100
Octal4541204

Shades and tints

Shades of #252184

#252184
(37,33,132)
#221E78
(34,30,120)
#1F1B6C
(31,27,108)
#1C1860
(28,24,96)
#191554
(25,21,84)
#161248
(22,18,72)
#130F3C
(19,15,60)
#100C30
(16,12,48)
#0D0924
(13,9,36)
#0A0618
(10,6,24)
#07030C
(7,3,12)
#000000
(0,0,0)

Tints of #252184

#252184
(37,33,132)
#38358F
(56,53,143)
#4B499A
(75,73,154)
#5E5DA5
(94,93,165)
#7171B0
(113,113,176)
#8485BB
(132,133,187)
#9799C6
(151,153,198)
#AAADD1
(170,173,209)
#BDC1DC
(189,193,220)
#D0D5E7
(208,213,231)
#E3E9F2
(227,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252184; }

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

This text font color is #252184.


Background Color

.myBgColor { background-color: #252184; }

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

This div background color is #252184.


Border color

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

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

This div border color is #252184.


Opacity

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

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

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

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

This text has shadow with #252184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252184 on black background.


Color preview on white background

This text has color #252184 on white background.



Black color preview on #252184 background

This text has black color on #252184 background.


White color preview on #252184 background

This text has white color on #252184 background.