COLOR #252C5A

HEX: #252C5A RGB: (37,44,90)

Color info

#252C5A contains red, green and blue colors in about the same proportion. Web safe color of #252C5A is #333366 (or #336).

RGB color model

#252C5A color RGB value is (37,44,90).

RGB: (37,44,90) (15%, 17%, 35%)

RGB channels and saturation

R 37 of 255 = 15%
G 44 of 255 = 17%
B 90 of 255 = 35%

37
44
90

R + G + B ~ 22%. #252C5A is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 44 + 90 = 171 (100%)
R 37 of 171 ~ 21.64%
G 44 of 171 ~ 25.73%
B 90 of 171 ~ 52.63'%

%21.64
%25.73
%52.63

CMYK color model

#252C5A color CMYK value is (59,51,0,65).

  • cyan value is 58.89%
  • magenta value is 51.11%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (59,51,0,65)
C59M51Y0K65 (59%, 51%, 0%, 65%)
(0.59 / 0.51 / 0.00 / 0.65)

CMYK percentages

%58.89
%51.11
%0
%64.71

Codes

Color #252C5A in popluar color models

25 2C 5A
RGB 37 44 90
HSL 232° 41.73% 24.90%
HSB/HSV 232° 58.89% 35.29%
CMYK 58.89% 51.11% 0.00%
64.71%

Color #252C5A in popluar number systems.

HEX 25 2C 5A
Decimal 37 44 90
Binary 100101 101100 1011010
Octal 45 54 132

Shades and tints

Shades of #252C5A

#252C5A
(37,44,90)
#222852
(34,40,82)
#1F244A
(31,36,74)
#1C2042
(28,32,66)
#191C3A
(25,28,58)
#161832
(22,24,50)
#13142A
(19,20,42)
#101022
(16,16,34)
#0D0C1A
(13,12,26)
#0A0812
(10,8,18)
#07040A
(7,4,10)
#000000
(0,0,0)

Tints of #252C5A

#252C5A
(37,44,90)
#383F69
(56,63,105)
#4B5278
(75,82,120)
#5E6587
(94,101,135)
#717896
(113,120,150)
#848BA5
(132,139,165)
#979EB4
(151,158,180)
#AAB1C3
(170,177,195)
#BDC4D2
(189,196,210)
#D0D7E1
(208,215,225)
#E3EAF0
(227,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252C5A color. Also use rgb(37,44,90) instead hex code.

Text Font Color

.myTextColor { color: #252C5A; }

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

This text font color is #252C5A.

Background Color

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

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

This div background color is #252C5A.

Border color

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

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

This div border color is #252C5A.

Opacity

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

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

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

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

This text has shadow with #252C5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252C5A.

Preview

Color preview on black background

This text has color #252C5A on black background.


Color preview on white background

This text has color #252C5A on white background.


Black color preview on #252C5A background

This text has black color on #252C5A background.


White color preview on #252C5A background

This text has white color on #252C5A background.


Related colors

Complementary color

Complementary color for #hex is #DAD3A5.


I love getcolorcode.com

Triadic colors

1 #5A252C and #2C5A25 with #252C5A are triadic colors.

2 #5A2C25 and #2C255A with #252C5A are triadic colors.