COLOR #25629A

HEX: #25629A
RGB: (37,98,154)

Color info

#25629A contains mainly green and blue colors. Web safe color of #25629A is #336699 (or #369).

RGB color model

#25629A color RGB value is (37,98,154).

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

RGB channels and saturation

R 37 of 255 = 15%
G 98 of 255 = 38%
B 154 of 255 = 60%

37
98
154

R + G + B ~ 38%. #25629A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 98 + 154 = 289 (100%)
R 37 of 289 ~ 12.8%
G 98 of 289 ~ 33.91%
B 154 of 289 ~ 53.29%

%12.8
%33.91
%53.29

CMYK color model

#25629A color CMYK value is (76,36,0,40).

  • cyan value is 75.97%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(76,36,0,40)
C76M36Y0K40 
(76%,36%,0%,40%)
(0.76/0.36/0.00/0.40)	

CMYK percentages

%75.97
%36.36
%0
%39.61

Codes

Color #25629A in popluar color models

25629A
RGB3798154
HSL209°61.26%37.45%
HSB/HSV209°75.97%60.39%
CMYK75.97%36.36%0.00%
39.61%

Color #25629A in popluar number systems.

HEX25629A
Decimal3798154
Binary100101110001010011010
Octal45142232

Shades and tints

Shades of #25629A

#25629A
(37,98,154)
#225A8C
(34,90,140)
#1F527E
(31,82,126)
#1C4A70
(28,74,112)
#194262
(25,66,98)
#163A54
(22,58,84)
#133246
(19,50,70)
#102A38
(16,42,56)
#0D222A
(13,34,42)
#0A1A1C
(10,26,28)
#07120E
(7,18,14)
#000000
(0,0,0)

Tints of #25629A

#25629A
(37,98,154)
#3870A3
(56,112,163)
#4B7EAC
(75,126,172)
#5E8CB5
(94,140,181)
#719ABE
(113,154,190)
#84A8C7
(132,168,199)
#97B6D0
(151,182,208)
#AAC4D9
(170,196,217)
#BDD2E2
(189,210,226)
#D0E0EB
(208,224,235)
#E3EEF4
(227,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25629A; }

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

This text font color is #25629A.


Background Color

.myBgColor { background-color: #25629A; }

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

This div background color is #25629A.


Border color

.myBorderColor { border: 1px solid #25629A; }

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

This div border color is #25629A.


Opacity

.myOpacity80 { color: #25629A; opacity: 0.8; }

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

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

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

This text has shadow with #25629A color.

.textShadow {text-shadow: 3px 3px 1px #25629A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25629A on black background.


Color preview on white background

This text has color #25629A on white background.



Black color preview on #25629A background

This text has black color on #25629A background.


White color preview on #25629A background

This text has white color on #25629A background.