COLOR #253EB8

HEX: #253EB8 RGB: (37,62,184)

Color info

#253EB8 contains mainly blue color. Web safe color of #253EB8 is #3333CC (or #33C).

RGB color model

#253EB8 color RGB value is (37,62,184).

RGB: (37,62,184) (15%, 24%, 72%)

RGB channels and saturation

R 37 of 255 = 15%
G 62 of 255 = 24%
B 184 of 255 = 72%

37
62
184

R + G + B ~ 37%. #253EB8 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 62 + 184 = 283 (100%)
R 37 of 283 ~ 13.07%
G 62 of 283 ~ 21.91%
B 184 of 283 ~ 65.02'%

%13.07
%21.91
%65.02

CMYK color model

#253EB8 color CMYK value is (80,66,0,28).

  • cyan value is 79.89%
  • magenta value is 66.30%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (80,66,0,28)
C80M66Y0K28 (80%, 66%, 0%, 28%)
(0.80 / 0.66 / 0.00 / 0.28)

CMYK percentages

%79.89
%66.3
%0
%27.84

Codes

Color #253EB8 in popluar color models

25 3E B8
RGB 37 62 184
HSL 230° 66.52% 43.33%
HSB/HSV 230° 79.89% 72.16%
CMYK 79.89% 66.30% 0.00%
27.84%

Color #253EB8 in popluar number systems.

HEX 25 3E B8
Decimal 37 62 184
Binary 100101 111110 10111000
Octal 45 76 270

Shades and tints

Shades of #253EB8

#253EB8
(37,62,184)
#2239A8
(34,57,168)
#1F3498
(31,52,152)
#1C2F88
(28,47,136)
#192A78
(25,42,120)
#162568
(22,37,104)
#132058
(19,32,88)
#101B48
(16,27,72)
#0D1638
(13,22,56)
#0A1128
(10,17,40)
#070C18
(7,12,24)
#000000
(0,0,0)

Tints of #253EB8

#253EB8
(37,62,184)
#384FBE
(56,79,190)
#4B60C4
(75,96,196)
#5E71CA
(94,113,202)
#7182D0
(113,130,208)
#8493D6
(132,147,214)
#97A4DC
(151,164,220)
#AAB5E2
(170,181,226)
#BDC6E8
(189,198,232)
#D0D7EE
(208,215,238)
#E3E8F4
(227,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253EB8 color. Also use rgb(37,62,184) instead hex code.

Text Font Color

.myTextColor { color: #253EB8; }

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

This text font color is #253EB8.

Background Color

.myBgColor { background-color: #253EB8; }

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

This div background color is #253EB8.

Border color

.myBorderColor { border: 1px solid #253EB8; }

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

This div border color is #253EB8.

Opacity

.myOpacity80 { color: #253EB8; opacity: 0.8; }

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

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

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

This text has shadow with #253EB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253EB8.

Preview

Color preview on black background

This text has color #253EB8 on black background.


Color preview on white background

This text has color #253EB8 on white background.


Black color preview on #253EB8 background

This text has black color on #253EB8 background.


White color preview on #253EB8 background

This text has white color on #253EB8 background.


Related colors

Complementary color

Complementary color for #hex is #DAC147.


I love getcolorcode.com

Triadic colors

1 #B8253E and #3EB825 with #253EB8 are triadic colors.

2 #B83E25 and #3E25B8 with #253EB8 are triadic colors.