COLOR #265A72

HEX: #265A72
RGB: (38,90,114)

Color info

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

RGB color model

#265A72 color RGB value is (38,90,114).

  • red value is 38;
  • green value is 90;
  • blue value is 114.
RGB:
(38,90,114)
(15%,35%,45%)

RGB channels and saturation

R 38 of 255 = 15%
G 90 of 255 = 35%
B 114 of 255 = 45%

38
90
114

R + G + B ~ 32%. #265A72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 90 + 114 = 242 (100%)
R 38 of 242 ~ 15.7%
G 90 of 242 ~ 37.19%
B 114 of 242 ~ 47.11%

%15.7
%37.19
%47.11

CMYK color model

#265A72 color CMYK value is (67,21,0,55).

  • cyan value is 66.67%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(67,21,0,55)
C67M21Y0K55 
(67%,21%,0%,55%)
(0.67/0.21/0.00/0.55)	

CMYK percentages

%66.67
%21.05
%0
%55.29

Codes

Color #265A72 in popluar color models

265A72
RGB3890114
HSL199°50.00%29.80%
HSB/HSV199°66.67%44.71%
CMYK66.67%21.05%0.00%
55.29%

Color #265A72 in popluar number systems.

HEX265A72
Decimal3890114
Binary10011010110101110010
Octal46132162

Shades and tints

Shades of #265A72

#265A72
(38,90,114)
#235268
(35,82,104)
#204A5E
(32,74,94)
#1D4254
(29,66,84)
#1A3A4A
(26,58,74)
#173240
(23,50,64)
#142A36
(20,42,54)
#11222C
(17,34,44)
#0E1A22
(14,26,34)
#0B1218
(11,18,24)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #265A72

#265A72
(38,90,114)
#39697E
(57,105,126)
#4C788A
(76,120,138)
#5F8796
(95,135,150)
#7296A2
(114,150,162)
#85A5AE
(133,165,174)
#98B4BA
(152,180,186)
#ABC3C6
(171,195,198)
#BED2D2
(190,210,210)
#D1E1DE
(209,225,222)
#E4F0EA
(228,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #265A72 color. Also use rgb(38,90,114) instead hex code.

Text Font Color

.myTextColor { color: #265A72; }

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

This text font color is #265A72.


Background Color

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

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

This div background color is #265A72.


Border color

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

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

This div border color is #265A72.


Opacity

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

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

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

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

This text has shadow with #265A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #265A72 on black background.


Color preview on white background

This text has color #265A72 on white background.



Black color preview on #265A72 background

This text has black color on #265A72 background.


White color preview on #265A72 background

This text has white color on #265A72 background.