COLOR #265BA5

HEX: #265BA5 RGB: (38,91,165)

Color info

#265BA5 contains mainly blue color. Web safe color of #265BA5 is #336699 (or #369).

RGB color model

#265BA5 color RGB value is (38,91,165).

RGB: (38,91,165) (15%, 36%, 65%)

RGB channels and saturation

R 38 of 255 = 15%
G 91 of 255 = 36%
B 165 of 255 = 65%

38
91
165

R + G + B ~ 39%. #265BA5 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 38 + 91 + 165 = 294 (100%)
R 38 of 294 ~ 12.93%
G 91 of 294 ~ 30.95%
B 165 of 294 ~ 56.12'%

%12.93
%30.95
%56.12

CMYK color model

#265BA5 color CMYK value is (77,45,0,35).

  • cyan value is 76.97%
  • magenta value is 44.85%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (77,45,0,35)
C77M45Y0K35 (77%, 45%, 0%, 35%)
(0.77 / 0.45 / 0.00 / 0.35)

CMYK percentages

%76.97
%44.85
%0
%35.29

Codes

Color #265BA5 in popluar color models

26 5B A5
RGB 38 91 165
HSL 215° 62.56% 39.80%
HSB/HSV 215° 76.97% 64.71%
CMYK 76.97% 44.85% 0.00%
35.29%

Color #265BA5 in popluar number systems.

HEX 26 5B A5
Decimal 38 91 165
Binary 100110 1011011 10100101
Octal 46 133 245

Shades and tints

Shades of #265BA5

#265BA5
(38,91,165)
#235396
(35,83,150)
#204B87
(32,75,135)
#1D4378
(29,67,120)
#1A3B69
(26,59,105)
#17335A
(23,51,90)
#142B4B
(20,43,75)
#11233C
(17,35,60)
#0E1B2D
(14,27,45)
#0B131E
(11,19,30)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #265BA5

#265BA5
(38,91,165)
#3969AD
(57,105,173)
#4C77B5
(76,119,181)
#5F85BD
(95,133,189)
#7293C5
(114,147,197)
#85A1CD
(133,161,205)
#98AFD5
(152,175,213)
#ABBDDD
(171,189,221)
#BECBE5
(190,203,229)
#D1D9ED
(209,217,237)
#E4E7F5
(228,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #265BA5; }

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

This text font color is #265BA5.

Background Color

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

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

This div background color is #265BA5.

Border color

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

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

This div border color is #265BA5.

Opacity

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

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

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

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

This text has shadow with #265BA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #265BA5.

Preview

Color preview on black background

This text has color #265BA5 on black background.


Color preview on white background

This text has color #265BA5 on white background.


Black color preview on #265BA5 background

This text has black color on #265BA5 background.


White color preview on #265BA5 background

This text has white color on #265BA5 background.


Related colors

Complementary color

Complementary color for #hex is #D9A45A.


I love getcolorcode.com

Triadic colors

1 #A5265B and #5BA526 with #265BA5 are triadic colors.

2 #A55B26 and #5B26A5 with #265BA5 are triadic colors.