COLOR #254A6D

HEX: #254A6D RGB: (37,74,109)

Color info

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

RGB color model

#254A6D color RGB value is (37,74,109).

RGB: (37,74,109) (15%, 29%, 43%)

RGB channels and saturation

R 37 of 255 = 15%
G 74 of 255 = 29%
B 109 of 255 = 43%

37
74
109

R + G + B ~ 29%. #254A6D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 74 + 109 = 220 (100%)
R 37 of 220 ~ 16.82%
G 74 of 220 ~ 33.64%
B 109 of 220 ~ 49.55'%

%16.82
%33.64
%49.55

CMYK color model

#254A6D color CMYK value is (66,32,0,57).

  • cyan value is 66.06%
  • magenta value is 32.11%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (66,32,0,57)
C66M32Y0K57 (66%, 32%, 0%, 57%)
(0.66 / 0.32 / 0.00 / 0.57)

CMYK percentages

%66.06
%32.11
%0
%57.25

Codes

Color #254A6D in popluar color models

25 4A 6D
RGB 37 74 109
HSL 209° 49.32% 28.63%
HSB/HSV 209° 66.06% 42.75%
CMYK 66.06% 32.11% 0.00%
57.25%

Color #254A6D in popluar number systems.

HEX 25 4A 6D
Decimal 37 74 109
Binary 100101 1001010 1101101
Octal 45 112 155

Shades and tints

Shades of #254A6D

#254A6D
(37,74,109)
#224464
(34,68,100)
#1F3E5B
(31,62,91)
#1C3852
(28,56,82)
#193249
(25,50,73)
#162C40
(22,44,64)
#132637
(19,38,55)
#10202E
(16,32,46)
#0D1A25
(13,26,37)
#0A141C
(10,20,28)
#070E13
(7,14,19)
#000000
(0,0,0)

Tints of #254A6D

#254A6D
(37,74,109)
#385A7A
(56,90,122)
#4B6A87
(75,106,135)
#5E7A94
(94,122,148)
#718AA1
(113,138,161)
#849AAE
(132,154,174)
#97AABB
(151,170,187)
#AABAC8
(170,186,200)
#BDCAD5
(189,202,213)
#D0DAE2
(208,218,226)
#E3EAEF
(227,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254A6D color. Also use rgb(37,74,109) instead hex code.

Text Font Color

.myTextColor { color: #254A6D; }

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

This text font color is #254A6D.

Background Color

.myBgColor { background-color: #254A6D; }

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

This div background color is #254A6D.

Border color

.myBorderColor { border: 1px solid #254A6D; }

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

This div border color is #254A6D.

Opacity

.myOpacity80 { color: #254A6D; opacity: 0.8; }

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

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

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

This text has shadow with #254A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #254A6D.

Preview

Color preview on black background

This text has color #254A6D on black background.


Color preview on white background

This text has color #254A6D on white background.


Black color preview on #254A6D background

This text has black color on #254A6D background.


White color preview on #254A6D background

This text has white color on #254A6D background.


Related colors

Complementary color

Complementary color for #hex is #DAB592.


I love getcolorcode.com

Triadic colors

1 #6D254A and #4A6D25 with #254A6D are triadic colors.

2 #6D4A25 and #4A256D with #254A6D are triadic colors.