COLOR #255086

HEX: #255086
RGB: (37,80,134)

Color info

#255086 contains mainly green and blue colors. Web safe color of #255086 is #336699 (or #369).

RGB color model

#255086 color RGB value is (37,80,134).

  • red value is 37;
  • green value is 80;
  • blue value is 134.
RGB:
(37,80,134)
(15%,31%,53%)

RGB channels and saturation

R 37 of 255 = 15%
G 80 of 255 = 31%
B 134 of 255 = 53%

37
80
134

R + G + B ~ 33%. #255086 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 80 + 134 = 251 (100%)
R 37 of 251 ~ 14.74%
G 80 of 251 ~ 31.87%
B 134 of 251 ~ 53.39%

%14.74
%31.87
%53.39

CMYK color model

#255086 color CMYK value is (72,40,0,47).

  • cyan value is 72.39%
  • magenta value is 40.30%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(72,40,0,47)
C72M40Y0K47 
(72%,40%,0%,47%)
(0.72/0.40/0.00/0.47)	

CMYK percentages

%72.39
%40.3
%0
%47.45

Codes

Color #255086 in popluar color models

255086
RGB3780134
HSL213°56.73%33.53%
HSB/HSV213°72.39%52.55%
CMYK72.39%40.30%0.00%
47.45%

Color #255086 in popluar number systems.

HEX255086
Decimal3780134
Binary100101101000010000110
Octal45120206

Shades and tints

Shades of #255086

#255086
(37,80,134)
#22497A
(34,73,122)
#1F426E
(31,66,110)
#1C3B62
(28,59,98)
#193456
(25,52,86)
#162D4A
(22,45,74)
#13263E
(19,38,62)
#101F32
(16,31,50)
#0D1826
(13,24,38)
#0A111A
(10,17,26)
#070A0E
(7,10,14)
#000000
(0,0,0)

Tints of #255086

#255086
(37,80,134)
#385F91
(56,95,145)
#4B6E9C
(75,110,156)
#5E7DA7
(94,125,167)
#718CB2
(113,140,178)
#849BBD
(132,155,189)
#97AAC8
(151,170,200)
#AAB9D3
(170,185,211)
#BDC8DE
(189,200,222)
#D0D7E9
(208,215,233)
#E3E6F4
(227,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255086 color. Also use rgb(37,80,134) instead hex code.

Text Font Color

.myTextColor { color: #255086; }

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

This text font color is #255086.


Background Color

.myBgColor { background-color: #255086; }

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

This div background color is #255086.


Border color

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

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

This div border color is #255086.


Opacity

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

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

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

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

This text has shadow with #255086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255086 on black background.


Color preview on white background

This text has color #255086 on white background.



Black color preview on #255086 background

This text has black color on #255086 background.


White color preview on #255086 background

This text has white color on #255086 background.