COLOR #265C66

HEX: #265C66 RGB: (38,92,102)

Color info

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

RGB color model

#265C66 color RGB value is (38,92,102).

RGB: (38,92,102) (15%, 36%, 40%)

RGB channels and saturation

R 38 of 255 = 15%
G 92 of 255 = 36%
B 102 of 255 = 40%

38
92
102

R + G + B ~ 30%. #265C66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 38 + 92 + 102 = 232 (100%)
R 38 of 232 ~ 16.38%
G 92 of 232 ~ 39.66%
B 102 of 232 ~ 43.97'%

%16.38
%39.66
%43.97

CMYK color model

#265C66 color CMYK value is (63,10,0,60).

  • cyan value is 62.75%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (63,10,0,60)
C63M10Y0K60 (63%, 10%, 0%, 60%)
(0.63 / 0.10 / 0.00 / 0.60)

CMYK percentages

%62.75
%9.8
%0
%60

Codes

Color #265C66 in popluar color models

26 5C 66
RGB 38 92 102
HSL 189° 45.71% 27.45%
HSB/HSV 189° 62.75% 40.00%
CMYK 62.75% 9.80% 0.00%
60.00%

Color #265C66 in popluar number systems.

HEX 26 5C 66
Decimal 38 92 102
Binary 100110 1011100 1100110
Octal 46 134 146

Shades and tints

Shades of #265C66

#265C66
(38,92,102)
#23545D
(35,84,93)
#204C54
(32,76,84)
#1D444B
(29,68,75)
#1A3C42
(26,60,66)
#173439
(23,52,57)
#142C30
(20,44,48)
#112427
(17,36,39)
#0E1C1E
(14,28,30)
#0B1415
(11,20,21)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #265C66

#265C66
(38,92,102)
#396A73
(57,106,115)
#4C7880
(76,120,128)
#5F868D
(95,134,141)
#72949A
(114,148,154)
#85A2A7
(133,162,167)
#98B0B4
(152,176,180)
#ABBEC1
(171,190,193)
#BECCCE
(190,204,206)
#D1DADB
(209,218,219)
#E4E8E8
(228,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #265C66; }

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

This text font color is #265C66.

Background Color

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

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

This div background color is #265C66.

Border color

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

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

This div border color is #265C66.

Opacity

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

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

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

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

This text has shadow with #265C66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #265C66.

Preview

Color preview on black background

This text has color #265C66 on black background.


Color preview on white background

This text has color #265C66 on white background.


Black color preview on #265C66 background

This text has black color on #265C66 background.


White color preview on #265C66 background

This text has white color on #265C66 background.


Related colors

Complementary color

Complementary color for #hex is #D9A399.


I love getcolorcode.com

Triadic colors

1 #66265C and #5C6626 with #265C66 are triadic colors.

2 #665C26 and #5C2666 with #265C66 are triadic colors.