COLOR #255069

HEX: #255069 RGB: (37,80,105)

Color info

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

RGB color model

#255069 color RGB value is (37,80,105).

RGB: (37,80,105) (15%, 31%, 41%)

RGB channels and saturation

R 37 of 255 = 15%
G 80 of 255 = 31%
B 105 of 255 = 41%

37
80
105

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

Portions of RGB colors in percentages

R + G + B = 37 + 80 + 105 = 222 (100%)
R 37 of 222 ~ 16.67%
G 80 of 222 ~ 36.04%
B 105 of 222 ~ 47.3'%

%16.67
%36.04
%47.3

CMYK color model

#255069 color CMYK value is (65,24,0,59).

  • cyan value is 64.76%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 58.82%

CMYK: (65,24,0,59)
C65M24Y0K59 (65%, 24%, 0%, 59%)
(0.65 / 0.24 / 0.00 / 0.59)

CMYK percentages

%64.76
%23.81
%0
%58.82

Codes

Color #255069 in popluar color models

25 50 69
RGB 37 80 105
HSL 202° 47.89% 27.84%
HSB/HSV 202° 64.76% 41.18%
CMYK 64.76% 23.81% 0.00%
58.82%

Color #255069 in popluar number systems.

HEX 25 50 69
Decimal 37 80 105
Binary 100101 1010000 1101001
Octal 45 120 151

Shades and tints

Shades of #255069

#255069
(37,80,105)
#224960
(34,73,96)
#1F4257
(31,66,87)
#1C3B4E
(28,59,78)
#193445
(25,52,69)
#162D3C
(22,45,60)
#132633
(19,38,51)
#101F2A
(16,31,42)
#0D1821
(13,24,33)
#0A1118
(10,17,24)
#070A0F
(7,10,15)
#000000
(0,0,0)

Tints of #255069

#255069
(37,80,105)
#385F76
(56,95,118)
#4B6E83
(75,110,131)
#5E7D90
(94,125,144)
#718C9D
(113,140,157)
#849BAA
(132,155,170)
#97AAB7
(151,170,183)
#AAB9C4
(170,185,196)
#BDC8D1
(189,200,209)
#D0D7DE
(208,215,222)
#E3E6EB
(227,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255069; }

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

This text font color is #255069.

Background Color

.myBgColor { background-color: #255069; }

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

This div background color is #255069.

Border color

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

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

This div border color is #255069.

Opacity

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

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

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

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

This text has shadow with #255069 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #255069.

Preview

Color preview on black background

This text has color #255069 on black background.


Color preview on white background

This text has color #255069 on white background.


Black color preview on #255069 background

This text has black color on #255069 background.


White color preview on #255069 background

This text has white color on #255069 background.


Related colors

Complementary color

Complementary color for #hex is #DAAF96.


I love getcolorcode.com

Triadic colors

1 #692550 and #506925 with #255069 are triadic colors.

2 #695025 and #502569 with #255069 are triadic colors.