COLOR #252A66

HEX: #252A66 RGB: (37,42,102)

Color info

#252A66 contains mainly blue color. Web safe color of #252A66 is #333366 (or #336).

RGB color model

#252A66 color RGB value is (37,42,102).

RGB: (37,42,102) (15%, 16%, 40%)

RGB channels and saturation

R 37 of 255 = 15%
G 42 of 255 = 16%
B 102 of 255 = 40%

37
42
102

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

Portions of RGB colors in percentages

R + G + B = 37 + 42 + 102 = 181 (100%)
R 37 of 181 ~ 20.44%
G 42 of 181 ~ 23.2%
B 102 of 181 ~ 56.35'%

%20.44
%23.2
%56.35

CMYK color model

#252A66 color CMYK value is (64,59,0,60).

  • cyan value is 63.73%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (64,59,0,60)
C64M59Y0K60 (64%, 59%, 0%, 60%)
(0.64 / 0.59 / 0.00 / 0.60)

CMYK percentages

%63.73
%58.82
%0
%60

Codes

Color #252A66 in popluar color models

25 2A 66
RGB 37 42 102
HSL 235° 46.76% 27.25%
HSB/HSV 235° 63.73% 40.00%
CMYK 63.73% 58.82% 0.00%
60.00%

Color #252A66 in popluar number systems.

HEX 25 2A 66
Decimal 37 42 102
Binary 100101 101010 1100110
Octal 45 52 146

Shades and tints

Shades of #252A66

#252A66
(37,42,102)
#22275D
(34,39,93)
#1F2454
(31,36,84)
#1C214B
(28,33,75)
#191E42
(25,30,66)
#161B39
(22,27,57)
#131830
(19,24,48)
#101527
(16,21,39)
#0D121E
(13,18,30)
#0A0F15
(10,15,21)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #252A66

#252A66
(37,42,102)
#383D73
(56,61,115)
#4B5080
(75,80,128)
#5E638D
(94,99,141)
#71769A
(113,118,154)
#8489A7
(132,137,167)
#979CB4
(151,156,180)
#AAAFC1
(170,175,193)
#BDC2CE
(189,194,206)
#D0D5DB
(208,213,219)
#E3E8E8
(227,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252A66 color. Also use rgb(37,42,102) instead hex code.

Text Font Color

.myTextColor { color: #252A66; }

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

This text font color is #252A66.

Background Color

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

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

This div background color is #252A66.

Border color

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

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

This div border color is #252A66.

Opacity

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

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

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

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

This text has shadow with #252A66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252A66.

Preview

Color preview on black background

This text has color #252A66 on black background.


Color preview on white background

This text has color #252A66 on white background.


Black color preview on #252A66 background

This text has black color on #252A66 background.


White color preview on #252A66 background

This text has white color on #252A66 background.


Related colors

Complementary color

Complementary color for #hex is #DAD599.


I love getcolorcode.com

Triadic colors

1 #66252A and #2A6625 with #252A66 are triadic colors.

2 #662A25 and #2A2566 with #252A66 are triadic colors.