COLOR #25346C

HEX: #25346C
RGB: (37,52,108)

Color info

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

RGB color model

#25346C color RGB value is (37,52,108).

  • red value is 37;
  • green value is 52;
  • blue value is 108.
RGB: (37,52,108) (15%,20%,42%)

RGB channels and saturation

R 37 of 255 = 15%
G 52 of 255 = 20%
B 108 of 255 = 42%

37
52
108

R + G + B ~ 26%. #25346C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 52 + 108 = 197 (100%)
R 37 of 197 ~ 18.78%
G 52 of 197 ~ 26.4%
B 108 of 197 ~ 54.82%

%18.78
%26.4
%54.82

CMYK color model

#25346C color CMYK value is (66,52,0,58).

  • cyan value is 65.74%
  • magenta value is 51.85%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (66,52,0,58) C66M52Y0K58 (66%,52%,0%,58%) (0.66/0.52/0.00/0.58)

CMYK percentages

%65.74
%51.85
%0
%57.65

Codes

Color #25346C in popluar color models

25346C
RGB3752108
HSL227°48.97%28.43%
HSB/HSV227°65.74%42.35%
CMYK65.74%51.85%0.00%
57.65%

Color #25346C in popluar number systems.

HEX25346C
Decimal3752108
Binary1001011101001101100
Octal4564154

Shades and tints

Shades of #25346C

#25346C
(37,52,108)
#223063
(34,48,99)
#1F2C5A
(31,44,90)
#1C2851
(28,40,81)
#192448
(25,36,72)
#16203F
(22,32,63)
#131C36
(19,28,54)
#10182D
(16,24,45)
#0D1424
(13,20,36)
#0A101B
(10,16,27)
#070C12
(7,12,18)
#000000
(0,0,0)

Tints of #25346C

#25346C
(37,52,108)
#384679
(56,70,121)
#4B5886
(75,88,134)
#5E6A93
(94,106,147)
#717CA0
(113,124,160)
#848EAD
(132,142,173)
#97A0BA
(151,160,186)
#AAB2C7
(170,178,199)
#BDC4D4
(189,196,212)
#D0D6E1
(208,214,225)
#E3E8EE
(227,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25346C color. Also use rgb(37,52,108) instead hex code.

Text Font Color

.myTextColor { color: #25346C; }

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

This text font color is #25346C.


Background Color

.myBgColor { background-color: #25346C; }

<div style="background-color:#25346C">Inner text</div>

This div background color is #25346C.


Border color

.myBorderColor { border: 1px solid #25346C; }

<div style="border:3px solid #25346C">Div</div>

This div border color is #25346C.


Opacity

.myOpacity80 { color: #25346C; opacity: 0.8; }

<p style="color:#25346C;opacity:0.8;">80%</p>

Text with #25346C 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 #25346C;}

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

This text has shadow with #25346C color.

.textShadow {text-shadow: 3px 3px 1px #25346C, 3px 3px 1px red;}

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

This text has shadow with #25346C primary color and red secondary color.


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

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

This text has shadow with #25346C and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #25346C; -webkit-box-shadow:	1px 1px 3px 2px #25346C; box-shadow:	1px 1px 3px 2px #25346C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #25346C; -webkit-box-shadow: 1px 1px 3px 2px #25346C; box-shadow:1px 1px 3px 2px #25346C;">
Div content here</div>
This div box has shadow with color #25346C.

Preview

Color preview on black background

This text has color #25346C on black background.


Color preview on white background

This text has color #25346C on white background.



Black color preview on #25346C background

This text has black color on #25346C background.


White color preview on #25346C background

This text has white color on #25346C background.