COLOR #252F62

HEX: #252F62
RGB: (37,47,98)

Color info

#252F62 contains mainly green and blue colors. Web safe color of #252F62 is #333366 (or #336).

RGB color model

#252F62 color RGB value is (37,47,98).

  • red value is 37;
  • green value is 47;
  • blue value is 98.
RGB:
(37,47,98)
(15%,18%,38%)

RGB channels and saturation

R 37 of 255 = 15%
G 47 of 255 = 18%
B 98 of 255 = 38%

37
47
98

R + G + B ~ 24%. #252F62 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 47 + 98 = 182 (100%)
R 37 of 182 ~ 20.33%
G 47 of 182 ~ 25.82%
B 98 of 182 ~ 53.85%

%20.33
%25.82
%53.85

CMYK color model

#252F62 color CMYK value is (62,52,0,62).

  • cyan value is 62.24%
  • magenta value is 52.04%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(62,52,0,62)
C62M52Y0K62 
(62%,52%,0%,62%)
(0.62/0.52/0.00/0.62)	

CMYK percentages

%62.24
%52.04
%0
%61.57

Codes

Color #252F62 in popluar color models

252F62
RGB374798
HSL230°45.19%26.47%
HSB/HSV230°62.24%38.43%
CMYK62.24%52.04%0.00%
61.57%

Color #252F62 in popluar number systems.

HEX252F62
Decimal374798
Binary1001011011111100010
Octal4557142

Shades and tints

Shades of #252F62

#252F62
(37,47,98)
#222B5A
(34,43,90)
#1F2752
(31,39,82)
#1C234A
(28,35,74)
#191F42
(25,31,66)
#161B3A
(22,27,58)
#131732
(19,23,50)
#10132A
(16,19,42)
#0D0F22
(13,15,34)
#0A0B1A
(10,11,26)
#070712
(7,7,18)
#000000
(0,0,0)

Tints of #252F62

#252F62
(37,47,98)
#384170
(56,65,112)
#4B537E
(75,83,126)
#5E658C
(94,101,140)
#71779A
(113,119,154)
#8489A8
(132,137,168)
#979BB6
(151,155,182)
#AAADC4
(170,173,196)
#BDBFD2
(189,191,210)
#D0D1E0
(208,209,224)
#E3E3EE
(227,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252F62 color. Also use rgb(37,47,98) instead hex code.

Text Font Color

.myTextColor { color: #252F62; }

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

This text font color is #252F62.


Background Color

.myBgColor { background-color: #252F62; }

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

This div background color is #252F62.


Border color

.myBorderColor { border: 1px solid #252F62; }

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

This div border color is #252F62.


Opacity

.myOpacity80 { color: #252F62; opacity: 0.8; }

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

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

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

This text has shadow with #252F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252F62 on black background.


Color preview on white background

This text has color #252F62 on white background.



Black color preview on #252F62 background

This text has black color on #252F62 background.


White color preview on #252F62 background

This text has white color on #252F62 background.