COLOR #2575E1

HEX: #2575E1
RGB: (37,117,225)

Color info

#2575E1 contains mainly blue color. Web safe color of #2575E1 is #3366CC (or #36C).

RGB color model

#2575E1 color RGB value is (37,117,225).

  • red value is 37;
  • green value is 117;
  • blue value is 225.
RGB:
(37,117,225)
(15%,46%,88%)

RGB channels and saturation

R 37 of 255 = 15%
G 117 of 255 = 46%
B 225 of 255 = 88%

37
117
225

R + G + B ~ 50%. #2575E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
37 + 117 + 225 = 379 (100%)
R 37 of 379 ~ 9.76%
G 117 of 379 ~ 30.87%
B 225 of 379 ~ 59.37%

%9.76
%30.87
%59.37

CMYK color model

#2575E1 color CMYK value is (84,48,0,12).

  • cyan value is 83.56%
  • magenta value is 48.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(84,48,0,12)
C84M48Y0K12 
(84%,48%,0%,12%)
(0.84/0.48/0.00/0.12)	

CMYK percentages

%83.56
%48
%0
%11.76

Codes

Color #2575E1 in popluar color models

2575E1
RGB37117225
HSL214°75.81%51.37%
HSB/HSV214°83.56%88.24%
CMYK83.56%48.00%0.00%
11.76%

Color #2575E1 in popluar number systems.

HEX2575E1
Decimal37117225
Binary100101111010111100001
Octal45165341

Shades and tints

Shades of #2575E1

#2575E1
(37,117,225)
#226BCD
(34,107,205)
#1F61B9
(31,97,185)
#1C57A5
(28,87,165)
#194D91
(25,77,145)
#16437D
(22,67,125)
#133969
(19,57,105)
#102F55
(16,47,85)
#0D2541
(13,37,65)
#0A1B2D
(10,27,45)
#071119
(7,17,25)
#000000
(0,0,0)

Tints of #2575E1

#2575E1
(37,117,225)
#3881E3
(56,129,227)
#4B8DE5
(75,141,229)
#5E99E7
(94,153,231)
#71A5E9
(113,165,233)
#84B1EB
(132,177,235)
#97BDED
(151,189,237)
#AAC9EF
(170,201,239)
#BDD5F1
(189,213,241)
#D0E1F3
(208,225,243)
#E3EDF5
(227,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2575E1 color. Also use rgb(37,117,225) instead hex code.

Text Font Color

.myTextColor { color: #2575E1; }

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

This text font color is #2575E1.


Background Color

.myBgColor { background-color: #2575E1; }

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

This div background color is #2575E1.


Border color

.myBorderColor { border: 1px solid #2575E1; }

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

This div border color is #2575E1.


Opacity

.myOpacity80 { color: #2575E1; opacity: 0.8; }

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

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

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

This text has shadow with #2575E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2575E1 on black background.


Color preview on white background

This text has color #2575E1 on white background.



Black color preview on #2575E1 background

This text has black color on #2575E1 background.


White color preview on #2575E1 background

This text has white color on #2575E1 background.