COLOR #265C72

HEX: #265C72 RGB: (38,92,114)

Color info

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

RGB color model

#265C72 color RGB value is (38,92,114).

RGB: (38,92,114) (15%, 36%, 45%)

RGB channels and saturation

R 38 of 255 = 15%
G 92 of 255 = 36%
B 114 of 255 = 45%

38
92
114

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

Portions of RGB colors in percentages

R + G + B = 38 + 92 + 114 = 244 (100%)
R 38 of 244 ~ 15.57%
G 92 of 244 ~ 37.7%
B 114 of 244 ~ 46.72'%

%15.57
%37.7
%46.72

CMYK color model

#265C72 color CMYK value is (67,19,0,55).

  • cyan value is 66.67%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (67,19,0,55)
C67M19Y0K55 (67%, 19%, 0%, 55%)
(0.67 / 0.19 / 0.00 / 0.55)

CMYK percentages

%66.67
%19.3
%0
%55.29

Codes

Color #265C72 in popluar color models

26 5C 72
RGB 38 92 114
HSL 197° 50.00% 29.80%
HSB/HSV 197° 66.67% 44.71%
CMYK 66.67% 19.30% 0.00%
55.29%

Color #265C72 in popluar number systems.

HEX 26 5C 72
Decimal 38 92 114
Binary 100110 1011100 1110010
Octal 46 134 162

Shades and tints

Shades of #265C72

#265C72
(38,92,114)
#235468
(35,84,104)
#204C5E
(32,76,94)
#1D4454
(29,68,84)
#1A3C4A
(26,60,74)
#173440
(23,52,64)
#142C36
(20,44,54)
#11242C
(17,36,44)
#0E1C22
(14,28,34)
#0B1418
(11,20,24)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #265C72

#265C72
(38,92,114)
#396A7E
(57,106,126)
#4C788A
(76,120,138)
#5F8696
(95,134,150)
#7294A2
(114,148,162)
#85A2AE
(133,162,174)
#98B0BA
(152,176,186)
#ABBEC6
(171,190,198)
#BECCD2
(190,204,210)
#D1DADE
(209,218,222)
#E4E8EA
(228,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #265C72; }

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

This text font color is #265C72.

Background Color

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

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

This div background color is #265C72.

Border color

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

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

This div border color is #265C72.

Opacity

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

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

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

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

This text has shadow with #265C72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #265C72.

Preview

Color preview on black background

This text has color #265C72 on black background.


Color preview on white background

This text has color #265C72 on white background.


Black color preview on #265C72 background

This text has black color on #265C72 background.


White color preview on #265C72 background

This text has white color on #265C72 background.


Related colors

Complementary color

Complementary color for #hex is #D9A38D.


I love getcolorcode.com

Triadic colors

1 #72265C and #5C7226 with #265C72 are triadic colors.

2 #725C26 and #5C2672 with #265C72 are triadic colors.