COLOR #25336E

HEX: #25336E
RGB: (37,51,110)

Color info

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

RGB color model

#25336E color RGB value is (37,51,110).

  • red value is 37;
  • green value is 51;
  • blue value is 110.
RGB:
(37,51,110)
(15%,20%,43%)

RGB channels and saturation

R 37 of 255 = 15%
G 51 of 255 = 20%
B 110 of 255 = 43%

37
51
110

R + G + B ~ 26%. #25336E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 51 + 110 = 198 (100%)
R 37 of 198 ~ 18.69%
G 51 of 198 ~ 25.76%
B 110 of 198 ~ 55.56%

%18.69
%25.76
%55.56

CMYK color model

#25336E color CMYK value is (66,54,0,57).

  • cyan value is 66.36%
  • magenta value is 53.64%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(66,54,0,57)
C66M54Y0K57 
(66%,54%,0%,57%)
(0.66/0.54/0.00/0.57)	

CMYK percentages

%66.36
%53.64
%0
%56.86

Codes

Color #25336E in popluar color models

25336E
RGB3751110
HSL228°49.66%28.82%
HSB/HSV228°66.36%43.14%
CMYK66.36%53.64%0.00%
56.86%

Color #25336E in popluar number systems.

HEX25336E
Decimal3751110
Binary1001011100111101110
Octal4563156

Shades and tints

Shades of #25336E

#25336E
(37,51,110)
#222F64
(34,47,100)
#1F2B5A
(31,43,90)
#1C2750
(28,39,80)
#192346
(25,35,70)
#161F3C
(22,31,60)
#131B32
(19,27,50)
#101728
(16,23,40)
#0D131E
(13,19,30)
#0A0F14
(10,15,20)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #25336E

#25336E
(37,51,110)
#38457B
(56,69,123)
#4B5788
(75,87,136)
#5E6995
(94,105,149)
#717BA2
(113,123,162)
#848DAF
(132,141,175)
#979FBC
(151,159,188)
#AAB1C9
(170,177,201)
#BDC3D6
(189,195,214)
#D0D5E3
(208,213,227)
#E3E7F0
(227,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25336E color. Also use rgb(37,51,110) instead hex code.

Text Font Color

.myTextColor { color: #25336E; }

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

This text font color is #25336E.


Background Color

.myBgColor { background-color: #25336E; }

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

This div background color is #25336E.


Border color

.myBorderColor { border: 1px solid #25336E; }

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

This div border color is #25336E.


Opacity

.myOpacity80 { color: #25336E; opacity: 0.8; }

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

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

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

This text has shadow with #25336E color.

.textShadow {text-shadow: 3px 3px 1px #25336E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25336E on black background.


Color preview on white background

This text has color #25336E on white background.



Black color preview on #25336E background

This text has black color on #25336E background.


White color preview on #25336E background

This text has white color on #25336E background.