COLOR #255166

HEX: #255166 RGB: (37,81,102)

Color info

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

RGB color model

#255166 color RGB value is (37,81,102).

RGB: (37,81,102) (15%, 32%, 40%)

RGB channels and saturation

R 37 of 255 = 15%
G 81 of 255 = 32%
B 102 of 255 = 40%

37
81
102

R + G + B ~ 29%. #255166 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 81 + 102 = 220 (100%)
R 37 of 220 ~ 16.82%
G 81 of 220 ~ 36.82%
B 102 of 220 ~ 46.36'%

%16.82
%36.82
%46.36

CMYK color model

#255166 color CMYK value is (64,21,0,60).

  • cyan value is 63.73%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (64,21,0,60)
C64M21Y0K60 (64%, 21%, 0%, 60%)
(0.64 / 0.21 / 0.00 / 0.60)

CMYK percentages

%63.73
%20.59
%0
%60

Codes

Color #255166 in popluar color models

25 51 66
RGB 37 81 102
HSL 199° 46.76% 27.25%
HSB/HSV 199° 63.73% 40.00%
CMYK 63.73% 20.59% 0.00%
60.00%

Color #255166 in popluar number systems.

HEX 25 51 66
Decimal 37 81 102
Binary 100101 1010001 1100110
Octal 45 121 146

Shades and tints

Shades of #255166

#255166
(37,81,102)
#224A5D
(34,74,93)
#1F4354
(31,67,84)
#1C3C4B
(28,60,75)
#193542
(25,53,66)
#162E39
(22,46,57)
#132730
(19,39,48)
#102027
(16,32,39)
#0D191E
(13,25,30)
#0A1215
(10,18,21)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #255166

#255166
(37,81,102)
#386073
(56,96,115)
#4B6F80
(75,111,128)
#5E7E8D
(94,126,141)
#718D9A
(113,141,154)
#849CA7
(132,156,167)
#97ABB4
(151,171,180)
#AABAC1
(170,186,193)
#BDC9CE
(189,201,206)
#D0D8DB
(208,216,219)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255166 color. Also use rgb(37,81,102) instead hex code.

Text Font Color

.myTextColor { color: #255166; }

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

This text font color is #255166.

Background Color

.myBgColor { background-color: #255166; }

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

This div background color is #255166.

Border color

.myBorderColor { border: 1px solid #255166; }

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

This div border color is #255166.

Opacity

.myOpacity80 { color: #255166; opacity: 0.8; }

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

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

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

This text has shadow with #255166 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #255166.

Preview

Color preview on black background

This text has color #255166 on black background.


Color preview on white background

This text has color #255166 on white background.


Black color preview on #255166 background

This text has black color on #255166 background.


White color preview on #255166 background

This text has white color on #255166 background.


Related colors

Complementary color

Complementary color for #hex is #DAAE99.


I love getcolorcode.com

Triadic colors

1 #662551 and #516625 with #255166 are triadic colors.

2 #665125 and #512566 with #255166 are triadic colors.