COLOR #265B79

HEX: #265B79
RGB: (38,91,121)

Color info

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

RGB color model

#265B79 color RGB value is (38,91,121).

  • red value is 38;
  • green value is 91;
  • blue value is 121.
RGB:
(38,91,121)
(15%,36%,47%)

RGB channels and saturation

R 38 of 255 = 15%
G 91 of 255 = 36%
B 121 of 255 = 47%

38
91
121

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

Portions of RGB colors in percentages

R + G + B =
38 + 91 + 121 = 250 (100%)
R 38 of 250 ~ 15.2%
G 91 of 250 ~ 36.4%
B 121 of 250 ~ 48.4%

%15.2
%36.4
%48.4

CMYK color model

#265B79 color CMYK value is (69,25,0,53).

  • cyan value is 68.60%
  • magenta value is 24.79%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(69,25,0,53)
C69M25Y0K53 
(69%,25%,0%,53%)
(0.69/0.25/0.00/0.53)	

CMYK percentages

%68.6
%24.79
%0
%52.55

Codes

Color #265B79 in popluar color models

265B79
RGB3891121
HSL202°52.20%31.18%
HSB/HSV202°68.60%47.45%
CMYK68.60%24.79%0.00%
52.55%

Color #265B79 in popluar number systems.

HEX265B79
Decimal3891121
Binary10011010110111111001
Octal46133171

Shades and tints

Shades of #265B79

#265B79
(38,91,121)
#23536E
(35,83,110)
#204B63
(32,75,99)
#1D4358
(29,67,88)
#1A3B4D
(26,59,77)
#173342
(23,51,66)
#142B37
(20,43,55)
#11232C
(17,35,44)
#0E1B21
(14,27,33)
#0B1316
(11,19,22)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #265B79

#265B79
(38,91,121)
#396985
(57,105,133)
#4C7791
(76,119,145)
#5F859D
(95,133,157)
#7293A9
(114,147,169)
#85A1B5
(133,161,181)
#98AFC1
(152,175,193)
#ABBDCD
(171,189,205)
#BECBD9
(190,203,217)
#D1D9E5
(209,217,229)
#E4E7F1
(228,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #265B79 color. Also use rgb(38,91,121) instead hex code.

Text Font Color

.myTextColor { color: #265B79; }

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

This text font color is #265B79.


Background Color

.myBgColor { background-color: #265B79; }

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

This div background color is #265B79.


Border color

.myBorderColor { border: 1px solid #265B79; }

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

This div border color is #265B79.


Opacity

.myOpacity80 { color: #265B79; opacity: 0.8; }

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

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

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

This text has shadow with #265B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #265B79 on black background.


Color preview on white background

This text has color #265B79 on white background.



Black color preview on #265B79 background

This text has black color on #265B79 background.


White color preview on #265B79 background

This text has white color on #265B79 background.