COLOR #265480

HEX: #265480
RGB: (38,84,128)

Color info

#265480 contains mainly green and blue colors. Web safe color of #265480 is #336666 (or #366).

RGB color model

#265480 color RGB value is (38,84,128).

  • red value is 38;
  • green value is 84;
  • blue value is 128.
RGB:
(38,84,128)
(15%,33%,50%)

RGB channels and saturation

R 38 of 255 = 15%
G 84 of 255 = 33%
B 128 of 255 = 50%

38
84
128

R + G + B ~ 33%. #265480 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 84 + 128 = 250 (100%)
R 38 of 250 ~ 15.2%
G 84 of 250 ~ 33.6%
B 128 of 250 ~ 51.2%

%15.2
%33.6
%51.2

CMYK color model

#265480 color CMYK value is (70,34,0,50).

  • cyan value is 70.31%
  • magenta value is 34.38%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(70,34,0,50)
C70M34Y0K50 
(70%,34%,0%,50%)
(0.70/0.34/0.00/0.50)	

CMYK percentages

%70.31
%34.38
%0
%49.8

Codes

Color #265480 in popluar color models

265480
RGB3884128
HSL209°54.22%32.55%
HSB/HSV209°70.31%50.20%
CMYK70.31%34.38%0.00%
49.80%

Color #265480 in popluar number systems.

HEX265480
Decimal3884128
Binary100110101010010000000
Octal46124200

Shades and tints

Shades of #265480

#265480
(38,84,128)
#234D75
(35,77,117)
#20466A
(32,70,106)
#1D3F5F
(29,63,95)
#1A3854
(26,56,84)
#173149
(23,49,73)
#142A3E
(20,42,62)
#112333
(17,35,51)
#0E1C28
(14,28,40)
#0B151D
(11,21,29)
#080E12
(8,14,18)
#000000
(0,0,0)

Tints of #265480

#265480
(38,84,128)
#39638B
(57,99,139)
#4C7296
(76,114,150)
#5F81A1
(95,129,161)
#7290AC
(114,144,172)
#859FB7
(133,159,183)
#98AEC2
(152,174,194)
#ABBDCD
(171,189,205)
#BECCD8
(190,204,216)
#D1DBE3
(209,219,227)
#E4EAEE
(228,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #265480 color. Also use rgb(38,84,128) instead hex code.

Text Font Color

.myTextColor { color: #265480; }

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

This text font color is #265480.


Background Color

.myBgColor { background-color: #265480; }

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

This div background color is #265480.


Border color

.myBorderColor { border: 1px solid #265480; }

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

This div border color is #265480.


Opacity

.myOpacity80 { color: #265480; opacity: 0.8; }

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

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

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

This text has shadow with #265480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #265480 on black background.


Color preview on white background

This text has color #265480 on white background.



Black color preview on #265480 background

This text has black color on #265480 background.


White color preview on #265480 background

This text has white color on #265480 background.