COLOR #252378

HEX: #252378
RGB: (37,35,120)

Color info

#252378 contains mainly blue color. Web safe color of #252378 is #333366 (or #336).

RGB color model

#252378 color RGB value is (37,35,120).

  • red value is 37;
  • green value is 35;
  • blue value is 120.
RGB:
(37,35,120)
(15%,14%,47%)

RGB channels and saturation

R 37 of 255 = 15%
G 35 of 255 = 14%
B 120 of 255 = 47%

37
35
120

R + G + B ~ 25%. #252378 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 35 + 120 = 192 (100%)
R 37 of 192 ~ 19.27%
G 35 of 192 ~ 18.23%
B 120 of 192 ~ 62.5%

%19.27
%18.23
%62.5

CMYK color model

#252378 color CMYK value is (69,71,0,53).

  • cyan value is 69.17%
  • magenta value is 70.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(69,71,0,53)
C69M71Y0K53 
(69%,71%,0%,53%)
(0.69/0.71/0.00/0.53)	

CMYK percentages

%69.17
%70.83
%0
%52.94

Codes

Color #252378 in popluar color models

252378
RGB3735120
HSL241°54.84%30.39%
HSB/HSV241°70.83%47.06%
CMYK69.17%70.83%0.00%
52.94%

Color #252378 in popluar number systems.

HEX252378
Decimal3735120
Binary1001011000111111000
Octal4543170

Shades and tints

Shades of #252378

#252378
(37,35,120)
#22206E
(34,32,110)
#1F1D64
(31,29,100)
#1C1A5A
(28,26,90)
#191750
(25,23,80)
#161446
(22,20,70)
#13113C
(19,17,60)
#100E32
(16,14,50)
#0D0B28
(13,11,40)
#0A081E
(10,8,30)
#070514
(7,5,20)
#000000
(0,0,0)

Tints of #252378

#252378
(37,35,120)
#383784
(56,55,132)
#4B4B90
(75,75,144)
#5E5F9C
(94,95,156)
#7173A8
(113,115,168)
#8487B4
(132,135,180)
#979BC0
(151,155,192)
#AAAFCC
(170,175,204)
#BDC3D8
(189,195,216)
#D0D7E4
(208,215,228)
#E3EBF0
(227,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252378 color. Also use rgb(37,35,120) instead hex code.

Text Font Color

.myTextColor { color: #252378; }

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

This text font color is #252378.


Background Color

.myBgColor { background-color: #252378; }

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

This div background color is #252378.


Border color

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

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

This div border color is #252378.


Opacity

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

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

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

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

This text has shadow with #252378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252378 on black background.


Color preview on white background

This text has color #252378 on white background.



Black color preview on #252378 background

This text has black color on #252378 background.


White color preview on #252378 background

This text has white color on #252378 background.