COLOR #253262

HEX: #253262 RGB: (37,50,98)

Color info

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

RGB color model

#253262 color RGB value is (37,50,98).

RGB: (37,50,98) (15%, 20%, 38%)

RGB channels and saturation

R 37 of 255 = 15%
G 50 of 255 = 20%
B 98 of 255 = 38%

37
50
98

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

Portions of RGB colors in percentages

R + G + B = 37 + 50 + 98 = 185 (100%)
R 37 of 185 ~ 20%
G 50 of 185 ~ 27.03%
B 98 of 185 ~ 52.97'%

%20
%27.03
%52.97

CMYK color model

#253262 color CMYK value is (62,49,0,62).

  • cyan value is 62.24%
  • magenta value is 48.98%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (62,49,0,62)
C62M49Y0K62 (62%, 49%, 0%, 62%)
(0.62 / 0.49 / 0.00 / 0.62)

CMYK percentages

%62.24
%48.98
%0
%61.57

Codes

Color #253262 in popluar color models

25 32 62
RGB 37 50 98
HSL 227° 45.19% 26.47%
HSB/HSV 227° 62.24% 38.43%
CMYK 62.24% 48.98% 0.00%
61.57%

Color #253262 in popluar number systems.

HEX 25 32 62
Decimal 37 50 98
Binary 100101 110010 1100010
Octal 45 62 142

Shades and tints

Shades of #253262

#253262
(37,50,98)
#222E5A
(34,46,90)
#1F2A52
(31,42,82)
#1C264A
(28,38,74)
#192242
(25,34,66)
#161E3A
(22,30,58)
#131A32
(19,26,50)
#10162A
(16,22,42)
#0D1222
(13,18,34)
#0A0E1A
(10,14,26)
#070A12
(7,10,18)
#000000
(0,0,0)

Tints of #253262

#253262
(37,50,98)
#384470
(56,68,112)
#4B567E
(75,86,126)
#5E688C
(94,104,140)
#717A9A
(113,122,154)
#848CA8
(132,140,168)
#979EB6
(151,158,182)
#AAB0C4
(170,176,196)
#BDC2D2
(189,194,210)
#D0D4E0
(208,212,224)
#E3E6EE
(227,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253262; }

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

This text font color is #253262.

Background Color

.myBgColor { background-color: #253262; }

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

This div background color is #253262.

Border color

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

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

This div border color is #253262.

Opacity

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

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

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

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

This text has shadow with #253262 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253262.

Preview

Color preview on black background

This text has color #253262 on black background.


Color preview on white background

This text has color #253262 on white background.


Black color preview on #253262 background

This text has black color on #253262 background.


White color preview on #253262 background

This text has white color on #253262 background.


Related colors

Complementary color

Complementary color for #hex is #DACD9D.


I love getcolorcode.com

Triadic colors

1 #622532 and #326225 with #253262 are triadic colors.

2 #623225 and #322562 with #253262 are triadic colors.